2021-01-02 04:56:15 +00:00
id : CVE-2020-16846
2020-11-18 17:21:07 +00:00
info :
2022-04-29 19:58:07 +00:00
name : SaltStack <=3002 - Shell Injection
2020-11-18 17:21:07 +00:00
author : dwisiswant0
severity : critical
2023-03-21 08:39:29 +00:00
description : |
SaltStack Salt through 3002 allows an unauthenticated user with network access to the Salt API to use shell injections to run code on the Salt-API using the SSH client.
2021-08-18 11:37:49 +00:00
reference :
2022-04-29 19:58:07 +00:00
- https://saltproject.io/on-november-3-2020-saltstack-publicly-disclosed-three-new-cves/
2020-11-18 17:21:07 +00:00
- https://mp.weixin.qq.com/s/R8qw_lWizGyeJS0jOcYXag
- https://github.com/vulhub/vulhub/tree/master/saltstack/CVE-2020-16846
2022-04-29 19:58:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-16846
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-16846
cwe-id : CWE-78
2023-04-12 10:55:48 +00:00
epss-score : 0.97535
2022-08-27 04:41:18 +00:00
tags : vulhub,cve,cve2020,saltstack,kev
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2020-11-18 17:21:07 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-11-18 17:21:07 +00:00
- method : POST
path :
- "{{BaseURL}}/run"
body : "token=1337&client=ssh&tgt=*&fun=a&roster=projectdiscovery&ssh_priv=nuclei"
headers :
Content-Type : application/x-www-form-urlencoded # CherryPy will abort w/o define this header
2023-03-21 08:39:29 +00:00
2020-11-18 17:21:07 +00:00
matchers-condition : and
matchers :
- type : word
2023-03-21 08:39:29 +00:00
part : body
2020-11-18 17:21:07 +00:00
words :
2023-03-21 08:39:29 +00:00
- "An unexpected error occurred"
- type : dsl
dsl :
- regex("CherryPy\/([0-9.]+)", header) || regex("CherryPy ([0-9.]+)", body)
2020-11-18 17:21:07 +00:00
- type : word
2023-03-21 08:39:29 +00:00
part : header
2020-11-18 17:21:07 +00:00
words :
2023-03-21 08:39:29 +00:00
- "application/json"
2022-04-29 19:58:07 +00:00
2023-03-21 08:39:29 +00:00
- type : status
status :
- 500
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/27