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-2022-46169 — Python exploit for CVE-2022-46169 targeting Cacti 1.2.19 with unauthenticated remote code execution. Supports check mode for vulnerability scanning and exploit mode with X-Forwarded-For bypass. | Kitploit
Tools/GitHubGitHub/c3rrberu5/cve-2022-46169
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubc3rrberu5/cve-2022-46169

CVE-2022-46169

Python exploit for CVE-2022-46169 targeting Cacti 1.2.19 with unauthenticated remote code execution. Supports check mode for vulnerability scanning and exploit mode with X-Forwarded-For bypass.

View Repository
96133 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

CVE-2022-46169 Exploit

Exploit to CVE-2022-46169 vulnerability on Cacti 1.2.19

[Options]

root@kitploit:~
-u --url victim's url

-f --forwarded X-Forwarded value to bypass the auth

-m --mode: check for Checking for Vulnerable Servers, or exploit for Fun exploitation mode :D

[Usage]

root@kitploit:~
1. $> ./cve_2022_46169.py -u http://10.10.10.10/cacti -f 10.10.10.10 -m exploit
2. $> ./cve_2022_46169.py -u http://10.10.10.10/cacti -f 127.0.0.1 -m check

[References]

https://www.sonarsource.com/blog/cacti-unauthenticated-remote-code-execution/

image

Download Tool