Exploit Available for New DirtyDecrypt Linux Root Escalation Flaw

Exploit Available for New DirtyDecrypt Linux Root Escalation Flaw

BleepingComputer
BleepingComputerMay 18, 2026

Companies Mentioned

Why It Matters

DirtyDecrypt adds another exploitable kernel weakness that can grant attackers root access on unpatched Linux systems, heightening risk for enterprises and government agencies that rely on vulnerable distributions.

Key Takeaways

  • DirtyDecrypt exploits missing COW guard in rxgk_decrypt_skb
  • Affects kernels with CONFIG_RXGK like Fedora, Arch, openSUSE
  • Proof‑of‑concept tested on Fedora and mainline kernel only
  • No CVE ID; aligns with CVE‑2026‑31635 patched April 25
  • Mitigation script may break IPsec VPNs and AFS

Pulse Analysis

The Linux kernel has seen a surge of local‑privilege‑escalation (LPE) disclosures in recent months, with DirtyDecrypt joining the ranks of Dirty Frag, Fragnesia and Copy Fail. Unlike many LPE bugs that target legacy code paths, DirtyDecrypt leverages a subtle copy‑on‑write omission in the rxgk module’s decryption routine. Although the vulnerability was already patched in the upstream kernel on April 25, the absence of an official CVE identifier has slowed broader awareness. Security researchers at V12 released a proof‑of‑concept that demonstrates full root takeover on systems where the CONFIG_RXGK flag is enabled, a configuration common to cutting‑edge distributions that ship the latest kernel sources.

Enterprises and federal agencies are particularly sensitive to such flaws because they often run standardized Linux images across large fleets. The recent CISA directive to remediate the Copy Fail exploit underscores how quickly attackers can weaponize newly disclosed LPEs. For organizations still on older kernels, the recommended mitigation—disabling the esp4, esp6, and rxrpc modules via a modprobe configuration—provides an immediate barrier but can interrupt IPsec VPN connections and AFS file‑system operations. Consequently, the safest path remains rapid kernel patching, coupled with verification that the CONFIG_RXGK option is disabled if the workload does not require AFS support.

Looking ahead, the pattern of rapid, autonomous discovery of kernel bugs suggests that the Linux security landscape will stay volatile. Vendors must streamline CVE assignment and communication to ensure that administrators receive clear, actionable guidance. Meanwhile, IT teams should adopt automated update pipelines and continuous monitoring for kernel‑level anomalies to reduce dwell time. Proactive hardening, such as minimizing unnecessary kernel modules and employing integrity‑checking tools, will be essential to mitigate the next wave of kernel‑level exploits.

Exploit available for new DirtyDecrypt Linux root escalation flaw

Comments

Want to join the conversation?

Loading comments...