POC详情: a63fabc5ea1df2e20f136636facce819903f1b21

来源
关联漏洞
标题: Sudo 安全漏洞 (CVE-2025-32462)
描述:Sudo是一款使用于类Unix系统的,允许用户通过安全的方式使用特殊的权限执行命令的程序。 Sudo 1.9.17p1之前版本存在安全漏洞,该漏洞源于允许列出的用户在非预期机器上执行命令。
描述
A easy sudo poc by cryingn.
介绍
# CVE-2025-32462 – Sudo Privilege Escalation Verification Script

This is a verification script for **CVE‑2025‑32462** that requires sudo privileges for testing. It's primarily used for security investigations (I'm developing a security tool that will be publicly released after further improvements; for compatibility reference, check the `version.txt` format).

---

## File Structure

| File            | Description                                                                                                                                        |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Dockerfile**  | I attempted to create a vulnerable Docker environment file, but couldn't fully test it on this old computer. Feel free to try running it yourself. |
| **poc.sh**      | This is the vulnerability verification file for CVE-2025-32462. The matching mechanism isn't perfect yet, but it's sufficient for basic testing.   |
| **version.txt** | File used for version matching in the tool.                                                                                                        |

---

## Affected Versions

> Affected sudo versions range from 1.8.8 to 1.9.17, primarily impacting Linux systems.

---

## Usage

```bash
# 1 – clone repository
$ git clone https://github.com/cryingn/CVE-2025-32462.git
$ cd CVE-2025-32462

# 2 – build and run test environment
$ sudo ./poc.sh
```

## Notes

The use of `sudo` is only for conveniently identifying users with passwordless privileges. Actual privilege escalation doesn't require sudo permissions.

文件快照

[4.0K] /data/pocs/a63fabc5ea1df2e20f136636facce819903f1b21 ├── [ 925] Dockerfile ├── [ 670] poc.sh ├── [1.3K] README_CN.md ├── [1.7K] README.md └── [ 89] version.txt 0 directories, 5 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。