CVE-2026-64371
Awaiting Analysis
Awaiting Analysis - Queue
Race Condition in Linux Kernel procfs
Vulnerability report for CVE-2026-64371, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-25
Last updated on: 2026-09-08
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
proc: protect ptrace_may_access() with exec_update_lock (part 1)
Fix the easy cases where procfs currently calls ptrace_may_access() without
exec_update_lock protection, where the fix is to simply add the extra lock
or use mm_access():
- do_task_stat(): grab exec_update_lock
- proc_pid_wchan(): grab exec_update_lock
- proc_map_files_lookup(): use mm_access() instead of get_task_mm()
- proc_map_files_readdir(): use mm_access() instead of get_task_mm()
- proc_ns_get_link(): grab exec_update_lock
- proc_ns_readlink(): grab exec_update_lock
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 2.6.30 |
| linux | linux_kernel | 2.6.30 |
| linux | linux_kernel | 2.6.30 |
| linux | linux_kernel | 2.6.30 |
| linux | linux_kernel | 2.6.30 |
| linux | linux_kernel | From 5.11 (inc) to 5.15.212 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.178 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.145 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 7.1.4 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.40 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.97 (exc) |
| linux | linux_kernel | From 2.6.27.23 (inc) to 2.6.28 (exc) |
| linux | linux_kernel | From 2.6.29.3 (inc) to 2.6.30 (exc) |
| linux | linux_kernel | From 2.6.30.1 (inc) to 5.10.261 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |