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-32463-Sudo-Privilege-Escalation — Practical security research project exploiting CVE-2025-32463 to gain root access on a vulnerable sudo version. Includes write-up, PoC, and mitigation steps. | Kitploit
Tools/GitHubGitHub/ankitpandey383/cve-2025-32463-sudo-privilege-escalation
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubankitpandey383/cve-2025-32463-sudo-privilege-escalation

CVE-2025-32463-Sudo-Privilege-Escalation

Practical security research project exploiting CVE-2025-32463 to gain root access on a vulnerable sudo version. Includes write-up, PoC, and mitigation steps.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View RepositoryWebsite
29 months agoNot yet reviewed

CVE-2025-32463-Sudo-Privilege-Escalation

✔️ Completed on HackViser (VIP Challenge)

This repository contains a working exploit for CVE-2025-32463, a critical vulnerability (CVSS 9.3) affecting sudo versions 1.9.14 → 1.9.17 that allows local privilege escalation to ROOT by abusing the --chroot (-R) option.

The exploit abuses a shared library load via libnss_ inside a temporary chroot environment to execute an arbitrary command as root.


🚨 Vulnerability Summary

FieldDetails
CVECVE-2025-32463
Affected Versionssudo 1.9.14 – 1.9.17
Fixed Version1.9.17p1
SeverityCritical (9.3 CVSS)
Attack VectorLocal
ImpactFull Root Privilege Escalation
MitigationUpgrade / Disable chroot option

🧑‍💻 HackViser Challenge Details

Task:
Gain root access on the target machine and retrieve the flag from: 1️⃣ SSH into the target machine

ssh guest@

2️⃣ Move into /tmp (writeable location)

cd /tmp

3️⃣ Create exploit file

nano run.sh

4️⃣ Paste the exploit (script below) Save ➝ Ctrl+X ➝ Y ➝ Enter 5️⃣ Make executable chmod +x run.sh 6️⃣ Run exploit ./run.sh 7️⃣ Verify root access id whoami 8️⃣ Read the flag cat /secret.txt

Download Tool