CVE-2026-64425
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…
Does this matter?
Lower severity and a low EPSS score (0.13%). Track it; it rarely justifies an emergency change on its own.
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 3.1
- 5.5 MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.13% probability · 3th percentile
- CISA KEV
- Not listed
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/14b7ecad2ec56699325180a744f4b19f046401bbPatch
- https://git.kernel.org/stable/c/1636d85dc139b07c0449308f2bb5e0c7a2e0da99Patch
- https://git.kernel.org/stable/c/29bef9934b2521f787bb15dd1985d4c0d12ae02aPatch
- https://git.kernel.org/stable/c/6e2f51f3e06773c2ee98ad09738f0908b48f76f9Patch
- https://git.kernel.org/stable/c/ab85765cbe3258b43dc6729af0e6ce3a87a133d8Patch
- https://git.kernel.org/stable/c/b6f179a653a934736c88d820fe0098c3c2532549Patch
- https://git.kernel.org/stable/c/d179533c610e1b4c6aa436e3c1fd1b719d2c727cPatch
- https://git.kernel.org/stable/c/ea61b04e1d7242cb37f5ed2cc91cf21a493f6597Patch
- https://cert-portal.siemens.com/productcert/html/ssa-019113.html
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.