PT-2026-61286 · Linux · Linux
CVE-2026-63969
·
Publicado
2026-07-19
·
Atualizado
2026-07-19
Nenhuma
Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
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.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux