CVE-2026-89674
Last modified
CVE-2026-89674 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: fix XDR length calculation in nfsd4_ff_encode_layoutget The XDR buffer size calculation in nfsd4_ff_encode_layoutget() has multiple errors that can result in either an out-of-bounds write or leaking uninitialized kernel memory to the client: - fh_len doesn't account for XDR padding on the file handle data - uid and gid lengths use "8 + len" but xdr_encode_opaque() actually writes "4 + xdr_align_size(len)" bytes - ds_len omits the flags and stats_collect_hint fields (8 bytes), while len's header constant overestimates by 8 bytes -- these partially cancel but leave a net mismatch The worst case occurs with short strings (e.g. uid=0, gid=0 with an odd-sized file handle), where the function writes up to 5 bytes past the reserved XDR buffer. EPSS estimates a 0.46% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix XDR length calculation in nfsd4_ff_encode_layoutget The XDR buffer size calculation in nfsd4_ff_encode_layoutget() has multiple errors that can result in either an out-of-bounds write or leaking uninitialized kernel memory to the client: - fh_len doesn't account for XDR padding on the file handle data - uid and gid lengths use "8 + len" but xdr_encode_opaque() actually writes "4 + xdr_align_size(len)" bytes - ds_len omits the flags and stats_collect_hint fields (8 bytes), while len's header constant overestimates by 8 bytes -- these partially cancel but leave a net mismatch The worst case occurs with short strings (e.g. uid=0, gid=0 with an odd-sized file handle), where the function writes up to 5 bytes past the reserved XDR buffer. Conversely, when string lengths happen to be 4-byte aligned, the reservation is too large and stale buffer content is sent to the client. Fix this by breaking out every encoded field explicitly in the ds_len calculation, using xdr_align_size() for all variable-length opaque fields, and correcting the header constants.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9b9960a0ca4773e21c4b153ed355583946346b25, < 3a7fd224df0fbb42167eb1b77be45d72fe0b1098; >= 9b9960a0ca4773e21c4b153ed355583946346b25, < 29e4478e2ed5a227e8f0c33cacb91bf227cedd47; >= 9b9960a0ca4773e21c4b153ed355583946346b25, < 65a72b721943618eeb3a41c8b36e915591f3f83f; >= 9b9960a0ca4773e21c4b153ed355583946346b25, < bee826c00ac900473f91306f1f3e5a5a81fd4a74; >= 9b9960a0ca4773e21c4b153ed355583946346b25, < e7d9d23ecd9172f05b09bb678ff22db8e361c428; >= 9b9960a0ca4773e21c4b153ed355583946346b25, < 0380129b1373c437eb35401a174671c8888f4b80; >= 9b9960a0ca4773e21c4b153ed355583946346b25, < c81cef6a805dec266c10fc4f83c93d6fcf1a2b43; >= 9b9960a0ca4773e21c4b153ed355583946346b25, < f9868174af49d207fbaf0c5e055d088a983684af |
| Linux | Linux | 4.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89674?
How severe is CVE-2026-89674?
How do I fix CVE-2026-89674?
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-89669In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8967Information disclosure in the Graphics: WebGPU component. Th…7.5
- CVE-2026-89670In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89671In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89672In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89673In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89675In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89676In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89677In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89678In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89679In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-8968Denial-of-service due to invalid pointer in the Audio/Video:…7.5
Are you affected by CVE-2026-89674?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
