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

Goal: 1000 CNY · Raised: 1310 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 Sudo EoP Exploit PoC (Rust)

## Using Prebuild Binary

### 1. Clone the repository and run the binary in the target machine.

```bash
git clone https://github.com/krypton-0x00/CVE-2025-32463-Chwoot-POC.git

cd CVE-2025-32463-Chwoot-POC

./exploit

```


## Build From Source

### 1. Clone the repository (if not done already)

```bash
git clone https://github.com/krypton-0x00/CVE-2025-32463-Chwoot-POC.git
cd CVE-2025-32463-Chwoot-POC
````

### 2. Build the Rust binary in release mode

```bash
cargo build --release
```

The compiled binary will be located at:

```bash
./target/release/CVE-2025-32463-Chwoot-POC
```

---

## Usage

Run the exploit binary with optional command arguments:

* To spawn an interactive root shell:

```bash
sudo ./target/release/CVE-2025-32463-Chwoot-POC
```

* To run a specific command as root (for example, `id`):

```bash
sudo ./target/release/CVE-2025-32463-Chwoot-POC "id"
```

---

## Docker Usage

Alternatively, use the provided Docker container for an isolated vulnerable environment with all dependencies installed.
1. Build the Docker image

```bash
docker build -t sudo-chwoot .
```

2. Run the container interactively (if it didnt work , then try using the image id instead of sudo-chwoot. You can get thata using `sudo docker images`)

```bash
docker run --rm -it --privileged sudo-chwoot 
```
3. Inside the container, run the exploit

```bash
cd /home/pwn/CVE-2025-32463-Rust-POC
./target/release/CVE-2025-32463-Chwoot-POC
```
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 →