Endpoint Security PoC Released for DirtyDecrypt Linux Kernel Vulnerability Patched in April, the underlying vulnerability allows local attackers to elevate their privileges to root. By Ionut Arghire | May 19, 2026 (5:42 AM ET) Flipboard Reddit Whatsapp Whatsapp Email Proof-of-concept (PoC) code is now available for another Linux kernel vulnerability that could allow attackers to elevate their privileges to root. Dubbed DirtyDecrypt (aka DirtyCBC), the exploit comes from the V12 security team, which discovered it earlier this month, after fixes were rolled out in April. The V12 team has not shared a CVE identifier for the security defect, but noted that it is a missing copy-on-write (COW) guard in the rxgk_decrypt_skb component of the RxGK subsystem. RxGK is a security class for the RxRPC network protocol used by the Andrew File System (AFS) and OpenAFS, which relies on the GSSAPI framework to provide authentication, confidentiality, and integrity protection. Due to the missing COW guard, oversized response authenticators are accepted, which results in data being written to the memory of privileged processes or to the page cache of privileged files, such as SUID binaries, Moselwal notes . As Tharros Labs senior principal vulnerability analyst Will Dormann points out , the underlying issue could be CVE-2026-31635 (CVSS score of 7.5), a Linux kernel vulnerability disclosed on April 24, when patches were rolled out for mainline Linux builds. Advertisement. Scroll to continue reading. DirtyDecrypt only affects distributions that have CONFIG_RXGK compiled in and enabled, such as Arch Linux, Fedora, and openSUSE. In container platforms, all worker nodes running a vulnerable distribution could provide attackers with a path to escape the pod, Moselwal says. According to V12, the flaw is a variant of the recently identified CopyFail, DirtyFrag, and Fragnesia Linux kernel bugs, all of which grant root access on vulnerable systems. Disclosed last week and officially tracked as CVE-2026-46300, Fragnesia affects the XFRM ESP-in-TCP subsystem. It allows attackers to overwrite sensitive system files and gain root privileges. The Dirty Frag exploit published earlier this month chains two vulnerabilities in the Linux kernel, including one that affects the RxRPC component, to elevate privileges to root. Copy Fail , which was disclosed in late April, enables an attacker to modify the in-memory copies of setuid-root binaries, providing root shell access. Threat actors started exploiting it shortly after disclosure. Related: Researcher Drops MiniPlasma Windows Exploit for Unpatched 2020 CVE Related: Exploitation of Critical NGINX Vulnerability Begins Related: Google Detects First AI-Generated Zero-Day Exploit Related: Over 40,000 Servers Compromised in Ongoing cPanel Exploitation Written By Ionut Arghire Ionut Arghire is an international correspondent for SecurityWeek. More from Ionut Arghire PoC Code Published for Critical NGINX Vulnerability OpenAI Hit by TanStack Supply Chain Attack TeamPCP Ups the Game, Releases Shai-Hulud Worm’s Source Code Chrome 148 Update Patches Critical Vulnerabilities Chinese APTs Expand Targets, Update Backdoors in Recent Campaigns F5 Patches Over 50 Vulnerabilities Hackers Targeted PraisonAI Vulnerability Hours After Disclosure Researcher Drops YellowKey, GreenPlasma Windows Zero-Days Latest News Critical Vulnerability Exposes Industrial Robot Fleets to Hacking Millions Impacted Across Several US Healthcare Data Breaches ‘Claw Chain’ OpenClaw Flaws Allow Sandbox Escape, Backdoor Delivery 7-Eleven Data Breach Confirmed After ShinyHunters Ransom Demand Researcher Drops MiniPlasma Windows Exploit for Unpatched 2020 CVE First Shai-Hulud Worm Clones Emerge Grafana Confirms Breach After Hackers Claim They Stole Data Exploitation of Critical NGINX Vulnerability Begins Trending Daily Briefing Newsletter Subscribe to the SecurityWeek Email Briefing to stay informed on the latest threats, trends, and technology, along with insightful columns from industry experts. Webinar: Third-Party Risk in Practice June 4, 2026 Organizations are investing heavily in third-party risk management, but breaches, delays, and blind spots continue to persist. Join this live webinar as we examine the gap between how organizations think their third-party risk programs are performing and what’s actually happening in practice. Register Virtual Event: Threat Detection and Incident Response Summit May 20, 2026 Delve into big-picture strategies to reduce attack surfaces, improve patch management, conduct post-incident forensics, and tools and tricks needed in a modern organization. Register People on the Move Tim Byrd has been appointed Chief Information Security Officer at First Citizens Bank. IRONSCALES has named Steve McKenzie as Chief Operating Officer. Silvio Pappalardo has joined AuthMind as Chief Revenue Officer. More People On The Move Expert Insights Enhancing Data Center Security Without Sacrificing Performance For AI data centers, where the stakes are the highest and performance constraints are the tightest, security and performance are no longer a zero-sum game. (Nadir Izrael) Is the SOC Obsolete, and We Just Haven’t Admitted It Yet? Many AI-first enterprises have already embraced sovereign architectures for general AI initiatives; cybersecurity—and the SOC—should be next. (Danelle Au) The Mythos Moment: Enterprises Must Fight Agents with Agents Only with the right platform and an agentic, AI-driven defense, will enterprises be able to protect themselves in the agentic era. (Etay Maor) Why Cybersecurity Must Rethink Defense in the Age of Autonomous Agents From autonomous code generation to decision-making systems that initiate actions without human intervention, the industry is entering a new phase. (Torsten George) Government Can’t Win the Cyber War Without the Private Sector Securing national resilience now depends on faster, deeper partnerships with the private sector. (Steve Durbin) Flipboard Reddit Whatsapp Whatsapp Email
The DirtyDecrypt (CVE-2026-31635, CVSS 7.5) Linux kernel vulnerability is a missing copy-on-write guard in the RxGK subsystem that allows local attackers to write data to privileged memory or page caches, leading to root privilege escalation. Affected versions include Linux kernel >=6.16.1 <6.18.23 and >=6.19 <6.19.13. The issue is fixed in versions 6.18.23 and 6.19.13.