PT-2026-64579 · Linux · Linux
CVE-2026-64358
·
Published
2026-07-25
·
Updated
2026-07-25
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux