PT-2026-37567 · Linux+2 · Linux Kernel+2
CVE-2026-43227
·
Published
2025-12-03
·
Updated
2026-08-23
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/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
An issue exists in the TMU device driver, which serves as both a clocksource and a clockevent provider. The driver attempts to manage power and clock states dynamically; however, when the TMU registers itself via
clockevents register device(), it operates within a context requiring raw spinlocks. Because the driver calls pm runtime *() and clk *() functions while holding a raw spinlock, and these functions subsequently call other platform drivers that use regular spinlocks, a conflict in spinlock contexts occurs. This specifically affects PREEMPT RT builds where normal spinlocks can sleep, leading to a lockdep warning and an invalid wait context.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu