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-2023-46818-python-exploit — CVE-2023-46818 IPSConfig Python exploit | Kitploit
Tools/GitHubGitHub/bipbopbup/cve-2023-46818-python-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubbipbopbup/cve-2023-46818-python-exploit

CVE-2023-46818-python-exploit

CVE-2023-46818 IPSConfig Python exploit

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1821 year agoNot yet reviewed

CVE-2023-46818 exploit

This is a python version of the original php script for the vulnerability affecting ispconfig 3.2.11 and previous versions.

Original PHP source: https://packetstormsecurity.com/files/176126/ISPConfig-3.2.11-PHP-Code-Injection.html

This proof-of-concept is intended for educational purposes only.

Usage

root@kitploit:~
python exploit.py http://10.10.10.10/ adminuser passwd

Vulnerability description

User input passed through the "records" POST parameter to /admin/language_edit.php is not properly sanitized before being used to dynamically generate PHP code that will be executed by the application. This can be exploited by malicious administrator users to inject and execute arbitrary PHP code on the web server.

Credits

Credits to Egidio Romano.

Download Tool