CVE-2026-89673

Source
https://cve.org/CVERecord?id=CVE-2026-89673
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89673.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89673
Downstream
Published
2026-09-11T19:45:58Z
Modified
2026-09-13T03:47:20Z
Summary
nfsd: fix XDR padding calculation in ff_encode_getdeviceinfo
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89673.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
efcae97fa425ca6db9d126e37daccf2d7225cb09
Fixed
74015b7be806ad9e21d46f7bd2831df280c6c783
Fixed
41ebca28e17f84293650598f86bd69532ec1a8e0
Fixed
62e5949f0dd5ec837af144860ff908369df4c7c9
Fixed
8b989aaec85e1293a871d602590c951fe44b8647

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89673.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.4.16
Fixed
6.12.109
Fixed
6.18.50
Fixed
7.2.4
Fixed
7.3-rc1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89673.json"