Impact
This vulnerability is a race condition in the Linux kernel's IPv6 routing code. Concurrent calls to ip6_route_input and dst_cache_set_ip6 can cause a NOREF destination to be released while still in use, leading to a use‑after‑free that triggers a kernel warning and potentially a crash. The flaw can allow an attacker to cause a denial‑of‑service by sending specially crafted IPv6 packets that exercise the vulnerable code paths. The weakness is a classic use‑after‑free (CWE‑665).
Affected Systems
The issue affects all builds of the Linux kernel that include IPv6 support and use seg6 or rpl lightweight tunnels. No specific version numbers are listed, so any kernel before the patch that contains the unfixed path is vulnerable. Auditors should verify kernel versions to determine exposure.
Risk and Exploitability
The CVSS score is not provided, but the vulnerability could lead to a kernel crash, a high‑impact denial‑of‑service scenario, making it a severe problem. EPSS is not available, and the vulnerability is not listed in CISA's KEV catalog. Attack requires concurrent high‑priority activity on the same CPU as ksoftirqd and a crafted IPv6 packet, so exploitation is likely local or remote via network traffic. The race makes exploitation non‑trivial, but the kernel crash outcome would be catastrophic if achieved.
OpenCVE Enrichment