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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2020-8813 PoC — Cacti 操作系统命令注入漏洞

Source
Associated Vulnerability
Title:Cacti 操作系统命令注入漏洞 (CVE-2020-8813)
Description:Cacti是Cacti团队的一套开源的网络流量监测和分析工具。该工具通过snmpget来获取数据,使用RRDtool绘画图形进行分析,并提供数据和用户管理功能。 Cacti 1.2.8版本中的graph_realtime.php文件存在安全漏洞。远程攻击者可借助cookie中的shell元字符利用该漏洞执行任意操作系统命令。
Description
Cacti v1.2.8 Unauthenticated Remote Code Execution
Readme
# CVE-2020-8813
Cacti v1.2.8 Unauthenticated Remote Code Execution

**Uses Python 3**

Running without Docker:

```bash
git clone https://github.com/hexcowboy/CVE-2020-8813.git && cd CVE-2020-8813
python3 -m venv env && source env/bin/activate
pip install -r requirements.txt
python exploit.py
```

Running with Docker:
```bash
git clone https://github.com/hexcowboy/CVE-2020-8813.git && cd CVE-2020-8813
docker build -t cve-2020-8813 .
docker run -it cve-2020-8813
```
File Snapshot

[4.0K] /data/pocs/9a90bdfd673de3cfdec53a416e4ed03c45af5157 ├── [ 140] Dockerfile ├── [1.4K] exploit.py ├── [1.0K] LICENSE ├── [ 470] README.md └── [ 187] requirements.txt 0 directories, 5 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.