DirtyFrag
It is a Linux local privilege escalation (LPE) named Dirty Frag. Combination of CVE-2026-43284 and CVE-2026-43500.
Mitigation
1 sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf; rmmod esp4 esp6 rxrpc 2>/dev/null; echo 3 > /proc/sys/vm/drop_caches; true"
