CVE-2026-64375 PUBLISHED

proc: protect ptrace_may_access() with exec_update_lock (FD links)

Assigner: Linux
Reserved: 19.07.2026 Published: 25.07.2026 Updated: 25.07.2026

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().

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 778c1144771f0064b6f51bee865cceb0d996f2f9 to 6253dfee5afba536bb54fc6fe6c091c3758fafe1 (excl.)
  • affected from 778c1144771f0064b6f51bee865cceb0d996f2f9 to 65bf0d2b6e914f1448d6a2fde193dcf60936a651 (excl.)
  • affected from 778c1144771f0064b6f51bee865cceb0d996f2f9 to de497d7aa2fae453a7e7c8f7d3e8682e565e3aaf (excl.)
  • affected from 778c1144771f0064b6f51bee865cceb0d996f2f9 to 138c692d2b2d63d26f2eb957d0e4fcc5d61f9ff2 (excl.)
  • affected from 778c1144771f0064b6f51bee865cceb0d996f2f9 to 83b17872e3166c295c599279fc9562ac3840c638 (excl.)
  • affected from 778c1144771f0064b6f51bee865cceb0d996f2f9 to 497c6bae5167428596575f20af6613ff5671f383 (excl.)
  • affected from 778c1144771f0064b6f51bee865cceb0d996f2f9 to dfd1894cb64cbd8758b461ed713800fe73db4f82 (excl.)
  • affected from 778c1144771f0064b6f51bee865cceb0d996f2f9 to 6255da28d4bb5349fe18e84cb043ccd394eba75d (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 2.6.18 is affected
  • unaffected from 0 to 2.6.18 (excl.)
  • unaffected from 5.10.261 to 5.10.* (incl.)
  • unaffected from 5.15.212 to 5.15.* (incl.)
  • unaffected from 6.1.178 to 6.1.* (incl.)
  • unaffected from 6.6.145 to 6.6.* (incl.)
  • unaffected from 6.12.97 to 6.12.* (incl.)
  • unaffected from 6.18.40 to 6.18.* (incl.)
  • unaffected from 7.1.4 to 7.1.* (incl.)
  • unaffected from 7.2-rc1 to * (incl.)

References