Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop In cake_drop(), qdisc_tree_reduce_backlog() is used to update the qlen and backlog of the qdisc hierarchy. Its caller, cake_enqueue(), assumes that the parent qdisc will enqueue the current packet. However, this assumption breaks when cake_enqueue() returns NET_XMIT_CN: the parent qdisc stops enqueuing current packet, leaving the tree qlen/backlog accounting inconsistent. This mismatch can lead to a NULL dereference (e.g., when the parent Qdisc is qfq_qdisc). This patch computes the qlen/backlog delta in a more robust way by observing the difference before and after the series of cake_drop() calls, and then compensates the qdisc tree accounting if cake_enqueue() returns NET_XMIT_CN. To ensure correct compensation when ACK thinning is enabled, a new variable is introduced to keep qlen unchanged.
Product status
ff57186b2cc39766672c4c0332323933e5faaa88 (git) before 0b6216f9b3d1c33c76f74511026e5de5385ee520
15de71d06a400f7fdc15bf377a2552b0ec437cf5 (git) before 529c284cc2815c8350860e9a31722050fe7117cb
15de71d06a400f7fdc15bf377a2552b0ec437cf5 (git) before 3ed6c458530a547ed0c9ea0b02b19bab620be88b
15de71d06a400f7fdc15bf377a2552b0ec437cf5 (git) before 9fefc78f7f02d71810776fdeb119a05a946a27cc
7689ab22de36f8db19095f6bdf11f28cfde92f5c (git)
de04ddd2980b48caa8d7e24a7db2742917a8b280 (git)
0dacfc5372e314d1219f03e64dde3ab495a5a25e (git)
710866fc0a64eafcb8bacd91bcb1329eb7e5035f (git)
aa12ee1c1bd260943fd6ab556d8635811c332eeb (git)
62d591dde4defb1333d202410609c4ddeae060b3 (git)
6.17
Any version before 6.17
6.12.63 (semver)
6.17.13 (semver)
6.18.2 (semver)
6.19-rc1 (original_commit_for_fix)
References
git.kernel.org/...c/0b6216f9b3d1c33c76f74511026e5de5385ee520
git.kernel.org/...c/529c284cc2815c8350860e9a31722050fe7117cb
git.kernel.org/...c/3ed6c458530a547ed0c9ea0b02b19bab620be88b
git.kernel.org/...c/9fefc78f7f02d71810776fdeb119a05a946a27cc
Data based on CVE®. Copyright © 1999-2025, The MITRE Corporation. All rights reserved.