Files
CVE-2026-31431-tools/mitigate.sh
2026-04-30 16:13:24 +01:00

6 lines
176 B
Bash
Executable File

echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.conf
rmmod algif_aead 2>/dev/null || true
lsmod | grep algif_aead
cat /etc/modprobe.d/disable-algif.conf