CVE-2026-46172

MEDIUM

ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()

Title source: cna
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: ipv6: xfrm6: release dst on error in xfrm6_rcv_encap() xfrm6_rcv_encap() performs an IPv6 route lookup when the skb does not already have a dst attached. ip6_route_input_lookup() returns a referenced dst entry even when the lookup resolves to an error route. If dst->error is set, xfrm6_rcv_encap() drops the skb without attaching the dst to the skb and without releasing the reference returned by the lookup. Repeated packets hitting this path therefore leak dst entries. Release the dst before jumping to the drop path.

Scores

CVSS v3 5.5
EPSS 0.0013
EPSS Percentile 2.8%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

Status published
Products (28)
linux/Kernel 5.11.0 - 5.15.209linux
linux/Kernel 5.16.0 - 6.1.175linux
linux/Kernel 5.8.0 - 5.10.258linux
linux/Kernel 6.13.0 - 6.18.30linux
linux/Kernel 6.19.0 - 7.0.7linux
linux/Kernel 6.2.0 - 6.6.140linux
linux/Kernel 6.7.0 - 6.12.88linux
Linux/Linux < 5.8
Linux/Linux 0146dca70b877b73c5fd9c67912b8a0ca8a7bac7 - 554c9b090c8ac5b1c5c507f4badf8d5d0c9c6e13
Linux/Linux 0146dca70b877b73c5fd9c67912b8a0ca8a7bac7 - 6a5eec0a2a0e99ec9743cf8f1c4082178811d90a
... and 18 more
Published May 28, 2026
Tracked Since May 28, 2026