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-2024-43363 | Kitploit
Tools/GitHubGitHub/p33d/cve-2024-43363
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubp33d/cve-2024-43363

CVE-2024-43363

View Repository
41 year 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

CVE-2024-43363

CVE-2024-43363 Exploit Script

This Python script is designed to test if a Cacti instance is vulnerable to CVE-2024-43363, a Remote Code Execution (RCE) vulnerability caused by log poisoning. How the Vulnerability Works:

root@kitploit:~
Log Poisoning: An attacker injects PHP code into device names, which gets logged by Cacti without proper sanitization.
Execution: By accessing the logs via a web URL, the injected code is executed, allowing the attacker to run commands on the server.

How the Script Operates:

root@kitploit:~
Check Version: The script checks if the target Cacti version is vulnerable.
Create Malicious Device: It attempts to create a device with a PHP code-injected name.
Check Logs: The script checks if the code appears in the logs and could be executed.

Requirements:

root@kitploit:~
Python 3.x
requests library: Install with pip install requests

Usage:

root@kitploit:~
Clone the repository and navigate to the folder.
Edit the url and token variables in the script to match your target.
Run the script:

bash

python3 cacti_exploit.py

Download Tool