CVE-2026-64375 Details
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().
A vulnerability in the Linux kernel's handling of process file links can lead to a race condition in ptrace access checks. The issue arises in the proc_pid_get_link() and proc_pid_readlink() functions, which currently perform two separate task lookups from the PID. This process can create a race condition, potentially allowing unauthorized access to process information. The vulnerability affects the Linux kernel stable tree.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://cert-portal.siemens.com/productcert/html/ssa-019113.html | siemens-SADP | Third Party Advisory |
| https://git.kernel.org/stable/c/138c692d2b2d63d26f2eb957d0e4fcc5d61f9ff2 | kernel.org | Patch |
| https://git.kernel.org/stable/c/497c6bae5167428596575f20af6613ff5671f383 | kernel.org | Patch |
| https://git.kernel.org/stable/c/6253dfee5afba536bb54fc6fe6c091c3758fafe1 | kernel.org | Patch |
| https://git.kernel.org/stable/c/6255da28d4bb5349fe18e84cb043ccd394eba75d | kernel.org | Patch |
| https://git.kernel.org/stable/c/65bf0d2b6e914f1448d6a2fde193dcf60936a651 | kernel.org | Patch |
| https://git.kernel.org/stable/c/83b17872e3166c295c599279fc9562ac3840c638 | kernel.org | Patch |
| https://git.kernel.org/stable/c/de497d7aa2fae453a7e7c8f7d3e8682e565e3aaf | kernel.org | Patch |
| https://git.kernel.org/stable/c/dfd1894cb64cbd8758b461ed713800fe73db4f82 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 2.6.18, < 5.10.261 >= 5.11, < 5.15.212 >= 5.16, < 6.1.178 >= 6.2, < 6.6.145 >= 6.7, < 6.12.97 >= 6.13, < 6.18.40 >= 6.19, < 7.1.4 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | Initial Analysis | [email protected] |
| Sep 8, 2026 | CVE Modified | kernel.org |
| Sep 8, 2026 | CVE Modified | siemens-SADP |
| Aug 17, 2026 | CVE Modified | kernel.org |
| Jul 27, 2026 | CVE Modified | kernel.org |
| Jul 25, 2026 | New CVE Received | kernel.org |