CVE-2026-89691

Source
https://cve.org/CVERecord?id=CVE-2026-89691
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89691.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89691
Downstream
Published
2026-09-11T19:46:11Z
Modified
2026-09-13T03:47:20Z
Summary
nfsd: clear opcnt on compound arg release to prevent OOB read
Details

In the Linux kernel, the following vulnerability has been resolved:

nfsd: clear opcnt on compound arg release to prevent OOB read

nfsd4_release_compoundargs() resets args->ops to the inline iops[8] array when the dynamically-allocated ops buffer is freed, but leaves args->opcnt at its original value (which can be up to 200 for NFSv4.1+ compounds).

If rq_status_counter is stuck at an odd value (which can happen when nfsd_dispatch() hits an error path after setting it odd), the RPC status dumpit handler reads min(opcnt, 16) entries from args->ops[]. Since iops only has 8 elements and is the last field in struct nfsd4_compoundargs, reading indices 8-15 accesses adjacent slab memory and leaks it to userspace via netlink.

Zero opcnt unconditionally in nfsd4_release_compoundargs() so stale compound metadata is never exposed through the status interface.

[ cel: Remove the kvfree_rcu_mightsleep() sleep from the exposure window ]

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89691.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
bd9d6a3efa9709e653aafbeb859289feccb8e70c
Fixed
58bcdfb2b2e412088839ae740b1a95154dc0b8d0
Fixed
e879148867bd4c4cac42e063ffaffa187dddc6fe
Fixed
c1a4f7b1848f95302df598217e1c7a1410c2d0c5
Fixed
ae4c38555e81563b8dc5eae55ffd70f0ea97aa5a

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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