
A easy sudo poc by cryingn.
This is a CVE‑2025‑32462 privilege escalation detection script, providing two modes: direct sudo detection and non-privileged user traversal detection.
| File | Description |
|---|---|
| poc.sh | Vulnerability verification file for CVE-2025-32462 (supports bash, dash) |
| version.txt | File used for version matching tool |
The affected sudo versions are 1.8.8 - 1.9.17, primarily affecting Linux systems.
# 1 – Clone the script
$ git clone https://github.com/cryingn/CVE-2025-32462.git
$ cd CVE-2025-32462
# 2 – Privileged users can test directly
$ sudo sh poc.sh
# 3 – Non-privileged users can test indirectly
$ sh poc.sh