CVE-2026-46333

NameCVE-2026-46333
DescriptionIn 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.
SourceCVE (at NVD; CERT, ENISA, LWN, oss-sec, fulldisc, Debian ELTS, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more)
ReferencesDLA-4587-1, DLA-4588-1, DSA-6274-1, DSA-6275-1

Vulnerable and fixed packages

The table below lists information on source packages.

Source PackageReleaseVersionStatus
linux (PTS)bullseye5.10.223-1vulnerable
bullseye (security)5.10.257-1fixed
bookworm6.1.170-3vulnerable
bookworm (security)6.1.174-1fixed
trixie6.12.86-1vulnerable
trixie (security)6.12.90-2fixed
forky, sid7.0.10-1fixed
linux-6.1 (PTS)bullseye (security)6.1.174-1~deb11u1fixed

The information below is based on the following data on fixed versions.

PackageTypeReleaseFixed VersionUrgencyOriginDebian Bugs
linuxsourcebullseye5.10.251-5DLA-4587-1
linuxsourcebookworm6.1.172-1DSA-6275-1
linuxsourcetrixie6.12.88-1DSA-6274-1
linuxsource(unstable)7.0.7-1
linux-6.1sourcebullseye6.1.172-1~deb11u1DLA-4588-1

Notes

https://www.openwall.com/lists/oss-security/2026/05/15/2
https://x.com/spendergrsec/status/2054974174926430322
https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn
https://www.openwall.com/lists/oss-security/2026/05/20/15
https://github.com/sgkdev/ptrace_may_dream
https://git.kernel.org/linus/31e62c2ebbfdc3fe3dbdf5e02c92a9dc67087a3a (7.1-rc4)

Search for package or bug name: Reporting problems