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 — Proof-of-concept exploit for CVE-2025-32463, a local privilege escalation in sudo. Demonstrates chroot-based NSS manipulation to load a malicious library and execute code as root. | Kitploit
Tools/GitHubGitHub/ethanevans92/cve-2025-32463
Privilege EscalationExploit FrameworksVulnerability AnalysisExploitationBinary Exploitation
GitHubethanevans92/cve-2025-32463

CVE-2025-32463

Proof-of-concept exploit for CVE-2025-32463, a local privilege escalation in sudo. Demonstrates chroot-based NSS manipulation to load a malicious library and execute code as root.

View Repository
3 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-32463

Is a local privilege escalation vulnerability affecting vulnerable versions of sudo. The flaw abuses the sudo -R chroot feature together with the Linux Name Service Switch (NSS) mechanism to force sudo into loading an attacker-controlled shared library as root. By manipulating nsswitch.conf inside a crafted chroot environment, an attacker can execute arbitrary code with root privileges and spawn a root shell.

chwoot.sh

Demonstrates how the vulnerability works. It creates a fake root filesystem, injects a malicious NSS module and triggers the vulnerable sudo behavior to acheive privilege escalation through shared library loading and constructor execution.

Download Tool