PT-2026-64713 · Linux · Linux

CVE-2026-64492

·

Publicado

2026-07-25

·

Atualizado

2026-07-25

Nenhuma

Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
In the Linux kernel, the following vulnerability has been resolved:
iio: temperature: tmp006: use devm iio trigger register
tmp006 probe() allocates the DRDY trigger with devm iio trigger alloc() but registers it with plain iio trigger register(). The driver has no .remove() callback, so on module unload the trigger stays in the global trigger list while its memory is freed by devm, leaving a dangling entry.
Switch to devm iio trigger register() so the registration is undone in the same devm scope as the allocation.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-64492

Produtos afetados

Linux