PT-2026-44295 · Linux · Linux
Published
2026-05-28
·
Updated
2026-05-28
·
CVE-2026-46172
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux