Details of a new local vulnerability of privilege escalation in the nicknamed Linux kernel have emerged Dirty Frag, which combines two writing failures in the cache of pages to obtain root privileges without the need for career conditions. According to research published by Hyunwoo Kim, the exploitation links a vulnerability in the IPSec subsystem (xfrm-ESP Page-Cache Write) with another in RxRPC (RxRPC Page-Cache Write), and its nature is determinist, not dependent on time windows, which significantly increases the success rate and risk seriousness for unpatched systems.
The problem is particularly relevant because it touches reception paths in which the kernel disfigures directly on pages that are actually referred to by user processes (for example, pages of pipe attached by spin / sendfile or MSG _ SPLICE _ PAGES), which can expose or corrupt flat text that an unprivileged process still maintains. The combination covers complementary scenarios: in distributions that allow the creation of user namespaces the IPSec attack can be executed, while in Ubuntu - where namespaces creation is blocked by AppArmor - the default-loaded rxrpc module makes the other variant possible. This means that many popular distributions are exposed(mentioned among them Ubuntu 24.04.4, RHEL 10.1, Fedora 44, CentOS Stream 10, AlmaLinux 10 and openSUSE Tumbleweed), and there is already a functional concept test that allows you to get root with a single command, which increases the urgency.

From the historical point of view, the vectors involved remember previous failures of the Dirty Pipe and Copy Fail family, but Dirty Frag does not depend on the algif _ aead module or of their known mitigation, so that previously "parcheed" systems against Copy Fail can remain vulnerable. In addition, the roots of the problem go back to commitments of the 2017 and 2023 kernel, which highlights how old changes can enable new and dangerous chains years later.

While kernel maintainers work on patches, temporary mitigation measures are critical to reduce the attack surface on servers and workstations exposed to local users or multiuser environments. Among the most effective and low-risk actions is avoid loading the modules concerned(es4, es6 and rxrpc) until an official patch arrives; this can be achieved by creating rules in / etc / modprobe.d / that prevent the automatic loading of the module or redirect its installation to / bin / false, and by verifying the absence with lsmod. Another complementary mitigation is to disable the cloning of namespaces by unprivileged users (sysctl kernel.unprivileged _ userns _ clone = 0), and in Ubuntu environments to check the policy of AppArmor because in many cases it prevents the first vector (xfrm) by blocking the creation of user namespaces. For more details on how and where to manage the load of modules see the official documentation of the kernel in Kernel.org - module management and the AppArmor documentation that Canonical maintains in Ubuntu - AppArmor.
It is important to plan these mitigation with an operational criterion: blocking modules linked to IPSec or RxRPC can have a functional impact on services that depend on IPSec / ESP or the RxRPC core, so the effect on applications and connectivity should be evaluated before applying production changes. Also, maintain access controls to local accounts, restrict the possibility of raising and running binary by unreliable users, audit changes to SUID / SGID files and monitor operating signals (creating shells with privileges, unusual load of modules, activity of unknown processes).
Finally, when the official patches are available, apply them with priority and verify that the updated kernel effectively corrects the references involved. In the long term, this incident again highlights the need to minimize the attack surface in exposed hosts: disable unnecessary modules, apply less privileged principles for local users and keep base images as simple as possible reduces the likelihood that chains like Dirty Frag will be exploitable in their environment. To follow the state of vulnerabilities and updates trust centralized sources such as the NVD and the official kernel tree: NVD - National Vulnerability Database and Kernel.org.
Related
More news on the same subject.

Safety alert Drug critical vulnerability of SQL injection in PostgreSQL requires immediate update
Drucal has published safety updates for a vulnerability qualified as "highly critical" which affects Drumal Core and allows an attacker to achieve arbitrary SQL injection in sit...

18-year-old Ukrainian youth leads a network of infostealers that violated 28,000 accounts and left $250,000 in losses
The Ukrainian authorities, in coordination with US agents. They have focused on an operation of infostealer which, according to the Ukrainian Cyber Police, was allegedly adminis...

The digital signature is in check: Microsoft dismands a service that turned malware into apparently legitimate software
Microsoft announced the disarticulation of a "malware-signing-as-a-service" operation that exploited its device signature system to convert malicious code into seemingly legitim...

A single GitHub workflow token opened the door to the software supply chain
A single GitHub workflow token failed in the rotation and opened the door. This is the central conclusion of the incident in Grafana Labs following the recent wave of malicious ...

WebWorm 2025: the malware that is hidden in Discord and Microsoft Graphh to evade detection
The latest observations by cyber security researchers point to a change in worrying tactics of an actor linked to China known as WebWorm: in 2025 it has incorporated back doors ...

Identity is no longer enough: continuous verification of the device for real-time security
Identity remains the backbone of many security architectures, but today that column is cracking under new pressures: advanced phishing, real-time proxyan authentication kits and...

The dark matter of identity is changing the rules of corporate security
The Identity Gap: Snapshot 2026 report published by Orchid Security puts numbers to a dangerous trend: the "dark matter" of identity - accounts and credentials that are neither ...