Tag

Dirtydecrypt

All articles tagged with #dirtydecrypt

Public PoC Reveals Local Root Exploit for DirtyDecrypt Linux Kernel
cyber-security-news5 days ago

Public PoC Reveals Local Root Exploit for DirtyDecrypt Linux Kernel

A public proof‑of‑concept exploit for the DirtyDecrypt (DirtyCBC) Linux kernel local privilege escalation (CVE-2026-31635) has been released. It exploits a missing copy-on-write guard in rxgk_decrypt_skb() within the RxGK subsystem, enabling a local unprivileged user to overwrite privileged memory (including /etc/shadow, sudoers, and SUID binaries) and gain root. The upstream patch was merged on April 25, 2026, and affected kernels require RXGK to be enabled (CONFIG_RXGK=y/m). Rolling‑release distributions with unpatched kernels (e.g., Fedora Rawhide, Arch before patch, openSUSE Tumbleweed) are at risk, while distros that ship RXGK disabled (e.g., some Debian/RHEL/Ubuntu builds) are less affected. In containers and Kubernetes environments, the flaw can lead to container escapes and host compromise. Mitigations include upgrading the kernel package and rebooting; as a temporary workaround, blacklisting rxrpc, esp4, and esp6 can be used at the expense of IPsec/AFS functionality. Kubernetes operators should rebuild worker images with patched kernels and enforce strict pod security settings.

DirtyDecrypt PoC Unleashed: Linux Kernel Local Privilege Escalation (CVE-2026-31635)
technology6 days ago

DirtyDecrypt PoC Unleashed: Linux Kernel Local Privilege Escalation (CVE-2026-31635)

A newly released PoC for CVE-2026-31635, aka DirtyDecrypt, enables local privilege escalation in the Linux kernel by exploiting a missing copy-on-write guard in rxgk_decrypt_skb. The flaw affects systems with CONFIG_RXGK (e.g., Fedora, Arch, openSUSE) and can write to privileged memory or the kernel page cache, with potential container escape paths. It’s linked to the Dirty Frag/Copy Fail family of flaws, and mitigations being discussed include a kernel runtime killswitch and Rocky Linux’s opt-in security repository to push urgent fixes before upstream patches.

PoC Exploit Enables Root on Some Linux Systems via DirtyDecrypt(rxgk) Flaw
technology8 days ago

PoC Exploit Enables Root on Some Linux Systems via DirtyDecrypt(rxgk) Flaw

A patched Linux kernel flaw in the rxgk module, known as DirtyDecrypt/DirtyCBC, now has a proof-of-concept exploit that can grant root access on affected systems. The vulnerability aligns with CVE-2026-31635 and requires CONFIG_RXGK; it mainly affects distros tracking upstream kernels (e.g., Fedora, Arch, openSUSE). V12 Security reported the flaw, and patches are available, though a temporary mitigation involving disabling specific modules could disrupt IPsec VPNs and AFS. This comes amid broader activity around root-privilege flaws, with CISA warning about Copy Fail being exploited in the wild.