CVE-2026-89565
Last modified
CVE-2026-89565 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ipip: fix skb leak in collect_md mode when metadata_dst allocation fails In collect_md mode ipip_tunnel_rcv() returns 0 without freeing the skb when ip_tun_rx_dst() fails to allocate the metadata_dst. ipip_rcv() and mplsip_rcv() are registered as xfrm_tunnel handlers, so tunnel4_rcv() and tunnelmpls4_rcv() read the zero return as "the packet has been consumed" and do not free it either. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ipip: fix skb leak in collect_md mode when metadata_dst allocation fails In collect_md mode ipip_tunnel_rcv() returns 0 without freeing the skb when ip_tun_rx_dst() fails to allocate the metadata_dst. ipip_rcv() and mplsip_rcv() are registered as xfrm_tunnel handlers, so tunnel4_rcv() and tunnelmpls4_rcv() read the zero return as "the packet has been consumed" and do not free it either. The skb is leaked. The other tunnel drivers all dispose of the packet at this point: ip6_tunnel.c jumps to its drop label, ip_gre.c and ip6_gre.c return PACKET_REJECT, which makes gre_rcv() free the skb. Only ipip returns 0. Jump to the existing drop label instead. It frees the skb and still returns 0, so the packet keeps being reported as consumed, which is what we want here: the outer header has already been pulled, and neither the remaining handlers nor an ICMP unreachable have any use for it. Triggering this needs an ipip or mplsip tunnel in collect_md mode and an atomic allocation failure, which is why it has gone unnoticed.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= cfc7381b3002756b1dcada32979e942aa3126e31, < 1909df2d066424767429e13053eb9701263430ef; >= cfc7381b3002756b1dcada32979e942aa3126e31, < c4dc23de4cc75e4e304170b31bb8aeeacd5cb990; >= cfc7381b3002756b1dcada32979e942aa3126e31, < 6d8c5b266d0035a061573843a7243be068eb6118; >= cfc7381b3002756b1dcada32979e942aa3126e31, < 31e4be21dacee49395013caae28576484a049a4f; >= cfc7381b3002756b1dcada32979e942aa3126e31, < fd01f1a3ed4a189a784654f7c69eb565872f2e12; >= cfc7381b3002756b1dcada32979e942aa3126e31, < 6776efe4a52f289a3fc18f8adf19b035a7d8e1bb |
| Linux | Linux | 4.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89565?
How severe is CVE-2026-89565?
How do I fix CVE-2026-89565?
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-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-89564In the Linux kernel, the following vulnerability has been re…7.8
- 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
- CVE-2026-89570In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89565?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
