PT-2026-51973 · Linux · Linux

Publicado

2026-06-24

·

Atualizado

2026-06-24

·

CVE-2026-53079

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:
net sched: fix skb memory leak in deferred qdisc drops
When the network stack cleans up the deferred list via qdisc run end(), it operates on the root qdisc. If the root qdisc do not implement the TCQ F DEQUEUE DROPS flag the packets queue to free are never freed and gets stranded on the child's local to free list.
Fix this by making qdisc dequeue drop() aware of the root qdisc. It fetches the root qdisc and check for the TCQ F DEQUEUE DROPS flag. If the flag is present, the packet is appended directly to the root's to free list. Otherwise, drop it directly as it was done before the optimization was implemented.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-53079

Produtos afetados

Linux