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/omerati/almalinux-fix-cve-2026-31431
Cloud Infrastructure SecurityVulnerability AnalysisConfiguration AuditingDevSecOps
GitHubomerati/almalinux-fix-cve-2026-31431

almalinux-fix-cve-2026-31431

Automates kernel patching for CVE-2026-31431 and Dirty Frag, sets secure kernel as default in GRUB, and disables testing repo for production safety.

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

CVE-2026-31431 (algif_aead) and Dirty Frag [CVE-2026-43284] Vulnerability Fix

Updates the system to close the CVE-2026-31431 (algif_aead) and Dirty Frag [CVE-2026-43284] vulnerabilities found in the Linux kernel and automatically sets the secure kernel version as the default.

English: This script automatically mitigates the CVE-2026-31431 (algif_aead) and Dirty Frag [CVE-2026-43284]vulnerability by updating the kernel and setting the patched version as default.

Features

  • Updates the system kernel
  • Detects patched kernel versions (553.121+)
  • Sets the secure kernel as default in GRUB
  • Disables testing repository after update

Features

  • Updates the system kernel
  • Detects patched kernel versions (553.121+)
  • Sets the secure kernel as default in GRUB
  • Disables testing repository after update (production-safe)

Requirements

  • AlmaLinux / CloudLinux / RHEL-based system
  • Root access
  • dnf package manager

Requirements

  • AlmaLinux / CloudLinux / RHEL-based system
  • Root access
  • dnf package manager

🔧 Usage

root@kitploit:~
wget https://raw.githubusercontent.com/OmerAti/almalinux-fix-cve-2026-31431/refs/heads/main/almalinux-fix-cve-2026-31431.sh
chmod +x almalinux-fix-cve-2026-31431.sh
sudo bash almalinux-fix-cve-2026-31431.sh
Download Tool