Infinite Loop Vulnerability in Linux Kernel IPv6 Implementation
CVE-2026-63969

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
19 July 2026

What is CVE-2026-63969?

A vulnerability in the Linux kernel's IPv6 implementation can potentially lead to an infinite loop scenario in the function rt6_fill_node(). When writers hold the tb6_lock, they can execute list_del_rcu() on rt->fib6_siblings without waiting for RCU readers. This can cause a CPU stall as the next pointer in rt->fib6_siblings may reference an outdated structure. The issue is mitigated by ensuring that the rt->fib6_nsiblings is set to zero before executing the deletion, allowing for a reliable detach signal.

Affected Version(s)

Linux d0ec61c9f3583b76aebdbb271f5c0d3fcccd48b2

Linux 52da02521ede55fb86546c3fffd9377b3261b91f < 279853aec9f58d5cd723e6e5617c1c3337b30383

Linux 34a949e7a0869dfa31a40416d2a56973fae1807b

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.