Fragnesia Extends Linux Kernel Security Challenge with Root-Level Exploit
A newly disclosed Linux kernel vulnerability is intensifying concerns about the stability of recent kernel security fixes, after researchers revealed a flaw that enables local attackers to obtain root privileges through corruption of page cache memory.
The vulnerability, tracked as CVE-2026-46300 and dubbed Fragnesia, affects the Linux kernel’s XFRM ESP-in-TCP subsystem tied to IPsec networking support. The flaw enables an unprivileged user to alter cached file data held in memory, creating a direct route to full system compromise.
The issue arrives only days after the disclosure of Dirty Frag, another Linux privilege escalation vulnerability linked to memory and page cache handling. Researchers now say Fragnesia emerged from remediation work tied to Dirty Frag, revealing how difficult kernel-level memory protections have become to secure without introducing additional weaknesses.
Major Linux distributors, including Debian, Ubuntu, Red Hat Enterprise Linux, SUSE, Amazon Linux, AlmaLinux and Gentoo, have issued advisories or mitigation guidance as they evaluate affected kernel versions. Several vendors have urged admins to disable unused ESP-related networking modules tied to Encapsulating Security Payload (ESP) functionality if immediate patching is not feasible.
Microsoft Threat Intelligence warned that exploitation is not limited to the /usr/bin/su binary demonstrated in public testing. According to Microsoft, attackers could potentially alter any file readable by the compromised user account, including sensitive system files such as /etc/passwd.
Manipulating How Encrypted Data Is Processed
Fragnesia allows attackers to corrupt file-backed page cache entries without modifying the underlying files stored on disk. In demonstrations released publicly, researchers used the flaw to overwrite portions of the /usr/bin/su binary in memory and launch a root shell.
Unlike older Linux privilege escalation attacks that often relied on timing issues or unstable race conditions, researchers describe Fragnesia as unusually predictable. The exploit reportedly avoids race-condition dependencies entirely, making it more reliable for attackers once they gain an initial foothold on a system.
Historically, local privilege escalation flaws on Linux systems were often considered secondary risks because exploitation could be inconsistent or crash-prone. Fragnesia instead provides a cleaner post-compromise path to root access after attackers obtain local credentials or compromise workloads running in cloud or containerized environments.
The vulnerability exploits logic flaws involving shared page fragments during packet processing in the ESP-in-TCP implementation. Attackers can reportedly manipulate how encrypted data is processed in memory, enabling controlled corruption of cached file contents through crafted packet handling.
Security Guidance
Security guidance issued by researchers recommends temporarily disabling esp4, esp6 and rxrpc kernel modules where operationally possible. Experts also advised restricting unprivileged user namespaces and increasing monitoring for suspicious namespace creation or unusual XFRM activity.
At present, researchers say they have not observed active exploitation in production environments. Still, the publication of working exploit code substantially raises the likelihood of rapid adoption by attackers.
The Linux kernel’s networking stack has faced a growing concentration of privilege escalation vulnerabilities tied to memory management and page-cache behavior. Dirty Frag, Copy Fail and now Fragnesia all center on corruption of cached file data inside kernel memory rather than direct modification of files on disk.

