CVE-2026-53079
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/06/2026
Last modified:
23/07/2026
Description
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.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



