CVE-2026-64425
Awaiting Analysis Awaiting Analysis - Queue

Linux Kernel io_uring IO_WQ_BIT_EXIT Race Condition

Vulnerability report for CVE-2026-64425, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-25

Last updated on: 2026-08-11

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-08-11
Generated
2026-08-14
AI Q&A
2026-07-25
EPSS Evaluated
2026-08-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper handling of exit conditions in io_uring's work queue system. The issue occurs when the system fails to re-check the exit status for each linked work item during processing. This can allow work items to continue running even after an exit has been initiated, potentially leading to unexpected behavior or resource usage.

Detection Guidance

This vulnerability is specific to the Linux kernel's io_uring/io-wq subsystem and requires kernel-level inspection. Detection involves checking kernel logs for io_uring-related errors or monitoring for unusual linked work item behavior. Commands like dmesg, journalctl -k, or checking /proc/kmsg may reveal related errors. No direct network detection commands are applicable.

Impact Analysis

If exploited, this vulnerability could allow an attacker to cause a denial of service by preventing proper cleanup of work items. It may also lead to resource exhaustion or unexpected system behavior due to lingering work items running after an exit is requested.

Compliance Impact

This vulnerability in the Linux kernel's io_uring/io-wq subsystem does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a low-level kernel issue related to work item handling during exit conditions, not data privacy or security controls.

Mitigation Strategies

Update the Linux kernel to a patched version that includes the fix for this vulnerability. Monitor kernel updates from your distribution and apply them promptly.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64425. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart