CVE Database
/

CVE-2026-46172

Back to search

CVE-2026-46172

Published: May 28, 2026

Modified: Jun 1, 2026

PUBLISHED

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.

VendorProductVersions

Linux

Linux

affected
0146dca70b877b73c5fd9c67912b8a0ca8a7bac7 - < a0721bcd72641c32b281f227a94505b31cf54117
affected
0146dca70b877b73c5fd9c67912b8a0ca8a7bac7 - < a20b34f6e854fe6f2aa82528fae7a88759919eb4
affected
0146dca70b877b73c5fd9c67912b8a0ca8a7bac7 - < 870560015ce6e0d8f841c6a8aba33c44be52c727
affected
0146dca70b877b73c5fd9c67912b8a0ca8a7bac7 - < c2efc4956981066df2fef1cc77391b523db6d8e4
affected
0146dca70b877b73c5fd9c67912b8a0ca8a7bac7 - < 554c9b090c8ac5b1c5c507f4badf8d5d0c9c6e13

+3 more versions

Linux

Linux

affected
5.8
unaffected
0 - < 5.8
unaffected
5.10.258 - <= 5.10.*
unaffected
5.15.209 - <= 5.15.*
unaffected
6.1.175 - <= 6.1.*

+5 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now