CVE-2026-74547
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
15/08/2026
Última modificación:
15/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread<br />
<br />
When userspace configures &#39;auto_update_interval&#39; to 0 via sysfs, the<br />
background kthread executes schedule_timeout_interruptible(0), which<br />
returns immediately.<br />
<br />
If &#39;num_temp_sensors&#39; is concurrently or previously set to 0, the<br />
msleep_interruptible() delay inside adt7470_read_temperatures() also<br />
becomes 0. This combination forces the background thread into a tight,<br />
unbounded busy-loop, hogging the CPU and flooding the I2C bus with a<br />
continuous stream of transactions.<br />
<br />
Fix this vulnerability by raising the lower limit of the clamp_val in<br />
auto_update_interval_store() from 0 to 500 milliseconds. This guarantees<br />
a reasonable minimum sleep window between sensor updates, protecting the<br />
system from intentional or accidental I2C bus denial of service.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/1a42bd72a66205e439db1d1142442b62d393408a
- https://git.kernel.org/stable/c/38e6b5ce5794ff09442231cc171c2be5e900bab3
- https://git.kernel.org/stable/c/5ea299c3aa42a827f6a863eeead6de3525bbb17a
- https://git.kernel.org/stable/c/82d65f7ef11edcea0228745440b8b4b1f222c34c
- https://git.kernel.org/stable/c/cb0b7f9c43b0abbd422a7e4c2c85e91db429207c



