CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64358

highCVSS 7.8covered by 2 sourcesfirst seen 2026-07-14
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.

CSIRTS triage

What
The mtk-jpeg media driver has an issue with canceling workqueue on release for supported platforms only.
Who is affected
Deployments using the mtk-jpeg media driver are affected.
Urgency
Remediation urgency is unclear due to unknown severity and no exploitation reported.
Action
Monitor for updates regarding this issue.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64358

Get an email if CVE-2026-64358 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-64358

CVE.org record

Embed the live status

CVE-2026-64358 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64358 status](https://www.csirts.com/badge/CVE-2026-64358)](https://www.csirts.com/cve/CVE-2026-64358)