Poor coordination
Poor coordination
Posted Apr 30, 2026 11:28 UTC (Thu) by Karellen (subscriber, #67644)In reply to: Poor coordination by wodny
Parent article: A security bug in AEAD sockets
The immediate mitigation steps described in the post should suffice for the time being though?
For immediate mitigation, block AF_ALG socket creation via seccomp or blacklist the algif_aead module:
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif-aead.conf
rmmod algif_aead 2>/dev/null
(Sorry, the command lines are in a <code> block, but it doesn't seem to be getting monospaced, indented, or using the intended whitespace, and a couple of attempts to fix it (including <tt>) aren't helping?? Maybe <code> doesn't work inside <blockquote>?)
