๐Ÿ” CVE Alert

CVE-2026-89691

HIGH 7.1

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

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

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 ]

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
bd9d6a3efa9709e653aafbeb859289feccb8e70c < 58bcdfb2b2e412088839ae740b1a95154dc0b8d0 bd9d6a3efa9709e653aafbeb859289feccb8e70c < e879148867bd4c4cac42e063ffaffa187dddc6fe bd9d6a3efa9709e653aafbeb859289feccb8e70c < c1a4f7b1848f95302df598217e1c7a1410c2d0c5 bd9d6a3efa9709e653aafbeb859289feccb8e70c < ae4c38555e81563b8dc5eae55ffd70f0ea97aa5a
Linux / Linux
6.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/58bcdfb2b2e412088839ae740b1a95154dc0b8d0 git.kernel.org: https://git.kernel.org/stable/c/e879148867bd4c4cac42e063ffaffa187dddc6fe git.kernel.org: https://git.kernel.org/stable/c/c1a4f7b1848f95302df598217e1c7a1410c2d0c5 git.kernel.org: https://git.kernel.org/stable/c/ae4c38555e81563b8dc5eae55ffd70f0ea97aa5a