Share
## https://sploitus.com/exploit?id=FEF05D0E-A609-53E0-A9E9-F75DE29955A8
# 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:
  ```bash
  sudo apt install build-essential