Linux Kernel Vulnerability in hwmon Driver by Vendor
CVE-2026-74552

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
15 August 2026

What is CVE-2026-74552?

The vulnerability in the Linux kernel's hwmon subsystem occurs when alarms are reported before the driver is fully initialized. Specifically, after the function devm_hwmon_device_register_with_info() is invoked, user space can access sysfs attributes even though the driver has not yet registered completely. This premature access can lead to a NULL pointer dereference when lm90_update_device() is invoked, resulting in a crash. To mitigate this issue, it is essential to ensure that alarm reporting and scheduling only occur after the hwmon_dev structure is properly initialized. This fix will prevent the system from attempting to access uninitialized pointers, thereby enhancing stability.

Affected Version(s)

Linux f6d0775119fb905fb02eafa98d575cf8ee792d46 < 4eed33c7db5c0c573928d28d8a2c003642c679b8

Linux f6d0775119fb905fb02eafa98d575cf8ee792d46 < 70d9a71aa407044d70b50d356b6decf6659c4d56

Linux f6d0775119fb905fb02eafa98d575cf8ee792d46 < 075fce376cf852db9293481edce07c181a9b1f46

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.