PT-2026-52316 · Linux · Linux

Publicado

2026-06-25

·

Atualizado

2026-06-25

·

CVE-2026-53221

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:
ip6 vti: fix incorrect tunnel matching in vti6 tnl lookup()
In vti6 tnl lookup(), when an exact match for a tunnel fails, the code falls back to searching for wildcard tunnels:
  • Tunnels matching the packet's local address, with any remote address wildcard remote).
  • Tunnels matching the packet's remote address, with any local address (wildcard local).
However, vti6 stores all these different types of tunnels in the same hash table (ip6n->tnls r l) prone to hash collisions.
The bug is that the fallback search loops in vti6 tnl lookup() were missing checks to ensure that the candidate tunnel actually has a wildcard address.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-53221

Produtos afetados

Linux