Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1325 CNY

100%

CVE-2025-32463 PoC — Sudo 安全漏洞

Source
Associated Vulnerability
Title:Sudo 安全漏洞 (CVE-2025-32463)
Description:Sudo before 1.9.17p1 allows local users to obtain root access because /etc/nsswitch.conf from a user-controlled directory is used with the --chroot option.
Readme
# CVE-2025-32463 POC (Proof-of-concept) exploit

CVE-2025-32463 (CVSS 7.8) is a local privilege escalation vulnerability, introduced in sudo 1.9.14 and present through 1.9.17. The issue allows a local user to run arbitrary commands as root by using sudo’s -R / –chroot option to cause sudo to load attacker-controlled NSS modules from inside a user-supplied chroot environment.

## Quick vulnerability check
```bash
# Vulnerable sudo:
user@debian: sudo -R shaolin shaolin
sudo: shaolin: No such file or directory

# Patched sudo:
user@debian: sudo -R shaolin shaolin
[sudo] password for user:
sudo: you are not permitted to use the -R option with shaolin
```


## Usage
```bash
user@debian: git clone https://github.com/cybershaolin47/CVE-2025-32463_POC

user@debian: cd CVE-2025-32463_POC

user@debian: chmod +x privesc.sh

user@debian: ./privesc.sh
```

## GCC is required for the exploit!
<img width="425" height="264" alt="image" src="https://github.com/user-attachments/assets/b5114074-11e6-4db3-bebe-a417d7320933" />

## For further information check the following links:
- https://www.stratascale.com/vulnerability-alert-CVE-2025-32463-sudo-chroot

- https://socradar.io/cve-2025-32463-sudo-privilege-escalation-flaw-exploited-cisa/

- https://www.upwind.io/feed/cve%E2%80%912025%E2%80%9132463-critical-sudo-chroot-privilege-escalation-flaw

File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →