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.
Published: 2026-05-15
Score: 7.1 High
EPSS: 1.5% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises in the Linux kernel’s ptrace subsystem where the dumpability flag, intended to indicate whether a process’s memory image can be core‑dumped, is mistakenly used as a generic permission test for ptrace operations even when the target task has no memory map. Because ptrace_may_access relies on this flag for checks unrelated to the memory map, a process that can call ptrace on a kernel thread can potentially read or modify that thread’s state. The check still enforces UID/GID matching and requires the CAP_SYS_PTRACE capability for overriding the flag, so only privileged users or processes with that capability can exploit the weakness. The impact is primarily the disclosure of kernel‑space data that would otherwise be protected from such processes.

Affected Systems

Affected systems are all Linux kernel releases that have not yet integrated the commit that corrects the get_dumpable logic. The change is present in the mainline kernel, so any kernel older than the timestamp of that commit is vulnerable. This includes every architecture supported by the kernel family, such as x86_64, arm64, and others, regardless of distribution, as long as the underlying kernel code lacks the patch.

Risk and Exploitability

With a CVSS score of 7.1 and an EPSS score of 2%, the vulnerability is not listed in CISA KEV catalog. Because exploitation requires the CAP_SYS_PTRACE capability (or root privileges), the attack vector is local and limited to users who already possess elevated privileges. An attacker with such a capability can use ptrace to retrieve kernel thread information, resulting in information disclosure. The exploitation effort beyond having the capability is minimal, but the requirement for elevated privileges protects the vulnerability from general exploitation by normal users. The quantified CVSS score of 7.1 informs the risk assessment, and systems that grant CAP_SYS_PTRACE widely or use low ptrace scope settings face a higher practical threat.

Generated by OpenCVE AI on June 18, 2026 at 00:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the commit correcting get_dumpable logic.
  • Configure the kernel’s yama.ptrace_scope sysctl (kernel.yama.ptrace_scope) to at least 1, limiting ptrace usage to trusted processes.
  • Remove the CAP_SYS_PTRACE capability from untrusted user accounts, granting it only to trusted administrators.

Generated by OpenCVE AI on June 18, 2026 at 00:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4587-1 linux security update
Debian DLA Debian DLA DLA-4588-1 linux-6.1 security update
Debian DSA Debian DSA DSA-6274-1 linux security update
Debian DSA Debian DSA DSA-6275-1 linux security update
Ubuntu USN Ubuntu USN USN-8370-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8371-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8373-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8374-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8426-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8426-2 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8440-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8489-1 Linux kernel (OEM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8497-1 Linux kernel (Low Latency) vulnerabilities
Ubuntu USN Ubuntu USN USN-8499-1 Linux kernel (Xilinx) vulnerabilities
Ubuntu USN Ubuntu USN USN-8528-1 Linux kernel (Xilinx ZynqMP) vulnerabilities
Ubuntu USN Ubuntu USN USN-8569-1 Linux kernel (HWE) vulnerabilities
Ubuntu USN Ubuntu USN USN-8388-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8388-2 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8393-1 Linux kernel (Azure FIPS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8461-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8462-1 Linux kernel (Oracle) vulnerabilities
References
Link Providers
http://www.openwall.com/lists/oss-security/2026/05/15/9 cve-icon
http://www.openwall.com/lists/oss-security/2026/05/20/14 cve-icon
http://www.openwall.com/lists/oss-security/2026/05/20/16 cve-icon
https://access.redhat.com/errata/RHSA-2026:19521 cve-icon
https://access.redhat.com/errata/RHSA-2026:19540 cve-icon
https://access.redhat.com/errata/RHSA-2026:19568 cve-icon
https://access.redhat.com/errata/RHSA-2026:19569 cve-icon
https://access.redhat.com/errata/RHSA-2026:19664 cve-icon
https://access.redhat.com/errata/RHSA-2026:19666 cve-icon
https://access.redhat.com/errata/RHSA-2026:19705 cve-icon
https://access.redhat.com/errata/RHSA-2026:19711 cve-icon
https://access.redhat.com/errata/RHSA-2026:19875 cve-icon
https://access.redhat.com/errata/RHSA-2026:20051 cve-icon
https://access.redhat.com/errata/RHSA-2026:20054 cve-icon
https://access.redhat.com/errata/RHSA-2026:20129 cve-icon
https://access.redhat.com/errata/RHSA-2026:20130 cve-icon
https://access.redhat.com/errata/RHSA-2026:20299 cve-icon
https://access.redhat.com/errata/RHSA-2026:20593 cve-icon
https://access.redhat.com/errata/RHSA-2026:21701 cve-icon
https://access.redhat.com/errata/RHSA-2026:21702 cve-icon
https://access.redhat.com/errata/RHSA-2026:23468 cve-icon
https://access.redhat.com/errata/RHSA-2026:23469 cve-icon
https://access.redhat.com/errata/RHSA-2026:23470 cve-icon
https://access.redhat.com/errata/RHSA-2026:23471 cve-icon
https://access.redhat.com/errata/RHSA-2026:24814 cve-icon
https://access.redhat.com/errata/RHSA-2026:33486 cve-icon
https://access.redhat.com/security/cve/CVE-2026-46333 cve-icon
https://bugzilla.redhat.com/show_bug.cgi?id=2477802 cve-icon
https://cert-portal.siemens.com/productcert/html/ssa-019113.html cve-icon
https://git.kernel.org/stable/c/01363cb3fbd0238ffdeb09f53e9039c9edf8a730 cve-icon cve-icon
https://git.kernel.org/stable/c/15b828a46f305ae9f05a7c16914b3ce273474205 cve-icon cve-icon
https://git.kernel.org/stable/c/2a93a4fac7b6051d3be7cd1b015fe7320cd0404d cve-icon cve-icon
https://git.kernel.org/stable/c/31e62c2ebbfdc3fe3dbdf5e02c92a9dc67087a3a cve-icon cve-icon
https://git.kernel.org/stable/c/4709234fd1b95136ceb789f639b1e7ea5de1b181 cve-icon cve-icon
https://git.kernel.org/stable/c/6e5b51e74a40d377bcd3081dd33fbaa0e1aa7e3d cve-icon cve-icon
https://git.kernel.org/stable/c/8f907d345bae8f4b3f004c5abc56bf2dfb851ea7 cve-icon cve-icon
https://git.kernel.org/stable/c/93d4ba49d18e3d7fb41a9927c2d0cca5e9dfefd6 cve-icon cve-icon
https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn cve-icon
https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn/ cve-icon cve-icon
https://github.com/torvalds/linux/commit/31e62c2ebbfdc3fe3dbdf5e02c92a9dc67087a3a cve-icon
https://lists.debian.org/debian-lts-announce/2026/05/msg00032.html cve-icon
https://lists.debian.org/debian-lts-announce/2026/05/msg00035.html cve-icon
https://nvd.nist.gov/vuln/detail/CVE-2026-46333 cve-icon
https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46333.json cve-icon
https://www.cve.org/CVERecord?id=CVE-2026-46333 cve-icon
History

Thu, 21 May 2026 13:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 20 May 2026 20:30:00 +0000


Wed, 20 May 2026 16:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}


Tue, 19 May 2026 16:30:00 +0000

Type Values Removed Values Added
References

Mon, 18 May 2026 13:30:00 +0000

Type Values Removed Values Added
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Mon, 18 May 2026 06:30:00 +0000


Sat, 16 May 2026 13:30:00 +0000

Type Values Removed Values Added
References

Sat, 16 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Important


Fri, 15 May 2026 20:30:00 +0000

Type Values Removed Values Added
References

Fri, 15 May 2026 13:45:00 +0000

Type Values Removed Values Added
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.
Title ptrace: slightly saner 'get_dumpable()' logic
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Debian Debian Linux
Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:31:28.199Z

Reserved: 2026-05-13T15:03:33.113Z

Link: CVE-2026-46333

cve-icon Vulnrichment

Updated: 2026-05-20T18:47:13.604Z

cve-icon NVD

Status : Modified

Published: 2026-05-15T14:16:35.793

Modified: 2026-07-15T02:22:15.687

Link: CVE-2026-46333

cve-icon Redhat

Severity : Important

Publid Date: 2026-05-15T05:55:00Z

Links: CVE-2026-46333 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T00:15:03Z

Weaknesses
  • CWE-269

    Improper Privilege Management