CVE-2026-64375
Last modified
CVE-2026-64375 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: proc: protect ptrace_may_access() with exec_update_lock (FD links) proc_pid_get_link() and proc_pid_readlink() currently look up the task from the pid once, then do the ptrace access check on that task, then look up the task from the pid a second time to do the actual access. That's racy in several ways. To fix it, pass the task to the ->proc_get_link() handler, and instead of proc_fd_access_allowed(), introduce a new helper call_proc_get_link() that looks up and locks the task, does the access check, and calls ->proc_get_link().. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: proc: protect ptrace_may_access() with exec_update_lock (FD links) proc_pid_get_link() and proc_pid_readlink() currently look up the task from the pid once, then do the ptrace access check on that task, then look up the task from the pid a second time to do the actual access. That's racy in several ways. To fix it, pass the task to the ->proc_get_link() handler, and instead of proc_fd_access_allowed(), introduce a new helper call_proc_get_link() that looks up and locks the task, does the access check, and calls ->proc_get_link().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 778c1144771f0064b6f51bee865cceb0d996f2f9, < 6253dfee5afba536bb54fc6fe6c091c3758fafe1; >= 778c1144771f0064b6f51bee865cceb0d996f2f9, < 65bf0d2b6e914f1448d6a2fde193dcf60936a651; >= 778c1144771f0064b6f51bee865cceb0d996f2f9, < de497d7aa2fae453a7e7c8f7d3e8682e565e3aaf; >= 778c1144771f0064b6f51bee865cceb0d996f2f9, < 138c692d2b2d63d26f2eb957d0e4fcc5d61f9ff2; >= 778c1144771f0064b6f51bee865cceb0d996f2f9, < 83b17872e3166c295c599279fc9562ac3840c638; >= 778c1144771f0064b6f51bee865cceb0d996f2f9, < 497c6bae5167428596575f20af6613ff5671f383; >= 778c1144771f0064b6f51bee865cceb0d996f2f9, < dfd1894cb64cbd8758b461ed713800fe73db4f82; >= 778c1144771f0064b6f51bee865cceb0d996f2f9, < 6255da28d4bb5349fe18e84cb043ccd394eba75d |
| Linux | Linux | 2.6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64375?
How severe is CVE-2026-64375?
How do I fix CVE-2026-64375?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6437Improper neutralization of argument delimiters in the volume…6.9
- CVE-2026-64370In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64371In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64372In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64373In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64374In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64376In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64377In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64378In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64379In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64380In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-64381In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64375?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
