Added code and mitigation and checks

This commit is contained in:
Jon
2026-04-30 16:13:24 +01:00
parent ae24c7cf67
commit 30a62dffce
4 changed files with 42 additions and 0 deletions

5
mitigate.sh Executable file
View File

@@ -0,0 +1,5 @@
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