
CVE-2026-31431에 대한 테스트 및 완화 스크립트로, AlmaLinux 및 Debian/Ubuntu 시스템을 위한 PoC와 커널 수준의 해결 방법을 제공합니다.
python3 test_CVE-2026-31431.py
sudo grubby --update-kernel ALL --args="initcall_blacklist=algif_aead_init"
sudo reboot
# root로 실행
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif-aead.conf
rmmod algif_aead 2>/dev/null
reboot