Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-74547

Published Aug 15, 2026 EPSS 0.18% (7th pctl)

Overview

CVE-2026-74547 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-74547?

CVE-2026-74547 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-74547?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-74547?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-74547?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74547 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.