CVE-2026-64213

Source
https://cve.org/CVERecord?id=CVE-2026-64213
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64213.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64213
Downstream
Published
2026-07-24T15:23:02.987Z
Modified
2026-07-27T04:03:19.869979773Z
Summary
hwmon: (lm90) Add lock protection to lm90_alert
Details

In the Linux kernel, the following vulnerability has been resolved:

hwmon: (lm90) Add lock protection to lm90_alert

Sashiko reports:

lm90alert() executes in the smbus alert context and calls lm90updateconfreg() to disable the hardware alert line, without acquiring hwmonlock.

Concurrently, sysfs write operations (such as lm90writeconvrate) 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64213.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
7a1d220ccb0cc2b808eb176fb05bf55a38179f3f
Fixed
bed1fc32e0eb653806fa98afcf55f9a311fc4ce2
Fixed
b0b66aae8a94c3663d47e4000b0e81b89ce32186
Fixed
873e919e3101063a7a75989510ccfc125a4391cf

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64213.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.3.0
Fixed
6.18.34
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.11

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64213.json"