Bug 2334350 (CVE-2024-53164) - CVE-2024-53164 kernel: net: sched: fix ordering of qlen adjustment
Summary: CVE-2024-53164 kernel: net: sched: fix ordering of qlen adjustment
Keywords:
Status: NEW
Alias: CVE-2024-53164
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-27 14:01 UTC by OSIDB Bzimport
Modified: 2025-02-09 11:16 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-12-27 14:01:09 UTC
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.

Comment 1 Avinash Hanwate 2024-12-28 15:24:05 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024122746-CVE-2024-53164-752a@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.