CVE-2026-89706

Linux · Kernel

A failure to reset the write verifier in the Linux kernel NFS server during failed asynchronous COPY operations allows clients to incorrectly assume data durability, leading to silent data loss.

Executive summary

A vulnerability in the Linux kernel NFS implementation poses a risk of silent data corruption and loss by violating established durability contracts during asynchronous file copy operations.

Vulnerability

The nfsd subsystem fails to rotate the write verifier when an asynchronous COPY operation encounters a writeback failure. Because the verifier remains unchanged, the client mistakenly believes the copy operation was successful after a subsequent COMMIT, resulting in the silent dropping of data that failed to persist.

Business impact

Successful exploitation leads to data integrity loss within NFS-mounted storage environments. This vulnerability can result in significant operational disruption, as critical data may be discarded by the system without notifying the user or the application. While the CVSS score of 7.5 indicates a high risk, the primary impact is the compromise of data availability and integrity rather than direct unauthorized remote execution.

Remediation

Immediate Action: Update the Linux kernel to the patched versions: 5.10.270, 5.15.221, 6.1.188, or 6.6.157 (or later) depending on your distribution and kernel branch.

Proactive Monitoring: Monitor NFS server logs for recurring writeback errors or inconsistencies reported by client applications regarding file durability.

Compensating Controls: Ensure secondary backups are maintained and verify the integrity of critical data stored on NFS shares until the kernel patch can be applied.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Organizations utilizing NFS for critical storage workloads should prioritize upgrading their kernel environments to the versions specified above. Given the potential for silent data loss, testing and deploying these patches is essential to ensure compliance with data durability requirements and to prevent integrity issues within distributed storage architectures.

More Linux CVEs all →

History

CVE Brief tracked this CVE 4 days before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 7.5 (3.1)
  4. Analyst report written

Sources