NOW LET US – AI RAG SaaS Studio TP.HCM
NOW LET US
Digital Product Studio
Back to news
CYBERSECURITY...3 min read

New DirtyClone Linux Kernel Flaw Lets Local Users Gain Root via Cloned Packets

Share
NOW LET US Article – New DirtyClone Linux Kernel Flaw Lets Local Users Gain Root via Cloned Packets

DirtyClone (CVE-2026-43503) is a new Linux kernel privilege escalation vulnerability that allows local users to corrupt file-backed memory via cloned network packets and gain root access.

DirtyClone is a new Linux kernel privilege escalation in the DirtyFrag family. JFrog Security Research published a working exploit walkthrough for the flaw on June 25, the first public demonstration for this variant.

Tracked as CVE-2026-43503 (CVSS 8.8), it lets a local user corrupt file-backed memory through a cloned network packet and gain root. The patch landed in mainline on May 21; if your kernel does not have it, update now.

When the kernel copies a network packet internally, two helper functions drop a safety flag that marks the packet's memory as shared with a file on disk. That missing flag is the entire vulnerability.

The attacker loads a privileged binary like /usr/bin/su into memory, wires those memory pages into a network packet, and forces the kernel to clone it. The cloned packet passes through an IPsec tunnel that the attacker controls, and the decryption step overwrites the binary's login checks with attacker-chosen bytes. The next time anyone runs su, it hands over root.

The file on disk never changes. The modification lives only in the kernel's in-memory copy, so file-integrity tools miss it, the attack leaves no audit trail, and a reboot restores the original binary. The attacker already has root by the time anyone might think to check.

Exploitation requires CAP_NET_ADMIN to configure the loopback IPsec tunnel. On Debian and Fedora, unprivileged user namespaces are enabled by default, so a local user can obtain that capability inside a new namespace.

Ubuntu 24.04 and later restrict namespace creation via AppArmor, blocking the default exploit path. Page cache is shared at the host level, so modifications made inside a namespace affect every process on the machine.

The exposed systems are multi-tenant servers, CI runners, container hosts, and Kubernetes clusters where untrusted users can create namespaces. JFrog confirmed the exploit on Debian, Ubuntu, and Fedora systems with default namespace configurations.

Fourth in a Series

This is the fourth recent privilege escalation with the same failure mode: file-backed memory gets treated as packet data, then an in-place network operation writes where it should have copied.

  • Copy Fail (CVE-2026-31431) came first in late April, exploiting the algif_aead module for a four-byte page-cache write.
  • DirtyFrag (CVE-2026-43284 and CVE-2026-43500) followed on May 7, chaining IPsec ESP and RxRPC paths for a full write primitive.
  • Fragnesia (CVE-2026-46300) appeared on May 13, bypassing the DirtyFrag patch through a flag-dropping bug in skb_try_coalesce().

Each fix closed one code path and left others open. DirtyClone's demonstrated exploit centers on __pskb_copy_fclone(), with skb_shift() also affected; the broader CVE fix covers additional frag-transfer helpers where the same flag could be lost.

The underlying problem is not one bad helper function. It is a contract problem: every code path that moves skb fragments has to preserve the shared-frag bit, every time.

The kernel's zero-copy networking lets file-backed memory serve as packet data, and a single dropped flag anywhere in the chain turns a performance optimization into a write primitive. Each variant found a path where the contract was not honored.

The original DirtyFrag researcher, Hyunwoo Kim, had submitted a broader multi-site patch covering several remaining frag-transfer helpers on May 16. The combined fix was merged on May 21 (commit 48f6a5356a33), assigned CVE-2026-43503 on May 23, and shipped in Linux v7.1-rc5 on May 24.

What to Do

Install your distribution's kernel update. The fix landed upstream in v7.1-rc5 and has been backported to stable and LTS branches. Ubuntu, Debian, and SUSE have published advisories; Red Hat has a Bugzilla tracking entry.

If you cannot patch today, two workarounds reduce the attack surface. Restrict unprivileged user namespaces: on Debian and Ubuntu, set kernel.unprivileged_userns_clone=0 (other distributions use different mechanisms).

Alternatively, blacklist the esp4, esp6, and rxrpc kernel modules, though that breaks IPsec and AFS and only works when those features are loadable modules rather than compiled into the kernel. Both are temporary controls, not fixes.

The DirtyFrag class is probably not done. Any function that moves fragment descriptors without propagating the shared-frag flag is a potential new CVE, and auditing should cover every path that touches skb_shinfo()->flags during fragment transfer.

© 2026 Now Let Us. All rights reserved.

Source: The Hacker News

Advertisement
Ad slot ready: 5887729102

More in this category

NOW LET US Related – CISA Adds Exploited PTC Windchill RCE Flaw to KEV as Web Shell Attacks Continue

cybersecurity

CISA Adds Exploited PTC Windchill RCE Flaw to KEV as Web Shell Attacks Continue

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added a critical remote code execution vulnerability (CVE-2026-12569) impacting PTC Windchill to its Known Exploited Vulnerabilities (KEV) catalog, warning of active exploitation involving JSP web shells.

NOW LET US Related – Surviving the Mythos Era: Richard Bejtlich on the Case for NDR

cybersecurity

Surviving the Mythos Era: Richard Bejtlich on the Case for NDR

Despite the abundance of security telemetry, modern SecOps teams struggle to validate active threats. Richard Bejtlich’s 'NDR Essentials' guide explains how Network Detection and Response (NDR) enables proactive interdiction and hypothesis-driven threat hunting in the AI era.

NOW LET US Related – Operation Endgame Disrupts SocGholish Servers, Cleans 14,971 WordPress Sites

cybersecurity

Operation Endgame Disrupts SocGholish Servers, Cleans 14,971 WordPress Sites

An international law enforcement collaboration under Operation Endgame has disrupted the infrastructure of the SocGholish malware, taking down 106 servers and cleaning nearly 15,000 compromised WordPress websites.

NOW LET US Related – CISA Warns Fortinet Customers as FortiBleed Hits 86,644 FortiGate Devices

cybersecurity

CISA Warns Fortinet Customers as FortiBleed Hits 86,644 FortiGate Devices

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has urged Fortinet customers to secure their FortiGate appliances against a massive, automated credential-stuffing campaign codenamed FortiBleed, which has compromised over 86,000 devices globally.

NOW LET US Related – From Assistive to Agentic: The AI Shift That's Redefining Threat Management

cybersecurity

From Assistive to Agentic: The AI Shift That's Redefining Threat Management

The shift from assistive to agentic AI is redefining threat management by bridging the gaps between siloed security tools. This transition enables organizations to operationalize Gartner's CTEM framework continuously and at machine speed.

NOW LET US Related – INC Ransomware Emerges as Major RaaS Threat in 2026 with 830+ Victims Since 2023

cybersecurity

INC Ransomware Emerges as Major RaaS Threat in 2026 with 830+ Victims Since 2023

Cybersecurity researchers have charted the evolution of INC from an nascent ransomware-as-a-service (RaaS) operation to one of the most prolific cybercrime groups in 2026, claiming no less than 830 victims since August 2023.

EXPLORE TOPICS

Discover All Categories

Deep dive into the specific technology sectors that matter most to you.