CVE-2026-64492
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/07/2026
Última modificación:
25/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
iio: temperature: tmp006: use devm_iio_trigger_register<br />
<br />
tmp006_probe() allocates the DRDY trigger with devm_iio_trigger_alloc()<br />
but registers it with plain iio_trigger_register(). The driver has no<br />
.remove() callback, so on module unload the trigger stays in the global<br />
trigger list while its memory is freed by devm, leaving a dangling<br />
entry.<br />
<br />
Switch to devm_iio_trigger_register() so the registration is undone in<br />
the same devm scope as the allocation.



