CVE-2026-89714
Last modified
CVE-2026-89714 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegation_hash_table leak when nfs4_server_common_setup() fails nfs4_server_common_setup() allocates server->delegation_hash_table first, but server->destroy - the only path that frees the table via nfs4_destroy_server() - is not assigned until the very end of the function. If any intermediate step fails (the is_ds_only_client() check, nfs4_init_session(), nfs4_get_rootfh(), or nfs_probe_server()), the function returns with server->destroy still NULL, so the caller's nfs_free_server() skips the destroy callback and the hash table is leaked (4 KiB per attempt with the default delegation watermark). This is trivially reachable from userspace: every failed NFSv4 mount leaks one allocation.
Description
In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegation_hash_table leak when nfs4_server_common_setup() fails nfs4_server_common_setup() allocates server->delegation_hash_table first, but server->destroy - the only path that frees the table via nfs4_destroy_server() - is not assigned until the very end of the function. If any intermediate step fails (the is_ds_only_client() check, nfs4_init_session(), nfs4_get_rootfh(), or nfs_probe_server()), the function returns with server->destroy still NULL, so the caller's nfs_free_server() skips the destroy callback and the hash table is leaked (4 KiB per attempt with the default delegation watermark). This is trivially reachable from userspace: every failed NFSv4 mount leaks one allocation. A client that persistently retries a mount that cannot succeed leaks kernel memory without bound. Observed in production where a Longhorn backup poller retried mount.nfs4 against an NFSv3-only server roughly 10 times per second, leaking ~3.4 GiB of unreclaimable slab (kmalloc-rnd-13-4k) per day; the node accumulated 12 GiB of leaked slab before the source was identified via the kmem:kmalloc tracepoint (call_site=nfs4_delegation_hash_alloc). Reproducer: # server exports NFSv3 only (or export path absent for v4) while :; do mount -t nfs4 <server>:/missing /mnt; done # watch SUnreclaim in /proc/meminfo grow 4 KiB per iteration Free the table on the error paths between the allocation and the assignment of server->destroy.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f5b3108e6a14418b120a3c38ca589b8d6cf87627, < f3adf1643517357221422c05986d6de5df7b9913; >= f5b3108e6a14418b120a3c38ca589b8d6cf87627, < 0fd2b9687dae36be5b84eab39b4c627bb7ab33b3; >= f5b3108e6a14418b120a3c38ca589b8d6cf87627, < 2092f5b38f88be306140c77aeeeb43fc1adacacc |
| Linux | Linux | 6.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89714?
How severe is CVE-2026-89714?
How do I fix CVE-2026-89714?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89709In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-8971Same-origin policy bypass in the Networking: JAR component. …6.5
- CVE-2026-89710In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89711In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-89712In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89713In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89715In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89716In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89717In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89718In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89719In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8972Privilege escalation in the WebRTC: Audio/Video component. T…8.8
Are you affected by CVE-2026-89714?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
