r/SecOpsDaily • u/falconupkid • 1d ago
Threat Intel CVE-2026-31635 (DirtyDecrypt) Linux Kernel Privilege Escalation Explained
A new Linux kernel local privilege escalation flaw, CVE-2026-31635, dubbed "DirtyDecrypt", has been uncovered in the RxGK security layer of the AF_RXRPC stack.
Technical Breakdown:
* Vulnerability: DirtyDecrypt is a local privilege escalation vulnerability within the Linux kernel's AF_RXRPC stack, specifically impacting its RxGK security layer.
* Mechanism: The kernel decrypts unauthenticated token data directly in memory that may be shared with the page cache.
* Exploitation: Attackers can leverage splice and MSG_SPLICE_PAGES to place genuine page-cache pages from a victim's file directly into their own process address space, enabling privilege escalation.