Memory leak in Linux kernel - CVE-2026-53079
Published: June 25, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a memory leak in qdisc_dequeue_drop() and deferred qdisc drop handling when cleaning up deferred packet drops. A local user can trigger packet drops through a child qdisc whose root qdisc does not implement the TCQ_F_DEQUEUE_DROPS flag to cause a denial of service.
The issue occurs because packets can remain stranded on a child qdisc's local to_free list instead of being freed.