Impact
In the Linux kernel’s NFS daemon, a bug causes the write verifier to remain unchanged when a deferred writeback error is detected. This omission lets NFS clients whose writes are later discarded believe the data was committed successfully, violating the NFS durability contract and leading to unintentional data loss. The flaw is classed as CWE-390, representing a failure to detect an error condition that results in security failure.
Affected Systems
All Linux kernel releases containing the NFS daemon before the fix are affected, regardless of distribution. The vulnerability resides in the core kernel code, so every system that ships such a kernel and runs an NFS server is at risk until the kernel is updated.
Risk and Exploitability
The CVSS score of 7.0 indicates moderate‑to‑high severity; the EPSS score of less than 1% shows current exploitation likelihood is low. This flaw can be triggered over an NFS connection when a client performs durable writes that encounter deferred writeback errors. The attacker does not need elevated privileges on the server but can cause data loss by simply using the NFS service.
OpenCVE Enrichment
Debian DLA