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_chwoot — 用于CVE-2025-32463 sudo_chwoot的权限提升POC,适配了有gcc编译环境和无gcc编译环境的两种情况,下载运行即可一把梭哈 | Kitploit
Tools/GitHubGitHub/yuy0ung/cve-2025-32463_chwoot
Privilege EscalationVulnerability AnalysisExploitationShellcodePenetration TestingBinary Exploitation
GitHubyuy0ung/cve-2025-32463_chwoot

CVE-2025-32463_chwoot

用于CVE-2025-32463 sudo_chwoot的权限提升POC,适配了有gcc编译环境和无gcc编译环境的两种情况,下载运行即可一把梭哈

View Repository
311 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

CVE-2025-32463_sudo_chwoot

Declaration: This script is only for security testing and should not be used for illegal purposes.

CVE-2025-32463 sudo_chwoot privilege escalation vulnerability verification script

Description

Compared to other POCs available on the Internet, this script takes into account that some hosts may not have gcc installed and lack a compilation environment. Therefore, this script is compatible with two scenarios:

  • If the host has gcc installed, the script will automatically compile the binary file and escalate privileges.
  • If the host does not have gcc installed, the script will call the pre-compiled binary file to escalate privileges.

Usage

To verify if the vulnerability exists:

root@kitploit:~
sudo -R woot woot

If the vulnerability exists, the result will be:

root@kitploit:~
sudo: woot: No such file or directory

If the vulnerability does not exist, the result will be:

root@kitploit:~
sudo: you are not permitted to use the -R option with woot

If the vulnerability exists, use the POC to escalate privileges:

root@kitploit:~
git clone https://github.com/Yuy0ung/CVE-2025-32463_chwoot.git 
cd CVE-2025-32463_chwoot
chmod +x ./exp.sh
./exp.sh

QQ_1756282169431

File List

The content of the files is as follows:

  • README.md: README file
  • exp.sh: POC script
  • woot1337.so.2: Pre-compiled binary file
Download Tool