PT-2026-64328 · Linux · Linux

CVE-2026-64213

·

Published

2026-07-24

·

Updated

2026-07-24

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
hwmon: (lm90) Add lock protection to lm90 alert
Sashiko reports:
lm90 alert() executes in the smbus alert context and calls lm90 update confreg() to disable the hardware alert line, without acquiring hwmon lock.
Concurrently, sysfs write operations (such as lm90 write convrate) hold the hwmon lock, temporarily modify data->config, and then restore it.
If an alert interrupt occurs concurrently with a sysfs write, the sysfs path will overwrite the alert handler's modifications to data->config and the hardware register.
This unintentionally re-enables the hardware alert line while the alarm is still active, causing an interrupt storm.
Add the missing lock to lm90 alert() to solve the problem.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-64213

Affected Products

Linux