PT-2026-35020 · Linux · Linux
Published
2026-04-24
·
Updated
2026-04-24
·
CVE-2026-31668
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:
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.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux