CVE-2026-53393 Details
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: reset write verifier on deferred writeback errors nfsd_vfs_write() and nfsd_commit() both call filemap_check_wb_err() to detect deferred writeback errors, but neither rotates the server's write verifier (nn->writeverf) when this check fails. Every other durable-storage-failure path in these functions calls commit_reset_write_verifier() before returning an error. The missing rotation means clients holding UNSTABLE write data under the current verifier will COMMIT, receive the unchanged verifier back, and conclude their data is durable — silently dropping data that failed writeback. This violates the UNSTABLE+COMMIT durability contract (RFC 1813 §3.3.7, RFC 8881 §18.32). Add commit_reset_write_verifier() calls at both filemap_check_wb_err() error sites, matching the pattern used by adjacent error paths in the same functions. The helper already filters -EAGAIN and -ESTALE internally, so the calls are unconditionally safe.
A vulnerability in the Linux kernel's NFS server implementation can lead to data loss by failing to properly manage the write verifier during deferred writeback errors. When the NFS server's write verifier is not updated after a writeback error, clients may incorrectly assume their data is safely stored, leading to the unintentional loss of data that did not successfully write back. This issue arises because the NFS server's write verifier is not rotated in response to certain errors, causing clients to commit unstable write data without realizing it has not been properly saved. The vulnerability affects the NFS server in the Linux kernel stable tree.
Users can upgrade to the latest version of the Linux kernel stable tree, where this vulnerability has been addressed. Instructions for downloading the patched version are available in the Linux kernel repository.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/1dd664b39774a9c89b72de8e59bf9ef4b3aaff2e | kernel.org | Patch |
| https://git.kernel.org/stable/c/2090b05803faab8a9fa62fbff871007862cac1b7 | kernel.org | Patch |
| https://git.kernel.org/stable/c/4367afc119c51e17a616f6908772b7e2c2c4013f | kernel.org | Patch |
| https://git.kernel.org/stable/c/43b65d2997963e80e8d8d86520bcb1e0751227de | kernel.org | Patch |
| https://git.kernel.org/stable/c/666e837b247fcadf2d8d508b9b0e49d720393eb4 | kernel.org | Patch |
| https://git.kernel.org/stable/c/b027cca33c97354149fcc0ddeede4525c41093cd | kernel.org | Patch |
| https://git.kernel.org/stable/c/b8e5894e56cff70fa245628fe16f0ad6367f8090 | kernel.org | Patch |
| https://git.kernel.org/stable/c/bc2baca02ec56da7707a74ed5d340b0a1dff1841 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.10.124, < 5.10.261 >= 5.15.49, < 5.15.212 >= 5.17, < 6.1.178 >= 6.2, < 6.6.145 >= 6.7, < 6.12.95 >= 6.13, < 6.18.38 >= 6.19, < 7.1.3 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 17, 2026 | CVE Modified | kernel.org |
| Jul 29, 2026 | Initial Analysis | [email protected] |
| Jul 24, 2026 | CVE Modified | kernel.org |
| Jul 19, 2026 | New CVE Received | kernel.org |