CVE-2026-89673
Last modified
CVE-2026-89673 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: nfsd: fix XDR padding calculation in ff_encode_getdeviceinfo nfsd4_ff_encode_getdeviceinfo() computes the da_addr_body reservation as 16 + netid_len + addr_len, but the subsequent xdr_encode_opaque() calls emit 8 + round_up(netid_len, 4) + round_up(addr_len, 4) bytes. The mismatch means the declared da_addr_body length exceeds the actual encoded data by 2-8 bytes on every flexfile GETDEVICEINFO reply, leaking stale reply-page content to the client and mis-aligning the subsequent version list decode. Use xdr_align_size() for each string length to match what xdr_encode_opaque() actually writes.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix XDR padding calculation in ff_encode_getdeviceinfo nfsd4_ff_encode_getdeviceinfo() computes the da_addr_body reservation as 16 + netid_len + addr_len, but the subsequent xdr_encode_opaque() calls emit 8 + round_up(netid_len, 4) + round_up(addr_len, 4) bytes. The mismatch means the declared da_addr_body length exceeds the actual encoded data by 2-8 bytes on every flexfile GETDEVICEINFO reply, leaking stale reply-page content to the client and mis-aligning the subsequent version list decode. Use xdr_align_size() for each string length to match what xdr_encode_opaque() actually writes.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= efcae97fa425ca6db9d126e37daccf2d7225cb09, < 88bce7e326c368d7df15126ccac537e54bebd467; >= efcae97fa425ca6db9d126e37daccf2d7225cb09, < 74015b7be806ad9e21d46f7bd2831df280c6c783; >= efcae97fa425ca6db9d126e37daccf2d7225cb09, < 41ebca28e17f84293650598f86bd69532ec1a8e0; >= efcae97fa425ca6db9d126e37daccf2d7225cb09, < 62e5949f0dd5ec837af144860ff908369df4c7c9; >= efcae97fa425ca6db9d126e37daccf2d7225cb09, < 8b989aaec85e1293a871d602590c951fe44b8647 |
| Linux | Linux | >= 6.4.16, < 6.6.157; >= 6.4.16, < 6.12.109; >= 6.4.16, < 6.18.50; >= 6.4.16, < 7.2.4; >= 6.4.16, < 7.3-rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89673?
How severe is CVE-2026-89673?
How do I fix CVE-2026-89673?
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-89668In the Linux kernel, the following vulnerability has been re…7.8
- 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-89674In the Linux kernel, the following vulnerability has been re…9.8
- 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
Are you affected by CVE-2026-89673?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
