๐Ÿ” CVE Alert

CVE-2026-53393

UNKNOWN 0.0

nfsd: reset write verifier on deferred writeback errors

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jul 19, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
555dbf1a9aac6d3150c8b52fa35f768a692f4eeb < 1dd664b39774a9c89b72de8e59bf9ef4b3aaff2e 555dbf1a9aac6d3150c8b52fa35f768a692f4eeb < 4367afc119c51e17a616f6908772b7e2c2c4013f 555dbf1a9aac6d3150c8b52fa35f768a692f4eeb < b027cca33c97354149fcc0ddeede4525c41093cd 555dbf1a9aac6d3150c8b52fa35f768a692f4eeb < 2090b05803faab8a9fa62fbff871007862cac1b7 f14816f2f928c560d28ba344af689f56efcd6f55 3145fe0ebb16e1715ad541a301bc6675c8375fcd 5.10.124 < 5.11 5.15.49 < 5.16
Linux / Linux
5.17

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/1dd664b39774a9c89b72de8e59bf9ef4b3aaff2e git.kernel.org: https://git.kernel.org/stable/c/4367afc119c51e17a616f6908772b7e2c2c4013f git.kernel.org: https://git.kernel.org/stable/c/b027cca33c97354149fcc0ddeede4525c41093cd git.kernel.org: https://git.kernel.org/stable/c/2090b05803faab8a9fa62fbff871007862cac1b7