Time-of-check Time-of-use (TOCTOU) Race Condition in Linux kernel - CVE-2026-64425

 

Time-of-check Time-of-use (TOCTOU) Race Condition in Linux kernel - CVE-2026-64425

Published: July 27, 2026


Vulnerability identifier: #VU139520
CSH Severity: Low
CVSS v4: 5.7 [CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-64425
CWE-ID: CWE-367
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to improper state management in io_worker_handle_work() in io_uring/io-wq.c when processing linked work items during io_uring worker exit handling. A local user can submit linked work and trigger ring closure to cause a denial of service.

Exploitation requires a race condition where worker exit begins after the first linked item has started but before the remaining linked items are processed.


Affected software

Linux kernel

How to mitigate CVE-2026-64425

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins