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
Tools/GitHubGitHub/climbmunchkin/fix-cve-2026-3143
Defensive ToolsVulnerability AnalysisScripting & AutomationConfiguration Auditing
GitHubclimbmunchkin/fix-cve-2026-3143

fix-cve-2026-3143

Диагностика и исправление уязвимости CVE-2026-31431 (copy fail)

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-3143

Diagnostics and remediation for CVE-2026-31431 (copy fail)

Installation Copy the installation script to the clipboard and run it in the command line

root@kitploit:~
sudo apt install git && cd ~ &&
git clone https://github.com/ClimbMunchkin/fix-cve-2026-3143.git fix-cve-2026-3143 &&
chmod +x ~/fix-cve-2026-3143/fix-cve-2026-31431.sh && cd ~/fix-cve-2026-3143

Running and usage

  1. Full diagnostics
root@kitploit:~
./fix-cve-2026-31431.sh --check

Depending on the diagnostics, you need to apply one of the options: 2a - for a loadable module, 2b - for a module built into the kernel

2a. Apply the fix (with verification!) for a loadable module

root@kitploit:~
sudo ./fix-cve-2026-31431.sh --fix

2b. For builtin modules (RHEL, some kernels)

root@kitploit:~
sudo ./fix-cve-2026-31431.sh --initcall
  1. Check the status after the fix
root@kitploit:~
./fix-cve-2026-31431.sh --status
  1. After a kernel update — remove the block
root@kitploit:~
sudo ./fix-cve-2026-31431.sh --remove
Download Tool