CVE-2026-53079
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/2026
Última modificación:
23/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net_sched: fix skb memory leak in deferred qdisc drops<br />
<br />
When the network stack cleans up the deferred list via qdisc_run_end(),<br />
it operates on the root qdisc. If the root qdisc do not implement the<br />
TCQ_F_DEQUEUE_DROPS flag the packets queue to free are never freed and<br />
gets stranded on the child&#39;s local to_free list.<br />
<br />
Fix this by making qdisc_dequeue_drop() aware of the root qdisc. It<br />
fetches the root qdisc and check for the TCQ_F_DEQUEUE_DROPS flag. If<br />
the flag is present, the packet is appended directly to the root&#39;s<br />
to_free list. Otherwise, drop it directly as it was done before the<br />
optimization was implemented.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



