New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Dirty Frag: Universal Linux LPE
As with the previous Copy Fail vulnerability, Dirty Frag likewise allows
immediate root privilege escalation on all major distributions.
For detailed technical information about the vulnerabilities and the reason the
embargo was broken, please check https://dirtyfrag.io.
https://openwall.com/lists/oss-security/2026/05/07/10
REDACTED [Libera] -!- WALLOP amdj: [Network Notice] Linux system administrators should beware of another local privilege escalation vulnerability that recently dropped (CVE number not yet assigned): https://github.com/V4bel/dirtyfrag/blob/master/README.md
edit: redacted timestamp to keep my timezone secure!!


Comments
I'm tired boss.
It's every freaking day now.
This one is worse than the previous imo.
That my paranoia pays out can finally be publicly acknowledged by you all folks:
and no file on the filesystem uses extended attributes (
pingrequires root).At this rate, microLXC will be switching to kvm, yesterday.
It goes very well with the Apache RCE (CVE-2026-23918)
TLDR: Running Apache? Instant root...
lol we're doomed, switching all my vps to win7
Can't wait for microLXC to be acquired by microKVM and rebranded
Not gonna register another domain unless you pay for it.
I really should have filed for PTO.
I wish I could take PTO from my self-hosted stuff.
Who was this amazing person please!?
If you're applying the mitigations, you need to reboot or drop caches (https://github.com/V4bel/dirtyfrag/issues/1)
Oh, and the mitigation might kill your IPsec tunnel. I don't know much about IPsec, I have only one in my DN42 lab, but that didn't came up after mitigations + reboot.
MAMA
mia?
Thank you for posting!
The author didn't test on Debian 13, so I tested it (well, I probably would have anyway!) I removed the buggy module that copy.fail requires.
Working there. I guess there's no fix other than a manual patch and recompile right now.
What another great day to be using OpenBSD on most systems!
esp{4,6} and rxrpc are modules on Debian 13, so the modprobe.d mitigation is still possible.
Micro-VM's are really looking attractive to many of these issues.
Has anyone tried anything to see if something similar can work on android this time around?
Here we go again
But do you block CTCP TIME?
They're both actually really mild because the mitigation is so easy: blacklist the kernel modules. LPEs in Linux are common but usually don't get their own CVE published or a user-to-root PoC written. It would be a lot more scary if we started seeing trivial vulnerabilities in the core kernel in places that are hard to mitigate, like
futex()or the core mm subsystem.For the future, this is a good reminder to everyone to run
sysctl -w kernel.modules_disabled=1so modules won't be autoloaded. There are SO many kernel modules that will get autoloaded that bugs are always just waiting to be found.This is additional info regarding the "embargo break"
https://openwall.com/lists/oss-security/2026/05/07/12
This shit happens live and in realtime in case you didn't realize!
From the email:
Copy_Fail2-Electric_Boogaloo Write-up:
https://afflicted.sh/blog/posts/copy-fail-2.html
https://github.com/0xdeadbeefnetwork/Copy_Fail2-Electric_Boogaloo
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=f4c50a4034e62ab75f1d5cdd191dd5f9c77fdff4
I agree, but the problem is the amount of hosts, especially web hosting providers, that can be 100% destroyed if their team isn't monitoring for these new exploits hourly 24/7. I contacted some people about this who had no idea about it, and could have been wiped.
Absolutely. It's quite a trivial privesc.
It's also yet another reason why containers suck as an isolation technology.
VM escape 0-day when?
They happen but severe vulnerabilities in the host kernel part of the hypervisor are relatively rare (except for in Xen lol) considering its much smaller attack surface area. Most exploitable vulnerabilities are in the userspace components, e.g. QEMU, which are easier to mitigate with sandboxing.
there has to be a way to blacklist all unused modules if the vps are just being used for a wireguard tunnel, ping probe or something, anyone ever made this kind of list?
i'm not being a skitzo here but it's just inane if there's a weekly easy-to-exploit vuln just because some module in lunix kernel is enabled and i never uses it in the first place. i'm losing billions of dollah here every 1 min applying a mitigation and doing one reboot in every chicken. someone has to stop this!
That will prevent loading and unloading of new modules that aren't already loaded.