CVE-2026-64425
Analyzed
Analyzed - Analysis Complete
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-09-08
Assigner: kernel.org
Description
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
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 5.10.253 (inc) to 5.10.261 (exc) |
| linux | linux_kernel | From 5.15.203 (inc) to 5.15.212 (exc) |
| linux | linux_kernel | From 6.1.167 (inc) to 6.1.178 (exc) |
| linux | linux_kernel | From 6.12.68 (inc) to 6.12.96 (exc) |
| linux | linux_kernel | From 6.18.8 (inc) to 6.18.39 (exc) |
| linux | linux_kernel | From 6.19.1 (inc) to 7.1.4 (exc) |
| linux | linux_kernel | From 6.6.122 (inc) to 6.6.145 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |