Well, that's lovely
Well, that's lovely
Posted May 8, 2026 1:10 UTC (Fri) by marekm (subscriber, #174682)In reply to: Well, that's lovely by dskoll
Parent article: Dirty Frag: a zero-day universal Linux LPE
Exploit fails on Debian 12.13 amd64 after running for a few seconds.
Maybe it's just a bug in the brute-force code?
Works immediately on Debian 11.11 i686 (still in LTS).
Mitigation - create /etc/modprobe.d/dirtyfrag.conf with these 3 lines:
Maybe it's just a bug in the brute-force code?
Works immediately on Debian 11.11 i686 (still in LTS).
Mitigation - create /etc/modprobe.d/dirtyfrag.conf with these 3 lines:
install esp4 /bin/false
install esp6 /bin/false
install rxrpc /bin/false
These modules are not loaded by default, loading them is triggered by the exploit. So if they are already loaded, the exploit may have worked and then rmmod is not sufficient, reboot required to clear the page cache.
It would be interesting to know which applications have legitimate use for these modules and are broken by the mitigation.
