CVE-2026-90234
Linux · Kernel
A flaw in the Linux kernel NFS client causes delegations to be leaked when error flows occur, leading to persistent server-side state revocation and potential denial of service.
Executive summary
A vulnerability in the Linux kernel NFS client allows an unauthenticated attacker to trigger a denial of service condition by forcing the server to revoke state delegations.
Vulnerability
This is a resource management flaw where the NFS client fails to issue a DELEGRETURN command during specific error flows. This causes the server to believe the client still holds a delegation, leading to a state mismatch and a persistent loop of state revocation warnings.
Business impact
The vulnerability carries a CVSS score of 7.5, indicating a high severity risk primarily due to the potential for service disruption. Successful exploitation results in a denial of service for affected NFS mounts, as the client becomes trapped in a state manager loop that consumes system resources and degrades network filesystem performance. This can cause significant operational downtime for applications relying on stable NFS storage.
Remediation
Immediate Action: Update the Linux kernel to version 7.2.6 or later, which incorporates the necessary fix to ensure proper delegation handling.
Proactive Monitoring: Monitor system logs for repeated NFS state manager errors or excessive TEST_STATEID traffic, which may indicate the client is trapped in the revocation loop described.
Compensating Controls: Ensure network traffic between the NFS client and server is restricted to trusted hosts to limit the ability of unauthorized parties to interact with the NFS mount point and trigger the flaw.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the potential for service instability and the high CVSS severity score, organizations utilizing NFS should prioritize patching their kernel to version 7.2.6 or higher. Testing the patch in a staging environment is advised to ensure compatibility with existing NFS server configurations before rolling out the update to production infrastructure.
More Linux CVEs all →
History
CVE Brief tracked this CVE 4 days before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 7.5 (3.1) from cvelistV5
- Analyst report written