
Python3-converted exploit and research notes for CMS Made Simple (CVE-2019-9053) — Unauthenticated SQL Injection vulnerability. Includes original PoC, improved Python3 version, usage instructions, and lab testing reference.
A collection of scripts, notes, and Python3–ready exploits for CMS Made Simple (CMSMS), including the famous Unauthenticated Time-Based SQL Injection – CVE-2019-9053.
This repository is created and maintained by Encrypticle (Jagdeep Singh) as part of my cybersecurity research, ethical hacking practice, and 100-Day Cybersecurity Challenge series.
This repository contains:
CMS Made Simple versions ≤ 2.2.9 suffer from an unauthenticated blind SQL injection vulnerability.
Successful exploitation allows an attacker to leak:
The original exploit uses time-based SQL injection via the moduleinterface.php?mact= parameter.
sudo python3 exploit_python3.py -u http://TARGET/cms --crack -w /usr/share/wordlists/rockyou.txt
⚠️ Legal Disclaimer This project is for educational and authorized penetration testing purposes only. Do NOT use these scripts on systems you do not own or do not have written permission to test. Unauthorized testing is illegal.
📧 Contact Maintained by Encrypticle (Jagdeep Singh) YouTube: https://youtube.com/@Encrypticle LinkedIn: https://www.linkedin.com/company/Encrypticle
⭐ Support & Contribution If this repository helped you — Star ⭐ the repo, fork it, or contribute improvements to the Python3 exploit.