PatchSiren cyber security CVE debrief
CVE-2026-89565 Linux CVE debrief
A vulnerability in the Linux kernel's ipip tunnel driver can cause a skb leak in collect_md mode when metadata_dst allocation fails. This issue occurs when ipip_tunnel_rcv() returns 0 without freeing the skb, and tunnel4_rcv() and tunnelmpls4_rcv() do not free it either. The packet is leaked as other tunnel drivers dispose of it at this point. Linux kernel developers and administrators responsible for maintaining and securing Linux-based systems, particularly those using ipip or mplsip tunnels in collect_md mode, should assess exposure and verify patches. The vulnerability can lead to potential packet leakage in collect_md mode, requiring verification and application of patches for
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel developers and administrators responsible for maintaining and securing Linux-based systems, particularly those using ipip or mplsip tunnels in collect_md mode, should assess exposure and verify patches.
Why it matters
CVE-2026-89565 is a Linux kernel vulnerability that can cause a skb leak in collect_md mode. Linux kernel developers and administrators should assess exposure, verify patches, and monitor for potential issues.
- Potential packet leakage in collect_md mode
- Need to verify and apply patches for Linux kernel ipip tunnel driver
- Possible impact on network packet processing and forwarding
- Requires monitoring for potential skb leaks
Technical summary
The Linux kernel's ipip tunnel driver has a vulnerability that can cause a skb leak in collect_md mode when metadata_dst allocation fails. ipip_tunnel_rcv() returns 0 without freeing the skb, and tunnel4_rcv() and tunnelmpls4_rcv() do not free it either. The fix involves jumping to the existing drop label to free the skb and return 0. This vulnerability can lead to potential packet leakage in collect_md mode, requiring verification and application of patches for Linux kernel ipip tunnel driver. It is essential to review compensating controls for exposed systems while remediation is scheduled and verified.
Defensive priority
Verify and apply patches for Linux kernel ipip tunnel driver
Recommended defensive actions
- Verify Linux kernel version and ipip tunnel driver configuration
- Apply patches for Linux kernel ipip tunnel driver
- Monitor for potential skb leaks in collect_md mode
- 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. However, the corpus does not establish versions, exploitation, impact, or remediation, which require verification from official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89565 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89565
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89565 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89565
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/31e4be21dacee49395013caae28576484a049a4f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6776efe4a52f289a3fc18f8adf19b035a7d8e1bb
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6d8c5b266d0035a061573843a7243be068eb6118
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/fd01f1a3ed4a189a784654f7c69eb565872f2e12
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.