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

hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed read

If the fan data becomes 0 between the FAN_DATA_VALID() check and the
FAN_PERIOD_TO_RPM() conversion, it will result in a divide-by-zero crash
due to a race with a concurrent update of the cached fan value.

Fix a TOCTOU issue by reading fan data once.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw occurs when fan data becomes zero between a validity check and a conversion to RPM, causing a divide‑by‑zero calculation that crashes the kernel. This triggers a kernel panic and results in a denial of service. It is a classic race condition (TIME‑OF‑CHECK/TIME‑OF‑USE) that can be abused by an attacker with sufficient access to trigger fan speed reads.

Affected Systems

The vulnerability affects the Linux kernel through the adt7470 hardware monitoring driver. No specific kernel versions are listed, so any kernel that includes the adt7470 module before the patch is impacted.

Risk and Exploitability

EPSS data is unavailable and the vulnerability is not listed in CISA’s KEV catalog, so the likelihood of exploitation is unknown. The attack requires local execution with privileges sufficient to access the hardware monitoring interface or to trigger a fan speed read. As the fault causes a kernel crash, the impact is a denial of service that may affect the entire system. The CVSS score is not provided, but the nature of the defect warrants cautious treatment.

Generated by OpenCVE AI on August 15, 2026 at 14:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the adt7470 divide‑by‑zero protection commit.
  • Reboot the system to load the patched driver and ensure the issue is resolved.
  • If an update cannot be applied immediately, disable the adt7470 driver or fan‑monitoring functionality by removing the module or setting its kernel configuration to "n", preventing fan speed reads that could trigger the crash.

Generated by OpenCVE AI on August 15, 2026 at 14:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-369

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed read If the fan data becomes 0 between the FAN_DATA_VALID() check and the FAN_PERIOD_TO_RPM() conversion, it will result in a divide-by-zero crash due to a race with a concurrent update of the cached fan value. Fix a TOCTOU issue by reading fan data once.
Title hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed read
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-15T12:27:55.147Z

Reserved: 2026-08-15T05:44:03.914Z

Link: CVE-2026-74546

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:59.950

Modified: 2026-08-15T13:17:59.950

Link: CVE-2026-74546

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T14:30:10Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-369

    Divide By Zero