CVE-2026-74547: hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread

Published Aug 15, 2026
·
Updated

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

hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread

When userspace configures 'autoupdateinterval' to 0 via sysfs, the background kthread executes scheduletimeoutinterruptible(0), which returns immediately.

If 'numtempsensors' is concurrently or previously set to 0, the msleepinterruptible() delay inside adt7470readtemperatures() 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 clampval in autoupdateintervalstore() 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.

Affected Software

1 affected component
Linux Kernel Project Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Increase the lower bound used to clamp 'auto_update_interval' so that auto_update_interval_store() does not allow a 0 ms update interval, preventing the background thread from calling schedule_timeout_interruptible(0) and avoiding the resulting busy-loop and I2C flooding.

    Linux kernel hwmon (adt7470) clamp_val (lower limit) = raise lower limit
  2. Configuration

    Modify auto_update_interval_store() so that when userspace writes auto_update_interval=0 via sysfs, the value is clamped to a non-zero minimum (a reasonable minimum sleep window between sensor updates) rather than permitting 0ms; this prevents msleep_interruptible() from returning immediately and reduces CPU hogging and I2C bus denial-of-service.

    Linux kernel hwmon (adt7470) auto_update_interval_store() handling of 0..500ms = clamp to minimum within 0..500ms range

Event History

Aug 15, 2026
CVE Published
via MITRE·12:27 PM
Data Sourced
via MITRE·12:27 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-74547?

The severity of CVE-2026-74547 is rated at risk level 26.

2

How do I fix CVE-2026-74547?

To fix CVE-2026-74547, ensure that the Linux kernel is updated to the latest patched version that addresses this vulnerability.

3

What is the impact of CVE-2026-74547?

CVE-2026-74547 can lead to a busy-loop condition and I2C flooding, potentially affecting system performance.

4

Who is affected by CVE-2026-74547?

CVE-2026-74547 affects userspace applications that interact with the hwmon module in the Linux kernel.

5

What components are involved in CVE-2026-74547?

CVE-2026-74547 specifically involves the hwmon driver for the adt7470 sensor in the Linux kernel.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203