Incorrect calculation in Linux kernel - CVE-2026-90096
Published: September 19, 2026
Vulnerability details
The vulnerability allows a local user to cause data inconsistency.
The vulnerability exists due to an incorrect calculation of the post-write cache invalidation range in fuse_direct_write_iter() when performing O_APPEND direct writes. A local user can perform an O_APPEND direct write while a concurrent buffered reader accesses the file to cause data inconsistency.
The issue requires a file whose size is not page-aligned.