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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2019-9053 PoC — CMS Made Simple SQL注入漏洞

Source
Associated Vulnerability
Title:CMS Made Simple SQL注入漏洞 (CVE-2019-9053)
Description:An issue was discovered in CMS Made Simple 2.2.8. It is possible with the News module, through a crafted URL, to achieve unauthenticated blind time-based SQL injection via the m1_idlist parameter.
Description
Python3 version of the Python2 exploit for CVE-2019-9053
Readme
# CVE-2019-9053-Python3

## Description

This is an updated 2023 version (adapted for Python3) of the Python2 exploit for CVE-2019-9053 created by Daniele Scanu @ Certimeter Group in 2019. All I did was adapt the code for Python3. All credit goes to Daniele Scanu for the original exploit.

| Information     | Description                                               |
| --------------- | --------------------------------------------------------- |
| Exploit Title   | Unauthenticated SQL Injection on CMS Made Simple <= 2.2.9 |
| Exploit Version | Python3                                                   |
| Date            | 10-15-2023                                                |
| Author          | Doc0x1                                                    |
| Vendor Homepage | https://www.cmsmadesimple.org/                            |
| Software Link   | https://www.cmsmadesimple.org/downloads/cmsms/            |
| Version         | <= 2.2.9                                                  |
| Tested on       | Ubuntu 18.04 LTS                                          |
| CVE             | CVE-2019-9053                                             |

## Usage

### Specify a target URI and optionally a wordlist for cracking the admin password.
##### Example usage (no cracking password): 
`python3 exploit.py -u http://target-uri`
##### Example usage (with cracking password): 
`python3 exploit.py -u http://target-uri --crack -w /path-wordlist`
File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
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 →