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

CVE-2026-64425

mediumCVSS 5.5covered by 2 sourcesfirst seen 2026-07-14
In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work item commit 10dc95939817 ("io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop") fixed the obvious case where io_worker_handle_work() took one exit-bit snapshot before draining pending work, but the fix stops one level too early. io_worker_handle_work() now re-checks IO_WQ_BIT_EXIT in its outer work run loop, yet it still snapshots that bit once before processing a whole dependent linked-work chain. If io_wq_exit_start() sets IO_WQ_BIT_EXIT after the first linked item has started, the remaining linked items can still reuse stale do_kill = false, skip IO_WQ_WORK_CANCEL, and continue running after exit has begun. Move the check further inside, so it covers linked items too. Note: this is a syzbot special as it loves setting up tons of slow linked work on weird devices like msr that take forever to read, and immediately close the ring. Exit then takes a long time.

CSIRTS triage

Other
What
This vulnerability involves re-checking IO_WQ_BIT_EXIT for each linked work item in io_uring.
Who is affected
Deployments using the io_uring functionality.
Urgency
Remediation is important to ensure proper handling of work items.
Action
Apply the fix for CVE-2026-64425.

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

⚡ Watch CVE-2026-64425

Get an email if CVE-2026-64425 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-64425

CVE.org record

Embed the live status

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

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