In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegation_hash_table leak when nfs4_server_common_setup() fails… (CVE-2026-89714)
A memory leak vulnerability in the Linux kernel's NFSv4 server setup function was fixed. The function nfs4_server_common_setup() allocates a delegation hash table but may fail before assigning a destroy callback, causing the allocated memory to leak on error paths. This leak is triggered by failed NFSv4 mount attempts and can accumulate large amounts of unreclaimable kernel memory over time.
AI Analysis
Technical Summary
The Linux kernel's nfs4_server_common_setup() function allocates server->delegation_hash_table early but only assigns server->destroy, which frees this table, at the end of the function. If intermediate steps fail (such as is_ds_only_client() check, nfs4_init_session(), nfs4_get_rootfh(), or nfs_probe_server()), the function returns with server->destroy still NULL. Consequently, the caller's nfs_free_server() skips the destroy callback, leaking the delegation_hash_table memory (4 KiB per failed mount attempt). This leak is trivially reachable from userspace by repeatedly attempting to mount an NFSv4 share on a server that only supports NFSv3 or has no NFSv4 export path. In production, this caused significant kernel memory leaks, e.g., 3.4 GiB per day and up to 12 GiB accumulated before detection.
Potential Impact
The vulnerability causes a kernel memory leak on every failed NFSv4 mount attempt, which can lead to significant unreclaimable kernel memory consumption over time. This can degrade system stability and performance, especially on systems that repeatedly attempt failing NFSv4 mounts. There is no indication of direct code execution or privilege escalation from this leak alone.
Mitigation Recommendations
A fix has been implemented in the Linux kernel to free the delegation_hash_table on all error paths before server->destroy is assigned. Users should update to a Linux kernel version that includes this fix once available. Until then, avoiding repeated failed NFSv4 mount attempts can mitigate memory leak accumulation. Patch status is not yet confirmed — check the vendor advisory for current remediation guidance.
In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegation_hash_table leak when nfs4_server_common_setup() fails… (CVE-2026-89714)
Description
A memory leak vulnerability in the Linux kernel's NFSv4 server setup function was fixed. The function nfs4_server_common_setup() allocates a delegation hash table but may fail before assigning a destroy callback, causing the allocated memory to leak on error paths. This leak is triggered by failed NFSv4 mount attempts and can accumulate large amounts of unreclaimable kernel memory over time.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel's nfs4_server_common_setup() function allocates server->delegation_hash_table early but only assigns server->destroy, which frees this table, at the end of the function. If intermediate steps fail (such as is_ds_only_client() check, nfs4_init_session(), nfs4_get_rootfh(), or nfs_probe_server()), the function returns with server->destroy still NULL. Consequently, the caller's nfs_free_server() skips the destroy callback, leaking the delegation_hash_table memory (4 KiB per failed mount attempt). This leak is trivially reachable from userspace by repeatedly attempting to mount an NFSv4 share on a server that only supports NFSv3 or has no NFSv4 export path. In production, this caused significant kernel memory leaks, e.g., 3.4 GiB per day and up to 12 GiB accumulated before detection.
Potential Impact
The vulnerability causes a kernel memory leak on every failed NFSv4 mount attempt, which can lead to significant unreclaimable kernel memory consumption over time. This can degrade system stability and performance, especially on systems that repeatedly attempt failing NFSv4 mounts. There is no indication of direct code execution or privilege escalation from this leak alone.
Mitigation Recommendations
A fix has been implemented in the Linux kernel to free the delegation_hash_table on all error paths before server->destroy is assigned. Users should update to a Linux kernel version that includes this fix once available. Until then, avoiding repeated failed NFSv4 mount attempts can mitigate memory leak accumulation. Patch status is not yet confirmed — check the vendor advisory for current remediation guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-hv3g-87gw-4m9v
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-89714"]
Threat ID: 6aa49ffd55bf5e2cf5a865ea
Added to database: 09/12/2026, 00:42:37 UTC
Last enriched: 09/12/2026, 00:52:19 UTC
Last updated: 09/12/2026, 01:13:16 UTC
Views: 3
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.