
CVE-2025-32463
Here's a summary of CVE-2025-32463 without links:
CVE-2025-32463 is a local privilege escalation vulnerability in Sudo versions 1.9.14 through 1.9.17. It abuses the --chroot (-R) option by manipulating how Sudo handles nsswitch.conf. This allows a local attacker to trick Sudo into loading a malicious shared library, gaining root access, even if they aren't in the sudoers file.
sudo git clone https://github.com/B1ack4ash/Blackash-CVE-2025-32463.git
cd CVE-2025-32463
chmod +x CVE-2025-32463.sh
id
./CVE-2025-32463.sh
id
sudo -R /fake-dir some-command./fake-dir, they place a fake etc/nsswitch.conf that forces Sudo to resolve users or groups via a custom method.sudo --version--chroot option unless necessaryEven if a user doesn’t have sudo rights, they can potentially become root by abusing this bug. It’s a critical issue affecting many systems, and it should be patched immediately.
This PoC is provided for educational and research purposes only. Running this on any system without permission is illegal and unethical !!!