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
CVE-2019-9053-Fixed — CVE-2019-9054 exploit added support for python3 + bug fixes | Kitploit
Tools/GitHubGitHub/0xftorres/cve-2019-9053-fixed
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHub0xftorres/cve-2019-9053-fixed

CVE-2019-9053-Fixed

CVE-2019-9054 exploit added support for python3 + bug fixes

View Repository
2 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

The user assumes all responsibility for any action taken using this tool. If these terms are not acceptable to you, please do not use this tool. Use it only in environments where you are permitted to perform pentesting activities

Bug fixes for the CVE-2019-9053 exploit

Some bug fixes for the CVE-2019-9053 exploit, affecting CMS Made Simple < 2.2.10 that uses SQL Injection. I found this bug while doing the Simple CTF at TryHackMe

  • Link to the original exploit here

How to fix this bug

  1. Clone the repository
root@kitploit:~
git clone https://github.com/FedericoTorres233/CVE-2019-9053-Fixed
  1. Create a file named cve.py and copy the contents of the raw file or download it
root@kitploit:~
touch cve.py
  1. Apply the patch
root@kitploit:~
patch cve.py < cve.diff
  1. Execute the command using python3
Download Tool