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-32462-32463-Detection-Script- — Critical Sudo Vulnerabilities Let Local Users Gain Root Access on Linux, Impacting Major Distros | Kitploit
Tools/GitHubGitHub/toohau/cve-2025-32462-32463-detection-script-
Privilege EscalationVulnerability AnalysisExploitationConfiguration AuditingPenetration TestingLearning & Education
GitHubtoohau/cve-2025-32462-32463-detection-script-

CVE-2025-32462-32463-Detection-Script-

Critical Sudo Vulnerabilities Let Local Users Gain Root Access on Linux, Impacting Major Distros

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
1 year agoNot yet reviewed

CVE-2025-32462-32463-Detection-Script-

Critical Sudo Vulnerabilities Let Local Users Gain Root Access on Linux, Impacting Major Distros

A brief description of the vulnerabilities is below -

root@kitploit:~
CVE-2025-32462 (CVSS score: 2.8) - Sudo before 1.9.17p1, when used with a sudoers file that specifies a host that is neither the current host nor ALL, allows listed users to execute commands on unintended machines
CVE-2025-32463 (CVSS score: 9.3) - Sudo before 1.9.17p1 allows local users to obtain root access because "/etc/nsswitch.conf" from a user-controlled directory is used with the --chroot option

Instructions to Use the Script

root@kitploit:~
Save the Script: Copy the script above into a file named check_cve_2025_32462.sh.

Make the Script Executable: Run the following command to make the script executable:

bash

chmod +x check_cve_2025_32462.sh

Run the Script: Execute the script with:

bash

root@kitploit:~
./check_cve_2025_32462.sh

Notes

root@kitploit:~
This script checks the installed version of sudo and compares it against known vulnerable versions. It also checks for the misuse of the -h option.
Ensure you have the necessary permissions to run sudo commands.
If a vulnerable version is detected, it is recommended to update sudo to version 1.9.17p1 or later to mitigate the vulnerability.

Additional Recommendations

root@kitploit:~
Regularly review and update your system packages.
Monitor your sudoers file for any unusual configurations that may exploit this vulnerability.
Download Tool