PatchSiren cyber security CVE debrief
CVE-2026-89700 Linux CVE debrief
A vulnerability in the Linux kernel's nfsd has been resolved, allowing a CAP_NET_ADMIN caller to send a malformed request causing an out-of-bounds read across multiple consumers. The vulnerability has been addressed by adding a validation helper and modifying the listener set logic to ensure proper validation of sockaddr length per family in listener_set. This change prevents potential out-of-bounds reads and improves the overall security posture of Linux kernel-based systems using nfsd. System administrators and security teams should assess their exposure, verify patches, and monitor for suspicious activity related to nfsd.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-21
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-21
Who should care
System administrators and security teams responsible for Linux kernel-based systems, particularly those using nfsd, should assess their exposure and verify the patches have been applied.
Why it matters
A vulnerability in the Linux kernel's nfsd has been resolved, allowing a CAP_NET_ADMIN caller to send a malformed request causing an out-of-bounds read. System administrators and security teams should assess their exposure, verify patches, and monitor for suspicious activity.
- Verify the nfsd configuration to prevent potential out-of-bounds reads.
- Ensure that the system is running with the latest Linux kernel patches.
- Monitor the system for any suspicious activity related to nfsd.
- Review and update incident response plans to address potential nfsd-related security incidents.
Technical summary
The Linux kernel's nfsd has a vulnerability that allows a CAP_NET_ADMIN caller to send a malformed request, causing an out-of-bounds read across three consumers (rpc_cmp_addr_port, svc_find_listener, kernel_bind). The vulnerability has been addressed by adding a validation helper (nfsd_nl_validate_listeners) and modifying the listener set logic to properly validate sockaddr length per family in listener_set. This change ensures that each listener entry is valid, carries both an address and a transport name, and is long enough for its address family. The fix prevents potential out-of-bounds reads and improves the overall security posture of Linux kernel-based systems using nfsd.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the patches provided by the Linux kernel maintainers.
- Verify the nfsd configuration and ensure that it is properly validated.
- Monitor the system for any suspicious activity related to nfsd.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description and affected components. However, the corpus does not establish versions, exploitation, impact, or remediation, which require verification from the supplied official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89700 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89700
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89700 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89700
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/22d0e4752ca88fd84196d22ebeedc905e6540440
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2aca70c18c5f5d06004122861fb151d5fcc57faf
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/bdcc85c2b05a9378d8bd2d65f9fc41440a3cf464
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/bf85a0f1e45258f90ceeec14772b5769697dfd75
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.