Comment by pkoiralap 15 hours ago Does anyone have a workaround for it? Edit: I don't understand why the comment would be downvoted. 2 comments pkoiralap Reply a96 41 minutes ago There's some workarounds in https://copy.fail/#mitigation angch 14 hours ago I used, for debian based systems: printf "# CVE-2026-31431\nblacklist algif_aead\ninstall algif_aead /bin/false\n" | sudo tee /etc/modprobe.d/blacklist-algif_aead.conf >/dev/null && sudo update-initramfs -u
angch 14 hours ago I used, for debian based systems: printf "# CVE-2026-31431\nblacklist algif_aead\ninstall algif_aead /bin/false\n" | sudo tee /etc/modprobe.d/blacklist-algif_aead.conf >/dev/null && sudo update-initramfs -u
There's some workarounds in https://copy.fail/#mitigation
I used, for debian based systems: