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-PoC — Proof of Concept for CVE-2025-32463 Local privilege escalation exploit targeting sudo -R on vulnerable Linux systems. For educational and authorized security testing only. | Kitploit
Tools/GitHubGitHub/freedurok/cve-2025-32463-poc
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubfreedurok/cve-2025-32463-poc

CVE-2025-32463-PoC

Proof of Concept for CVE-2025-32463 Local privilege escalation exploit targeting sudo -R on vulnerable Linux systems. For educational and authorized security testing only.

View Repository
50 years 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-32463 – Privilege Escalation via Sudo chroot

📝 Overview

CVE-2025-32463 is a local privilege escalation vulnerability affecting the sudo utility.
It allows a regular user to escalate privileges to root by exploiting the -R option (which sets a custom runtime root directory) together with manipulated NSS configurations.

  • CVE: CVE-2025-32463
  • Component: sudo
  • Impact: Local Privilege Escalation (root)
  • Discovered by: Rich Mirch

🚨 Risk & Impact

A successful exploit gives a low-privileged local user full root access, completely breaching the system security boundary.


🔬 Testing the Exploit

Usage Example

root@kitploit:~
git clone https://github.com/FreeDurok/CVE-2025-32463-PoC.git
cd CVE-2025-32463-PoC

# Check current user privileges
id

# Run the exploit
./escalate.sh

# Verify escalated privileges
id

Privilege escalation demo

📌 Affected Versions

✅ Patched: sudo 1.9.17p1 and newer

🚩 Vulnerable: sudo 1.9.14 up to 1.9.17

🕗 Not impacted: Versions before 1.9.14 (the -R feature did not exist)

🔒 Mitigation & Hardening

Upgrade to sudo 1.9.17p1 or later.

Consider limiting or auditing the use of sudo -R through configuration policies.

Use security modules like SELinux or AppArmor to restrict unexpected sudo operations.

References

  • Rick Mirch blog
  • NVD Entry for CVE-2025-32463
  • Stratascale Security Research

⚠️ Legal Notice

This repository is provided for authorized security testing and educational purposes only. Executing these scripts on systems without explicit permission is illegal and violates ethical standards.

Download Tool