Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-32463 β€” AI Deep Analysis Summary

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical Local Privilege Escalation (LPE) flaw in `sudo`'s `--chroot` feature.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-829** (Inclusion of Functionality from Untrusted Control Sector). <br>πŸ” **The Flaw**: Unsafe interaction between `chroot()` and **Name Service Switch (NSS)** lookups.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Sudo project** (Product: Sudo). <br>πŸ“… **Versions**: **1.9.14 through 1.9.17p1** (specifically vulnerable versions like 1.9.15p5). <br>🐧 **OS**: Linux/Unix systems using these sudo versions.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: **Root Access** (Full System Control). <br>πŸ“‚ **Data**: Complete read/write/execute access to the entire system. <br>⚠️ **Note**: Exploitation works even if the user has **NO sudo rules** defined!

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. <br>πŸ‘€ **Auth**: Requires **Local User Access** (Physical or SSH login). <br>βš™οΈ **Config**: No special sudo privileges needed. Just need to run `sudo -R` (chroot).…

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’£ **Public Exploit**: **YES**. <br>πŸ”— **PoCs Available**: Multiple GitHub repos (e.g., `CVE-2025-32463_chwoot`, `CVE-2025-32463-POC`). <br>πŸš€ **Status**: Active exploitation possible.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Run `sudo -v` or check `sudo --version`. <br>2. Verify version is **< 1.9.17p1**. <br>3. Check if `--chroot` (`-R`) is available in your sudo build. <br>4.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: **YES**. <br>πŸ“’ **Official Patch**: Released by Sudo project. <br>πŸ”— **Reference**: [sudo.ws/security/advisories/chroot_bug](https://www.sudo.ws/security/advisories/chroot_bug/).…

Q9What if no patch? (Workaround)

🚧 **Workaround (No Patch)**: <br>1. **Disable `--chroot`**: Remove `sudo -R` capability from sudoers if possible. <br>2.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL / IMMEDIATE**. <br>⏱️ **Priority**: **P0**. <br>πŸ’‘ **Why**: CVSS 9.8, easy local exploit, no auth bypass needed (just local login), and public PoCs exist.…