CVE-2026-31668
ANALYSIS PENDINGseg6: separate dst_cache for input and output paths in seg6 lwtunnel
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: seg6: separate dst_cache for input and output paths in seg6 lwtunnel The seg6 lwtunnel uses a single dst_cache per encap route, shared between seg6_input_core() and seg6_output_core(). These two paths can perform the post-encap SID lookup in different routing contexts (e.g., ip rules matching on the ingress interface, or VRF table separation). Whichever path runs first populates the cache, and the other reuses it blindly, bypassing its own lookup. Fix this by splitting the cache into cache_input and cache_output, so each path maintains its own cached dst independently.
References (8)
Details
Status
published
Products (18)
Linux/Linux
< 4.10
Linux/Linux
4.10
Linux/Linux
5.10.253 - 5.10.*
Linux/Linux
5.15.203 - 5.15.*
Linux/Linux
6.1.169 - 6.1.*
Linux/Linux
6.12.82 - 6.12.*
Linux/Linux
6.18.23 - 6.18.*
Linux/Linux
6.19.13 - 6.19.*
Linux/Linux
6.6.135 - 6.6.*
Linux/Linux
6c8702c60b88651072460f3f4026c7dfe2521d12 - 17d87d42874f5d6c1a0ccc6d9190dfe82a9a7a6a
... and 8 more
Published
Apr 24, 2026
Tracked Since
Apr 24, 2026