CVE-2026-89700
Last modified
CVE-2026-89700 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: nfsd: validate sockaddr length per family in listener_set nfsd_sock_nl_policy declares NFSD_A_SOCK_ADDR as a bare NLA_BINARY attribute with no minimum length. A CAP_NET_ADMIN caller can send a 16-byte NFSD_A_SOCK_ADDR with sa_family=AF_INET6, causing a 12-byte OOB read across three consumers (rpc_cmp_addr_port, svc_find_listener, kernel_bind). nfsd_nl_listener_set_doit() also parsed and validated each listener entry inline in two separate loops, interleaved with mutating the running listener configuration. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: validate sockaddr length per family in listener_set nfsd_sock_nl_policy declares NFSD_A_SOCK_ADDR as a bare NLA_BINARY attribute with no minimum length. A CAP_NET_ADMIN caller can send a 16-byte NFSD_A_SOCK_ADDR with sa_family=AF_INET6, causing a 12-byte OOB read across three consumers (rpc_cmp_addr_port, svc_find_listener, kernel_bind). nfsd_nl_listener_set_doit() also parsed and validated each listener entry inline in two separate loops, interleaved with mutating the running listener configuration. The validation was duplicated, used an open-coded "nla_len < sizeof(struct sockaddr)" check that was too short for AF_INET6, and handled a malformed entry inconsistently depending on which loop noticed it. Add an nfsd_nl_validate_listeners() helper that walks the entire list once and confirms each entry parses, carries both an address and a transport name, and is long enough for its address family (sizeof(struct sockaddr_in) for AF_INET, sizeof(struct sockaddr_in6) for AF_INET6, -EAFNOSUPPORT otherwise). Call it before taking nfsd_mutex or creating the serv, so a malformed request fails cleanly with no side effects. Since every entry is known valid by the time the two existing loops run, drop the redundant presence and per-family length checks from both, leaving only the nla_parse_nested() call needed to extract the data.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 16a471177496c8e04a9793812c187a2c1a2192fa, < bf85a0f1e45258f90ceeec14772b5769697dfd75; >= 16a471177496c8e04a9793812c187a2c1a2192fa, < 2aca70c18c5f5d06004122861fb151d5fcc57faf; >= 16a471177496c8e04a9793812c187a2c1a2192fa, < 22d0e4752ca88fd84196d22ebeedc905e6540440; >= 16a471177496c8e04a9793812c187a2c1a2192fa, < bdcc85c2b05a9378d8bd2d65f9fc41440a3cf464 |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89700?
How severe is CVE-2026-89700?
How do I fix CVE-2026-89700?
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-89695In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89696In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89697In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89698In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89699In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-8970Privilege escalation in the Security component. This vulnera…8.8
- CVE-2026-89701In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89702In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89703In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89704In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89705In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89706In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-89700?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
