
A easy sudo poc by cryingn.
これは CVE‑2025‑32462 の権限昇格検出スクリプトであり、直接 sudo 検出と非特権ユーザーのトラバーサル検出の 2 つのモードを提供します。
| File | Description |
|---|---|
| poc.sh | CVE-2025-32462 の脆弱性検証ファイル(bash、dash 対応) |
| version.txt | バージョン照合ツールに使用するファイル |
影響を受ける sudo のバージョンは 1.8.8 - 1.9.17 で、主に Linux システムに影響します。
# 1 – Clone the script
$ git clone https://github.com/cryingn/CVE-2025-32462.git
$ cd CVE-2025-32462
# 2 – Privileged users can test directly
$ sudo sh poc.sh
# 3 – Non-privileged users can test indirectly
$ sh poc.sh