Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
1–10 of 20 posts
Re: Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
#2Re: Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
#3Lots of privilege escalations these days. But are there that many multiuser Linux systems nowadays ? I'm under the impression the whole landscape is either servers or single-user desktops (and ofc Android phones).
Re: Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
#4Re: Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
#5Lots of privilege escalations these days. But are there that many multiuser Linux systems nowadays ? I'm under the impression the whole landscape is either servers or single-user desktops (and ofc Android phones).
LPEs also potentially make user-level malware into system-level malware, which is only marginally more impactful for a single person on a desktop, but considerably harder to clean up. (It also broadens the range of what such malware could exfiltrate from me.)
Re: Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
#6Re: Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
#7Sounds like this one is in the same kernel modules as dirtyfrag, so the existing mitigations (if in place) are sufficient.
$ cat /etc/modprobe.d/dirtyfrag.conf
install esp4 /bin/false
install esp6 /bin/false
install rxrpc /bin/false
Are those correct for this exploit?https://access.redhat.com/security/vulnerabilities/RHSB-2026...
Re: Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
#8At what point do we all start rolling our own microkernels? This is kind of getting silly now... 4 now in the past month?
Re: Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
#9Sounds like this one is in the same kernel modules as dirtyfrag, so the existing mitigations (if in place) are sufficient.
RedHat's mitigation is this: $ cat /etc/modprobe.d/dirtyfrag.conf install esp4 /bin/false install esp6 /bin/false install rxrpc /bin/false Are those correct for this exploit? https://access.redhat.com/security/vulnerabilities/RHSB-2026...
Re: Fragnesia Made Public as Latest Linux Local Privilege Escalation Vulnerability
#10Sounds like this one is in the same kernel modules as dirtyfrag, so the existing mitigations (if in place) are sufficient.
RedHat's mitigation is this: $ cat /etc/modprobe.d/dirtyfrag.conf install esp4 /bin/false install esp6 /bin/false install rxrpc /bin/false Are those correct for this exploit? https://access.redhat.com/security/vulnerabilities/RHSB-2026...
https://aws.amazon.com/security/security-bulletins/2026-027-...
That one also includes disabling user namespaces. Could be problematic if they're in use.