PT-2026-64579 · Linux · Linux
CVE-2026-64358
·
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:
media: mtk-jpeg: cancel workqueue on release for supported platforms only
Since a recent fix the mtk jpeg release function cancels any pending
or running work present in the driver workqueue using
cancel work sync function.
Currently, only the multicore based variants use this workqueue and they
have the jpeg worker platform data field initialized with a workqueue
callback function. For the others, this field value remain NULL by
default.
The cancel work sync function is unconditionally called in
mtk jpeg release function, even for the variants that do not use the
workqueue. This call generates a WARN ON print in flush work because
the workqueue callback function presence check fails in flush work
function (used by cancel work sync).
So, to avoid these warnings, call cancel work sync only if a workqueue
callback is defined in platform data.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux