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
Tools/GitHubGitHub/deval3x/cve-2022-46169_poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubdeval3x/cve-2022-46169_poc

CVE-2022-46169_poc

View Repository
3 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 unauthenticated remote code execution

Description

  • Authentication Bypass: a hostname-based authorization check is not implemented safely for most installations of Cacti
  • Command Injection: unsanitized user input is propagated to a string used to execute an external command

Demo

demo

POC

Install

Using go install

root@kitploit:~
go install github.com/devAL3X/CVE-2022-46169_poc

Run the binary:

root@kitploit:~
CVE-2022-46169_poc

Building mannually

Alternatively, you can build binarymannually:

First, ensure that you have Go installed on your machine and $GOPATH eviroment variable is set.

Clone the repository:

root@kitploit:~
git clone https://github.com/devAL3X/CVE-2022-46169_poc.git

Change into the project directory:

root@kitploit:~
cd CVE-2022-46169_poc

Build the binary:

root@kitploit:~
go build

Run the binary:

root@kitploit:~
./CVE-2022-46169_poc
Download Tool