NONE · 0

CVE-2026-74546

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 an...

Vulnerability 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.

References

FAQ

What is CVE-2026-74546?

CVE-2026-74546 is a documented vulnerability. 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 an...

How severe is CVE-2026-74546?

CVSS scoring is not yet available for CVE-2026-74546. Check NVD for updates.

Is there a patch for CVE-2026-74546?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.