Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
linux-kernel-algif-aead-checker — Scanneur : vérificateur de vulnérabilité CVE-2026-31431 algif_aead Copy Fail du noyau Linux — PoC Python pour le chemin de débordement de tas | Kitploit
Outils/GitHubGitHub/ridhinva/linux-kernel-algif-aead-checker
Scanners de VulnérabilitésAnalyse des VulnérabilitésExploitationAnalyse de Binaires
GitHubridhinva/linux-kernel-algif-aead-checker

linux-kernel-algif-aead-checker

Scanneur : vérificateur de vulnérabilité CVE-2026-31431 algif_aead Copy Fail du noyau Linux — PoC Python pour le chemin de débordement de tas

Voir le dépôt
2il y a 1 moisPas encore vérifié

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

CVE-2026-31431 / Copy Fail Checker 🔒

Vérificateur de vulnérabilité du noyau Linux pour le chemin d'attaque algif_aead basé sur « Copy Fail ». Détecte si votre système est vulnérable et fournit des étapes d'atténuation.

Fonctionnalités

  • Détection de plage de versions vulnérables du noyau
  • Vérification du module crypto AF_ALG
  • Statut de protection (KPTI, SELinux, AppArmor)
  • Sortie JSON pour l'automatisation
  • Instructions d'atténuation

Installation

root@kitploit:~
git clone https://github.com/ridhinva/copyfail-checker.git
cd copyfail-checker

Utilisation

root@kitploit:~
python3 copyfail_checker.py              # Standard check
python3 copyfail_checker.py --json       # JSON output for automation
python3 copyfail_checker.py --fix        # Apply mitigations (root)

Exemple

root@kitploit:~
$ python3 copyfail_checker.py
[*] Checking kernel version...
[*] Checking AF_ALG module...
[*] Checking protections...

==================================================
RESULTS:

  [!!] kernel_version: Running kernel 6.5.0 - vulnerable range
  [!!] AF_ALG: AF_ALG crypto module enabled
  [OK] apparmor: AppArmor installed

  ==============================
  Potential issues: 2

  [!] RUNNING VULNERABLE KERNEL:
      1. apt update && apt upgrade linux-image
      2. echo 'blacklist algif_aead' > /etc/modprobe.d/algif.conf
      3. reboot

Références

  • CVE-2026-31431 : vulnérabilité algif_aead du noyau Linux
  • Correctif en amont : [link]

Auteur

@c_y_p_h3r

Télécharger l’outil