PT-2026-85716 · Linux · Linux

CVE-2026-80838

·

Publicado

2026-09-04

·

Atualizado

2026-09-06

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:
vxlan: keep the last remote linked during FDB flush
A non-nexthop FDB entry is expected to have at least one remote while it remains reachable through the FDB hash table. A filtered bulk flush violates this invariant when every remote matches: It unlinks the last remote in vxlan fdb dst destroy() and only afterwards tells vxlan flush() to destroy the parent FDB entry.
An RCU reader can find the parent during this interval. first remote rcu() then applies list entry rcu() to the empty list head, producing an invalid remote pointer that the receive learning path can read from and write to.
When a matching remote is the sole remaining remote, leave it linked and ask the caller to destroy the entire FDB entry. vxlan fdb destroy() keeps the remote attached while sending the deletion notification and removing the parent from the lookup structures.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-80838

Produtos afetados

Linux