Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References 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.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:19521 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:19540 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:19568 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:19569 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:19664 redhat-SADPThird Party Advisory

see all 41 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-269Improper Privilege Managementredhat-SADP
CWE-269Improper Privilege ManagementCISA-ADP

Affected Products

ProductVersions
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

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*

Remediation

  • No remediation found in references.
debian debian linux
11.0

CPE

  • cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

17 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46333
NVD Published Date:
May 15, 2026
NVD Last Modified:
Aug 24, 2026
Source:
kernel.org
CVE-2026-46333 Details - Not Deferred