Always-Incorrect Control Flow Implementation in Linux kernel - CVE-2026-53393
Published: July 21, 2026
Vulnerability details
The vulnerability allows a remote user to cause silent data loss.
The vulnerability exists due to improper state management in nfsd_vfs_write() and nfsd_commit() when handling deferred writeback errors for UNSTABLE write data followed by COMMIT. A remote user can trigger writeback errors and then issue COMMIT operations to cause silent data loss.
The issue violates the UNSTABLE+COMMIT durability contract by returning an unchanged write verifier after failed writeback.