CVE-2026-89699
Last modified
CVE-2026-89699 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: validate symlink target length in NFSv4 CREATE nfsd4_decode_create() accepts an unbounded cr_datalen from the wire for NF4LNK symlink targets, allowing a client to force a kmalloc of up to the maximum RPC payload size (several MiB) per COMPOUND op that persists until compound teardown. The VFS rejects oversized targets with ENAMETOOLONG, but the allocation has already occurred. Reject cr_datalen == 0 early with nfserr_inval and cr_datalen greater than NFS4_MAXPATHLEN (PATH_MAX) with nfserr_nametoolong to bound the allocation.. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: validate symlink target length in NFSv4 CREATE nfsd4_decode_create() accepts an unbounded cr_datalen from the wire for NF4LNK symlink targets, allowing a client to force a kmalloc of up to the maximum RPC payload size (several MiB) per COMPOUND op that persists until compound teardown. The VFS rejects oversized targets with ENAMETOOLONG, but the allocation has already occurred. Reject cr_datalen == 0 early with nfserr_inval and cr_datalen greater than NFS4_MAXPATHLEN (PATH_MAX) with nfserr_nametoolong to bound the allocation.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 36011308b3f01ce7dc9954f3cefcbb5291af9f95; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 888dad4b557352cf85be31613407b5ba51ad07d1; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 8661d3cb38fd148947e57dbc0871fd4d3fa33bbf; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 3ef5e7a01a4d74995a65496bc9166d1e980a4355; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b24843ea3de1676b29902457b38507c95a80649b; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 895a485cd3758031ef9993c0d53cf19ce8fb4ccc; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 45ec115cbfecb4b3cfab7fca6f73d1b60696a25a; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 041f57056e5fb9c80adc088269322d2c61074406 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89699?
How severe is CVE-2026-89699?
How do I fix CVE-2026-89699?
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-89693In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89694In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89695In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89696In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89697In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89698In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8970Privilege escalation in the Security component. This vulnera…8.8
- CVE-2026-89700In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89701In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89702In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89703In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89704In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-89699?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
