
स्कैनर: CVE-2026-31431 Linux कर्नेल algif_aead Copy Fail भेद्यता जाँचक — हीप ओवरफ्लो पथ के लिए Python PoC
Linux कर्नेल भेद्यता जाँचकर्ता जो algif_aead-आधारित कॉपी फेल आक्रमण पथ के लिए है। यह जाँचता है कि आपका सिस्टम असुरक्षित है या नहीं और शमन कदम प्रदान करता है।
git clone https://github.com/ridhinva/copyfail-checker.git
cd copyfail-checker
python3 copyfail_checker.py # Standard check
python3 copyfail_checker.py --json # JSON output for automation
python3 copyfail_checker.py --fix # Apply mitigations (root)
$ 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
@c_y_p_h3r