PT-2025-51627 · Linux+3 · Linux Kernel+3

Published

2025-12-16

·

Updated

2026-05-07

·

CVE-2025-68214

CVSS v3.1

4.7

Medium

VectorAV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A race condition exists within the timer subsystem, specifically in the timer shutdown sync() function, potentially leading to a kernel warning. This occurs when the timer function pointer is cleared to NULL while the timer is still actively running on another CPU. The issue arises from the possibility of a pending timer having a NULL function pointer, triggering a warning within the expire timers() function. The root cause is that timer shutdown sync() clears the timer function pointer without checking if the timer is currently running. The fix involves only clearing the function pointer during timer detachment, leaving it intact while the timer is running to ensure proper completion. The lock timer base() and unlock timer base() functions are used to manage access to the timer base. The expire timers() function is responsible for handling timer expirations. The detach if pending() function is used to detach pending timers. The call timer fn() function is called to execute the timer function.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Race Condition

Weakness Enumeration

Related Identifiers

AZL-72475
CVE-2025-68214
ECHO-E75C-9490-8176
MGASA-2026-0017
MGASA-2026-0018
OESA-2026-1759
OESA-2026-1760
USN-8094-1
USN-8094-2
USN-8094-3
USN-8094-4
USN-8094-5
USN-8095-1
USN-8095-2
USN-8095-3
USN-8095-4
USN-8095-5
USN-8100-1
USN-8125-1
USN-8126-1
USN-8152-1
USN-8165-1
USN-8261-1

Affected Products

Debian
Linuxmint
Linux Kernel
Ubuntu