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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2019-10708 PoC — S-CMS SQL注入漏洞

Source
Associated Vulnerability
Title:S-CMS SQL注入漏洞 (CVE-2019-10708)
Description:S-CMS是一套基于PHP和MySQL的内容管理系统(CMS)。 S-CMS PHP v1.0版本中存在SQL注入漏洞。该漏洞源于基于数据库的应用缺少对外部输入SQL语句的验证。攻击者可利用该漏洞执行非法SQL命令。
Description
CVE-2019-10708 SQL injection PoC
Readme
# Scms - SQL Injection
exploit.py是對於CVE-2019-10708漏洞的PoC,實現multiprocessing進行注入,取得資料庫名稱與後台管理員帳密(建議是20190401前的版本)

## Usage
```
# 測試是否可注入
python3 exploit.py http:localhost/js/scms.php --test

# sleep時間為60秒與取得資料庫
python3 exploit.py http:localhost/js/scms.php -s 60 --db

# 取得A_login與A_pwd
python3 exploit.py http:localhost/js/scms.php --login --pwd
```

## CVE-2019-10708
[cve.mitre.org](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10708)

## Reference
http://www.iwantacve.cn/index.php/archives/185/
File Snapshot

[4.0K] /data/pocs/0921ee239dbaef2843aa22ee93bd23cb3003cd3a ├── [4.7K] exploit.py └── [ 621] 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. 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.