
Script de teste e mitigação para CVE-2026-31431, fornecendo um PoC e soluções alternativas em nível de kernel para sistemas AlmaLinux e Debian/Ubuntu.
python3 test_CVE-2026-31431.py
sudo grubby --update-kernel ALL --args="initcall_blacklist=algif_aead_init"
sudo reboot
# como root
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif-aead.conf
rmmod algif_aead 2>/dev/null
reboot