
Script di test e mitigazione per CVE-2026-31431, che fornisce un PoC e soluzioni alternative a livello di kernel per sistemi AlmaLinux e Debian/Ubuntu.
python3 test_CVE-2026-31431.py
sudo grubby --update-kernel ALL --args="initcall_blacklist=algif_aead_init"
sudo reboot
# come root
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif-aead.conf
rmmod algif_aead 2>/dev/null
reboot