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
Copy_Fail_CVE-2026-31431_test_and_fix — Test and mitigation script for CVE-2026-31431, providing a PoC and kernel-level workarounds for AlmaLinux and Debian/Ubuntu systems. | Kitploit
Tools/GitHubGitHub/dicatalin/copy_fail_cve-2026-31431_test_and_fix
Vulnerability AnalysisExploitationLearning & EducationCurated Resources
GitHubdicatalin/copy_fail_cve-2026-31431_test_and_fix

Copy_Fail_CVE-2026-31431_test_and_fix

Test and mitigation script for CVE-2026-31431, providing a PoC and kernel-level workarounds for AlmaLinux and Debian/Ubuntu systems.

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

Usage

root@kitploit:~
python3 test_CVE-2026-31431.py

Fix for Almalinux 9 / 10 (until kernel update arrive)

root@kitploit:~
sudo grubby --update-kernel ALL --args="initcall_blacklist=algif_aead_init"
sudo reboot

Fix for Debian / Ubuntu (until kernel update arrive)

root@kitploit:~
# as root
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif-aead.conf
rmmod algif_aead 2>/dev/null
reboot
Download Tool