Linux Kernel: DirtyFrag and DirtyClone Local Privilege Escalation Vulnerabilities
The Linux kernel is affected by a series of critical local privilege escalation (LPE) vulnerabilities known as the DirtyFrag family, specifically DirtyClone (CVE-2026-43503) and CVE-2026-53130. DirtyClone leverages cloned network packets to corrupt file-backed memory, enabling attackers to rewrite executable code in memory to achieve root privileges without leaving traces on the physical disk. DirtyFrag involves memory corruption within the rxrpc (Remote XDR RPC) and ESP (Encapsulating Security Payload) subsystems. These vulnerabilities allow unprivileged local users to bypass kernel security boundaries for full system compromise. Remediation requires immediate application of patches provided by Linux kernel maintainers.
Linux Kernel: Critical Local Privilege Escalation via Bad Epoll CVE-2026-46242
CVE-2026-46242, dubbed "Bad Epoll," is a critical local privilege escalation (LPE) vulnerability residing in the Linux kernel's epoll subsystem within fs/eventpoll.c. The flaw allows an unprivileged local attacker to trigger a memory corruption primitive, granting full root-level access to the host system. This vulnerability impacts a vast ecosystem, including enterprise Linux servers, desktop distributions, and the Android mobile operating system. Remediation requires applying the official patches from the Linux kernel stable tree. This case notably highlights the limitations of AI-driven vulnerability research, as the 'Mythos' AI model failed to detect this specific flaw despite auditing the same code segment.
Linux Kernel: Architecture-Agnostic VM Escape in KVM Januscape
CVE-2026-53359, dubbed "Januscape," is a critical vulnerability in the Linux Kernel's KVM subsystem enabling a guest-to-host escape. The flaw stems from a 16-year-old logic error within the architecture-agnostic portion of the KVM code, bypassing hypervisor boundaries regardless of the underlying CPU vendor. A malicious guest user can leverage this flaw to execute arbitrary code with root privileges on the host machine. The vulnerability affects nearly all x86-based cloud and enterprise virtualization environments utilizing Intel or AMD processors. Immediate patching via the latest Linux kernel updates is required to prevent full host compromise.
Fragnesia: Linux Kernel Local Privilege Escalation via ESP-in-TCP
A sophisticated Local Privilege Escalation (LPE) vulnerability, dubbed "Fragnesia," has been identified within the Linux kernel networking subsystem. By exploiting a logic error in the reassembly of ESP-in-TCP encapsulated traffic, an unprivileged user can induce page-cache corruption to achieve full root execution, effectively bypassing most modern hardware-enforced security mitigations.