cve/2024/CVE-2024-53164.md
2025-09-29 21:09:30 +02:00

878 B

CVE-2024-53164

Description

In the Linux kernel, the following vulnerability has been resolved:net: sched: fix ordering of qlen adjustmentChanges to sch->q.qlen around qdisc_tree_reduce_backlog() need to happen_before_ a call to said function because otherwise it may fail to notifyparent qdiscs when the child is about to become empty.

POC

Reference

No PoCs from references.

Github