目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1310

100%

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

来源
关联漏洞
标题:Sudo 安全漏洞 (CVE-2025-32463)
Description:Sudo是一款使用于类Unix系统的,允许用户通过安全的方式使用特殊的权限执行命令的程序。 Sudo 1.9.17p1之前版本存在安全漏洞,该漏洞源于使用用户控制目录中的/etc/nsswitch.conf可能导致获取root访问权限。
介绍
# 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
```
文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →