CVE-2026-46333 Details
Description
In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner 'get_dumpable()' logic The 'dumpability' of a task is fundamentally about the memory image of the task - the concept comes from whether it can core dump or not - and makes no sense when you don't have an associated mm. And almost all users do in fact use it only for the case where the task has a mm pointer. But we have one odd special case: ptrace_may_access() uses 'dumpable' to check various other things entirely independently of the MM (typically explicitly using flags like PTRACE_MODE_READ_FSCREDS). Including for threads that no longer have a VM (and maybe never did, like most kernel threads). It's not what this flag was designed for, but it is what it is. The ptrace code does check that the uid/gid matches, so you do have to be uid-0 to see kernel thread details, but this means that the traditional "drop capabilities" model doesn't make any difference for this all. Make it all make a *bit* more sense by saying that if you don't have a MM pointer, we'll use a cached "last dumpability" flag if the thread ever had a MM (it will be zero for kernel threads since it is never set), and require a proper CAP_SYS_PTRACE capability to override.
A vulnerability in the Linux kernel's ptrace implementation has been addressed, specifically regarding the 'dumpability' logic of tasks. The issue arose because the dumpability concept, which relates to whether a task can create a core dump, was improperly applied to kernel threads that lack a memory management (mm) context. This misapplication allowed the ptrace_may_access() function to access kernel thread details in a way that bypassed standard permission checks. The vulnerability has been resolved by refining the logic to ensure that only tasks with an appropriate mm pointer are considered dumpable, while still allowing privileged users to access necessary kernel thread information under controlled conditions.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 21, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-269 | Improper Privilege Management | redhat-SADP |
| CWE-269 | Improper Privilege Management | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 3.16.52, < 3.17 >= 4.4.40, < 4.5 >= 4.8.16, < 4.9 >= 4.9.1, < 5.10.256 >= 5.11, < 5.15.207 >= 5.16, < 6.1.173 >= 6.2, < 6.6.139 >= 6.7, < 6.12.89 >= 6.13, < 6.18.31 >= 6.19, < 7.0.8 7.1 rc1 7.1 rc2 7.1 rc3 |
CPE
Remediation
| |
| debian debian linux | 11.0 |
CPE
Remediation
| |
Change History
17 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 24, 2026 | CVE Modified | redhat-SADP |
| Jul 15, 2026 | CVE Modified | redhat-SADP |
| Jul 14, 2026 | CVE Modified | siemens-SADP |
| Jul 1, 2026 | CVE Modified | redhat-SADP |
| Jun 30, 2026 | Initial Analysis | [email protected] |
| Jun 30, 2026 | CVE Modified | redhat-SADP |
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 21, 2026 | CVE Modified | CISA-ADP |
| May 20, 2026 | CVE Modified | CVE |
| May 20, 2026 | CVE Modified | kernel.org |
| May 19, 2026 | CVE Modified | CVE |
| May 18, 2026 | CVE Modified | CISA-ADP |
| May 18, 2026 | CVE Modified | kernel.org |
| May 16, 2026 | CVE Modified | CVE |
| May 15, 2026 | CVE Modified | CVE |
| May 15, 2026 | New CVE Received | kernel.org |