CVE-2026-97940
Last modified
CVE-2026-97940 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ipv6: fix fib6 walker UAF on seq stop ipv6_route_iter_active() treats a walker in FWS_U at the table root as already unlinked. fib6_del_route() can move a still-linked walker into that same state when the current leaf is the last route at the root, so ipv6_route_native_seq_stop() skips fib6_walker_unlink().
Description
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix fib6 walker UAF on seq stop ipv6_route_iter_active() treats a walker in FWS_U at the table root as already unlinked. fib6_del_route() can move a still-linked walker into that same state when the current leaf is the last route at the root, so ipv6_route_native_seq_stop() skips fib6_walker_unlink(). The seq private object can then be freed while it remains on net->ipv6.fib6_walkers. A later route deletion walks the dangling list and uses the freed walker. Use the list head as membership state and reinitialize it when unlinking. Keep the existing w->node check so a never-started iterator with a zeroed private object is not treated as linked. The same stop helper is used by /proc/net/ipv6_route and by the BPF ipv6_route iterator. The BPF show path only widens the race.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8d2ca1d7b5c3e63b3a8a81ae99015b615c5f2bf7, < 0eede1689610e9eeaf729ba86fd1321799eb91a0; >= 8d2ca1d7b5c3e63b3a8a81ae99015b615c5f2bf7, < b89b691dd00bf39b9ba39ab9446f8c62f419fa7b; >= 8d2ca1d7b5c3e63b3a8a81ae99015b615c5f2bf7, < 4553cfafa8d05c4ce20b1d18f79d9bb3b303fc02; >= 8d2ca1d7b5c3e63b3a8a81ae99015b615c5f2bf7, < 19b4ed644d68098cc62ab612727f40d30f43476c |
| Linux | Linux | 3.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97940?
How severe is CVE-2026-97940?
How do I fix CVE-2026-97940?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97935In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97936In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97937In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97938In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97939In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9794A flaw was found in Keycloak. A remote, unauthenticated atta…5.3
- CVE-2026-97941In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97942In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97943In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97944In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97945In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97946In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97940?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
