ID:12744 - Exploit for Improper access control in Linux kernel - CVE-2026-46333
Published: May 22, 2026
Linux kernel
Link to public exploit:
Vulnerability description
The vulnerability allows a local privileged user to disclose sensitive information.
The vulnerability exists due to improper access control in ptrace_may_access() when checking dumpability for tasks without an associated mm pointer. A local privileged user can inspect kernel thread details to disclose sensitive information.
The issue affects cases involving threads that no longer have a VM or never had one, such as kernel threads.