Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-32462 — A easy sudo poc by cryingn. | Kitploit
Tools/GitHubGitHub/cryingn/cve-2025-32462
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration TestingRed Teaming
GitHubcryingn/cve-2025-32462

CVE-2025-32462

A easy sudo poc by cryingn.

View Repository
1343 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-32462 – sudo POC Script

This is a CVE‑2025‑32462 privilege escalation detection script, providing two modes: direct sudo detection and non-privileged user traversal detection.


File Structure

FileDescription
poc.shVulnerability verification file for CVE-2025-32462 (supports bash, dash)
version.txtFile used for version matching tool

Affected Versions

The affected sudo versions are 1.8.8 - 1.9.17, primarily affecting Linux systems.


Usage

root@kitploit:~
# 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
Download Tool