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
fix_CVE-2026-31431 — 破坏CVE-2026-31431所需的漏洞组件,从而达到无法通过CVE-2026-31431提权。 | Kitploit
Tools/GitHubGitHub/kdjnb/fix_cve-2026-31431
Vulnerability Analysis
GitHubkdjnb/fix_cve-2026-31431

fix_CVE-2026-31431

破坏CVE-2026-31431所需的漏洞组件,从而达到无法通过CVE-2026-31431提权。

View Repository
3 months 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

fix_CVE-2026-31431

Destroys the vulnerable components required by CVE-2026-31431, thereby preventing privilege escalation via CVE-2026-31431.


Test script: https://github.com/rootsecdev/cve_2026_31431/blob/main/test_cve_2026_31431.py

Fix command:

root@kitploit:~
wget -O fix.sh https://raw.githubusercontent.com/kdjnb/fix_CVE-2026-31431/main/fix.sh && chmod +x fix.sh && sudo ./fix.sh
root@kitploit:~
curl -fsSL https://raw.githubusercontent.com/kdjnb/fix_CVE-2026-31431/main/fix.sh -o fix.sh && chmod +x fix.sh && sudo ./fix.sh
Download Tool