Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CMS-Made-Simple-2.2.9-CVE-2019-9053 — Python 3 exploit for CVE-2019-9053, an unauthenticated SQL injection in CMS Made Simple 2.2.9, that extracts admin credentials and optionally cracks password hashes. | Kitploit
Tools/GitHubGitHub/boon-rekcah/cms-made-simple-2.2.9-cve-2019-9053
Password CrackingVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubboon-rekcah/cms-made-simple-2.2.9-cve-2019-9053

CMS-Made-Simple-2.2.9-CVE-2019-9053

Python 3 exploit for CVE-2019-9053, an unauthenticated SQL injection in CMS Made Simple 2.2.9, that extracts admin credentials and optionally cracks password hashes.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
61 year agoNot yet reviewed

Disclaimer

This repository provides a Python 3 compatible exploit targeting an unauthenticated SQL injection vulnerability in CMS Made Simple versions 2.2.9 and earlier. The flaw, tracked as CVE-2019-9053, allows attackers to extract sensitive administrator data, including username, hashed password, email, and salt.

The original exploit was authored by Daniele Scanu.

Original Exploit : https://www.exploit-db.com/exploits/46635

By using this script, you agree to:

Use it only on systems you own or have explicit permission to test. Not hold the author or contributors liable for any direct, indirect, or consequential damages resulting from its use.

This script works in two modes

Mode 1 : Exploiting without password cracking

To run the exploit and retrieve information about the CMS administrator without attempting to crack the password:

root@kitploit:~
python3 CVE-2019-9053.py -u http://<TARGET-IP>/writeup

Mode 2 : Exploiting with password cracking

root@kitploit:~
python3 CVE-2019-9053.py -u http://<TARGET-IP>/writeup --crack -w /usr/share/wordlists/rockyou.txt
Download Tool