CVE-2026-46333 | ptrace: slightly saner 'get_dumpable()' logic

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 Last update: 2026-05-21 Assigner: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Conclusion & alert: CVE-2026-46333 is rated Low Risk (29.8/100): CVSS High severity, with low exploitation likelihood (EPSS 0.02%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.

Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.

Exploit prediction scoring system (EPSS) score for CVE-2026-46333

EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).

# Date Old EPSS score New EPSS score Delta (New - Old)
1 2026-05-16 0.02%

Full EPSS history (1 record total)

Common vulnerability scoring system (CVSS) metrics for CVE-2026-46333

CVSS metrics for this CVE.

Base score Version Severity Vector Exploitability Impact Score source
7.1 3.1 HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N Click to expand
Attack vector (AV:L)
They already need access on the box, or another person has to do something wrong; it’s not a remote drive-by.
Attack complexity (AC:L)
Once they can reach the bug, pulling it off is straightforward—no weird race conditions or rare setup.
Privileges required (PR:L)
A normal user session is enough; they don’t have to be admin.
User interaction (UI:N)
Nobody has to click “OK” or open a trap file; it can work without a victim helping.
Scope (S:U)
Damage stays in the same “trust bubble” as the broken component—no big spill into unrelated systems.
Confidentiality (C:H)
Serious risk that confidential data gets exposed in a big way.
Integrity (I:H)
They could widely tamper with or forge data—trust in the data is badly hurt.
Availability (A:N)
Service keeps running; no real outage angle.
1.8 5.2 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Weakness enumeration for CVE-2026-46333

GitHub Security Advisory for CVE-2026-46333

GHSA-pm8f-4p6p-6x53 · Severity: medium — In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner ...

OS Trackers for CVE-2026-46333

vendor priority summary link
debian not yet assigned CVE-2026-46333 not yet assigned priority: Debian including 2 source packages (linux, linux-6.1), 6 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 6. https://security-tracker.debian.org/tracker/CVE-2026-46333
redhat high https://access.redhat.com/security/cve/CVE-2026-46333
suse medium CVE-2026-46333 severity moderate: SUSE including 102 source package names (cluster-md-kmp-default-4.12.14-122.307.1, cluster-md-kmp-default-5.14.21-150400.24.214.1, …), 250 product×package rows across 33 product lines (Container suse/sle-micro-rancher/5.3, Container suse/sle-micro-rancher/5.4, … (33 product lines)): Fixed 220, First Fixed 30. https://www.suse.com/security/cve/CVE-2026-46333/
ubuntu high CVE-2026-46333 high priority: Ubuntu including 158 source packages (linux, linux-allwinner-5.19, …), 1422 status rows across 9 suites (bionic, focal, jammy, noble, questing, resolute, trusty, upstream, xenial): DNE 1024, ignored 169, released 156, not-affected 46, pending 16, needed 11. https://ubuntu.com/security/CVE-2026-46333

Affected software / configurations for CVE-2026-46333

Vendor Product Version Raw CPE
No affected products in dataset.

References for CVE-2026-46333

URL Tags
https://git.kernel.org/stable/c/01363cb3fbd0238ffdeb09f53e9039c9edf8a730
https://git.kernel.org/stable/c/15b828a46f305ae9f05a7c16914b3ce273474205
https://git.kernel.org/stable/c/2a93a4fac7b6051d3be7cd1b015fe7320cd0404d
https://git.kernel.org/stable/c/31e62c2ebbfdc3fe3dbdf5e02c92a9dc67087a3a
https://git.kernel.org/stable/c/4709234fd1b95136ceb789f639b1e7ea5de1b181
https://git.kernel.org/stable/c/6e5b51e74a40d377bcd3081dd33fbaa0e1aa7e3d
https://git.kernel.org/stable/c/8f907d345bae8f4b3f004c5abc56bf2dfb851ea7
https://git.kernel.org/stable/c/93d4ba49d18e3d7fb41a9927c2d0cca5e9dfefd6
http://www.openwall.com/lists/oss-security/2026/05/15/9
http://www.openwall.com/lists/oss-security/2026/05/20/14
http://www.openwall.com/lists/oss-security/2026/05/20/16
https://lists.debian.org/debian-lts-announce/2026/05/msg00032.html
https://lists.debian.org/debian-lts-announce/2026/05/msg00035.html
https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn/
cvelogic Threat Intelligence