PT-2026-61286 · Linux · Linux

CVE-2026-63969

·

Published

2026-07-19

·

Updated

2026-07-19

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:
ipv6: fix possible infinite loop in rt6 fill node()
Sashiko reported this issue [1]. Apply the same fix as commit f8d8ce1b515a ("ipv6: fix possible infinite loop in fib6 info uses dev()").
Writers holding tb6 lock can list del rcu(&rt->fib6 siblings) without waiting for RCU readers; rt->fib6 siblings.next then still points into the old ring and this softirq-side walker never reaches &rt->fib6 siblings, causing a CPU stall. fib6 del route() always WRITE ONCE()s rt->fib6 nsiblings to 0 before list del rcu(), so an inside-loop check is a reliable detach signal.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-63969

Affected Products

Linux