Use-After-Free Vulnerability in Linux Kernel Affecting Timer Management
CVE-2026-64560

7.8HIGH

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
29 July 2026

What is CVE-2026-64560?

A vulnerability in the Linux kernel related to posix CPU timers can lead to a use-after-free condition due to a race in non-leader exec() scenarios. When a timer associated with a process is deleted while concurrently executing an exec() command, it can cause access to freed memory. Specifically, if a timer was armed and enqueued, subsequent operations can trigger undefined behavior as they attempt to access the memory of the deleted object. The flaw exists due to weak memory ordering guarantees on certain architectures, allowing for potential exploitation. To mitigate this, improvements involve enhanced memory visibility and better task management routines, ensuring safe execution during timer operations.

Affected Version(s)

Linux 55e8c8eb2c7b6bf30e99423ccfe7ca032f498f59 < 67aa823e3e8c229c6d374df79c804f6721cb83b6

Linux 55e8c8eb2c7b6bf30e99423ccfe7ca032f498f59

Linux 55e8c8eb2c7b6bf30e99423ccfe7ca032f498f59

References

CVSS V3.1

Score:
7.8
Severity:
HIGH
Confidentiality:
High
Integrity:
High
Availability:
High
Attack Vector:
Local
Attack Complexity:
Low
Privileges Required:
Low
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.