Skip to main content

Timeline for answer to How do I fix CVE-2026-31431 on Ubuntu 24.04 LTS? by janw

Current License: CC BY-SA 4.0

Post Revisions

7 events
when toggle format what by license comment
16 hours ago comment added mikuszefski @DanielT perfect. A complete post then ;) Cheers.
16 hours ago comment added Daniel T @mikuszefski This can be undone by deleting the added file. But leaving it disabled is harmless unless you have a very performance-critical application
16 hours ago comment added mikuszefski ...and I guess I would reactivate after a kernel fix and according update? How would that look like? Cheers.
20 hours ago comment added Flurin Arner If running as a normal user, you get Permission denied on the /etc/modprobe.d/disable-algif.conf creation. Try running the first line with sudo tee, as in echo "install algif_aead /bin/false" | sudo tee /etc/modprobe.d/disable-algif.conf, before removing the algif_aead module with rmmod algif_aead 2>/dev/null || true.
yesterday comment added Daniel T Welcome to Ask Ubuntu!
S yesterday review First answers
yesterday
S yesterday history answered janw CC BY-SA 4.0