news.mlab.sh
Vulnerabilities
Vulnerability

CVE-2026-74547

Reference data from vuln.mlab.sh, coverage from our own index.

CVSS
5.5 Medium
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS
0.18%
Risk score
4.0
Published
2026-08-15
Status
Published

In the Linux kernel, the following vulnerability has been resolved: hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread When userspace configures 'auto_update_interval' to 0 via sysfs, the background kthread executes schedule_timeout_interruptible(0), which returns immediately. If 'num_temp_sensors' is concurrently or previously set to 0, the msleep_interruptible() delay inside adt7470_read_temperatures() also becomes 0. This combination forces the background thread into a tight, unbounded busy-loop, hogging the CPU and flooding the I2C bus with a continuous stream of transactions. Fix this vulnerability by raising the lower limit of the clamp_val in auto_update_interval_store() from 0 to 500 milliseconds. This guarantees a reasonable minimum sleep window between sensor updates, protecting the system from intentional or accidental I2C bus denial of service. A flaw was found in the Linux kernel's hwmon (adt7470) component. A local user can exploit this by configuring the 'auto_update_interval' to zero via sysfs while 'num_temp_sensors' is also set to zero. This combination forces the background thread into an unbounded busy-loop, consuming CPU resources and flooding the I2C bus with continuous transactions. This can lead to a denial of service (DoS) of the I2C bus.

Weaknesses

CWE-1050

Coverage 1

Advisories and references