Race condition in Linux kernel - CVE-2026-92501

 

Race condition in Linux kernel - CVE-2026-92501

Published: September 18, 2026


Vulnerability identifier: #VU151018
CSH Severity: Low
CVSS v4: 2 [CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-92501
CWE-ID: CWE-362
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 a race condition in ext4_buffered_write_iter() when a direct I/O write falls back to buffered I/O while concurrent direct I/O completes. A local user can issue concurrent direct I/O operations to cause a denial of service.

The issue can also occur when non-overlapping direct I/O writes share a large folio and the block size is smaller than the folio size.


Affected software

Linux kernel

How to mitigate CVE-2026-92501

Install security update from vendor's repository.


External References

Related Security Bulletins