Linux · Linux Kernel · CVE-2026-46333
**Name of the Vulnerable Software and Affected Versions**
Linux kernel versions prior to 7.0.8
Linux kernel versions prior to 6.18.31
Linux kernel versions prior to 6.12.89
Linux kernel versions prior to 6.6.139
Linux kernel versions prior to 6.1.173
Linux kernel versions prior to 5.15.207
Linux kernel versions prior to 5.10.256
**Description**
An improper privilege management issue exists in the `get dumpable()` function. The logic regarding the dumpability of a task—originally intended to determine if a task can create a core dump—was incorrectly used by `ptrace may access()` to check permissions independently of the memory management (MM) pointer. This includes threads without a virtual memory (VM), such as kernel threads. This flaw allows an unprivileged local user to escalate privileges to root, execute arbitrary commands, and disclose sensitive information, including SSH host private keys and the `/etc/shadow` password hash file. The issue is described as a race condition in ptrace access handling that may allow the theft of privileged file descriptors during process shutdown. Exploitation on default installations of major distributions like Debian, Ubuntu, and Fedora requires the Reliable Datagram Sockets (RDS) module to be loaded, `io ring` to be enabled, a readable SUID-root binary, and x86 64 support.
**Recommendations**
Update to version 7.0.8 or newer.
Update to version 6.18.31 or newer.
Update to version 6.12.89 or newer.
Update to version 6.6.139 or newer.
Update to version 6.1.173 or newer.
Update to version 5.15.207 or newer.
Update to version 5.10.256 or newer.
As a temporary workaround, set `sysctl kernel.yama.ptrace scope=2`.