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
sudo_patch_CVE-2025-32463 — Mr.CIA's manual patching guide for CVE-2025-32463 (Sudo local privilege escalation) on Kali Linux and Ubuntu WSL. | Kitploit
Tools/GitHubGitHub/cia911/sudo_patch_cve-2025-32463
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & Education
GitHubcia911/sudo_patch_cve-2025-32463

sudo_patch_CVE-2025-32463

Mr.CIA's manual patching guide for CVE-2025-32463 (Sudo local privilege escalation) on Kali Linux and Ubuntu WSL.

View Repository
1 year 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

sudo_patch_CVE-2025-32463

Mr.CIA's manual patching guide for CVE-2025-32463 (Sudo local privilege escalation) tested on Kali Linux and Ubuntu WSL.

CVE-2025-32463 Sudo Patch Guide 🛡️

Eish, CVE-2025-32463 is a nasty local privilege escalation flaw (CVSS 9.3) in Sudo 1.9.14–1.9.17, exploitable via the --chroot option. Kali Linux has no official patch yet, and Ubuntu users need to stay sharp. This lekker guide shows you how to manually patch Sudo on Kali and Ubuntu WSL to keep your systems secure. 🚀

Why This Matters

CVE-2025-32463 lets unprivileged users gain root access by exploiting Sudo’s --chroot feature. Reported by Rich Mirch on June 30, 2025, it affects major Linux distros and macOS. Kali users are especially at risk due to no official patch. Patch now to avoid a hacker having a jol with your system! 😬

Prerequisites

  • Root access (sudo)
  • Internet connection
  • Build tools:
    root@kitploit:~
    sudo apt install build-essential
    
Download Tool