selfhosted·Selfhostedbycyrano Copy Fail – CVE-2026-31431cross-posted from: https://lemmy.bestiver.se/post/1076650 Comments https://copy.fail/Open linkView original on piefed.social47Comments4
cyrano piefed.social2Hide 2 repliesTested on Ubuntu 24.04. Security patching from Ubuntu does fix it. Scary vulnerability1
ccmnybo replydiscuss.tchncs.de1Hide 1 replyIt looks like the fix is just disabling the algif_aead kernel module. That prevented the proof of concept script from working on everything I tested it on. Hopefully they will get some kernel updates out soon.5
TomAwezome replylemmy.worldThey have shipped out an update mitigation for the issue. http://ubuntu.com/blog/copy-fail-vulnerability-fixes-available sudo apt update && sudo apt upgrade and after that, also do the steps listed on that page for running rmmod and grepping for the affected module unloaded3
Do the sysctl fix and you're fine to wait for a patch.
Tested on Ubuntu 24.04. Security patching from Ubuntu does fix it. Scary vulnerability
It looks like the fix is just disabling the algif_aead kernel module. That prevented the proof of concept script from working on everything I tested it on. Hopefully they will get some kernel updates out soon.
They have shipped out an update mitigation for the issue. http://ubuntu.com/blog/copy-fail-vulnerability-fixes-available
sudo apt update && sudo apt upgradeand after that, also do the steps listed on that page for running
rmmodand grepping for the affected module unloaded