
Test- und Mitigationsskript für CVE-2026-31431, das einen PoC und Kernel-Level-Workarounds für AlmaLinux- und Debian/Ubuntu-Systeme bereitstellt.
python3 test_CVE-2026-31431.py
sudo grubby --update-kernel ALL --args="initcall_blacklist=algif_aead_init"
sudo reboot
# als root
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif-aead.conf
rmmod algif_aead 2>/dev/null
reboot