CVE-2026-89565

Source
https://cve.org/CVERecord?id=CVE-2026-89565
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89565.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89565
Downstream
Published
2026-09-11T19:44:35Z
Modified
2026-09-16T03:30:55Z
Summary
ipip: fix skb leak in collect_md mode when metadata_dst allocation fails
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89565.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
cfc7381b3002756b1dcada32979e942aa3126e31
Fixed
1909df2d066424767429e13053eb9701263430ef
Fixed
c4dc23de4cc75e4e304170b31bb8aeeacd5cb990
Fixed
6d8c5b266d0035a061573843a7243be068eb6118
Fixed
31e4be21dacee49395013caae28576484a049a4f
Fixed
fd01f1a3ed4a189a784654f7c69eb565872f2e12
Fixed
6776efe4a52f289a3fc18f8adf19b035a7d8e1bb

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89565.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.9.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89565.json"