Vulnerability in Linux

CVE-2026-64370

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error path In do_cpu_nanosleep(), posix_cpu_timer_create() takes a pid reference via get_pid() and stores it in timer.it.cpu.pid. If the subsequent posix_cpu_timer_set() call fails, the function returns immediately without calling posix_cpu_timer_del() to release the pid reference, causing a leak. Fix it by calling posix_cpu_timer_del() before the unlock-and-return on the error path, consistent with the other exit paths in the same function.

EPSS: 0.002 (7.3th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.

Affected products

  • Linux — versions 7.2-rc1, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 6.6.145
  • Linux Linux_kernel — versions 2.6.12

References

Frequently asked questions

What is CVE-2026-64370?
CVE-2026-64370 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2026-07-25.
How severe is CVE-2026-64370?
Medium severity. CVSS v3 base score is 5.5 out of 10.