Security Advisory

CVE-2024-53164

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-12-27 13:38:43
Last updated 2026-05-11 20:52:04
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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