Back to overview

CVE-2026-64370

Description
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.

Metadata

CVE ID
CVE-2026-64370
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:50 UTC
Last updated
2026-07-25 08:50 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < afed3cdc1cca133f804fcf57ff228974f424b23a, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 8a270b1258797f61b61da44f8bfd41a581b5c85b, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < d605d00085adc3fddf67de01dc2a44aebf1a3fb5, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < e5ffc638faf5dc7d9dc85c9a95e10bf97442e0c0 …
Linux Linux 2.6.12, 0 < 2.6.12, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview