PT-2025-52253 · Linux+3 · Linux Kernel+3
Published
2025-11-27
·
Updated
2026-05-11
·
CVE-2025-68325
CVSS v2.0
4.6
Medium
| Vector | AV:L/AC:L/Au:S/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the Linux kernel’s
sch cake scheduler related to incorrect queue length (qlen) reduction within the cake drop() function. The problem arises because cake enqueue() assumes the parent qdisc will enqueue a packet, but this assumption fails when cake enqueue() returns NET XMIT CN, leading to inconsistent qlen/backlog accounting and potentially a NULL dereference, such as when the parent Qdisc is qfq qdisc. The patch addresses this by calculating the qlen/backlog delta more robustly, observing the difference before and after cake drop() calls, and compensating the qdisc tree accounting if cake enqueue() returns NET XMIT CN. A new variable is introduced to maintain qlen consistency when ACK thinning is enabled.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Debian
Linuxmint
Linux Kernel
Ubuntu