CVE-2026-89564
Last modified
CVE-2026-89564 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb->sk association installed by bpf_sk_assign() so that local delivery can use the selected socket under RCU. Both address families can also prefetch a socket in UDP early demux. In both paths (BPF and UDP early demux) a reference is not guaranteed to be held on the socket. When a multicast packet is not locally deliverable, IPv6 hands the original skb to ip6_mr_input(). EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb->sk association installed by bpf_sk_assign() so that local delivery can use the selected socket under RCU. Both address families can also prefetch a socket in UDP early demux. In both paths (BPF and UDP early demux) a reference is not guaranteed to be held on the socket. When a multicast packet is not locally deliverable, IPv6 hands the original skb to ip6_mr_input(). IPv4's ip_mr_input() similarly keeps the original skb when local delivery is not needed. Either path can put the skb on an unresolved multicast route queue or forward it after the receive-side RCU section ends. After the prefetched socket is destroyed, a later skb free invokes sock_pfree() and dereferences the stale skb->sk. Orphan the skb before each non-local multicast forwarding path. Local delivery retains the original skb; the existing skb_clone() calls provide multicast forwarding with a socket-free clone.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= cf7fbe660f2dbd738ab58aea8e9b0ca6ad232449, < e62aef7d6a5b27569bf540bbe11a9482117ff588; >= cf7fbe660f2dbd738ab58aea8e9b0ca6ad232449, < a8af6fbac895f057c4b8ff8a2e3fb4c5827fe4ce; >= cf7fbe660f2dbd738ab58aea8e9b0ca6ad232449, < f1281d4b99089fbaf0d3579bba62a814ebb4de4d; >= cf7fbe660f2dbd738ab58aea8e9b0ca6ad232449, < e36ce6e78fe3fc3c071a26750783b7ba081ce10d |
| Linux | Linux | 5.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89564?
How severe is CVE-2026-89564?
How do I fix CVE-2026-89564?
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-89559In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8956Integer overflow in the Networking: JAR component. This vuln…9.8
- CVE-2026-89560In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89561In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89562In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89563In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89565In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89566In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89567In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89568In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89569In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-8957Privilege escalation in the Enterprise Policies component. T…8.8
Are you affected by CVE-2026-89564?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
