CVE-2025-68325 Details
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.
A vulnerability in the Linux kernel's sch_cake traffic control queueing discipline can lead to a NULL pointer dereference. This issue arises from an inconsistency in the queue length and backlog accounting within the qdisc hierarchy. The problem occurs when the cake_enqueue function returns NET_XMIT_CN, causing the parent qdisc to stop processing the current packet. As a result, the expected packet handling flow is disrupted, particularly when the parent qdisc is qfq_qdisc, leading to a NULL dereference. The vulnerability affects several versions of the Linux kernel stable tree.
Users can upgrade to Linux kernel versions 6.5.1 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 18, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/0b6216f9b3d1c33c76f74511026e5de5385ee520 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/38abf6e931b169ea88d7529b49096f53a5dcf8fe | kernel.org | |
| https://git.kernel.org/stable/c/3ed6c458530a547ed0c9ea0b02b19bab620be88b | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/529c284cc2815c8350860e9a31722050fe7117cb | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/9fefc78f7f02d71810776fdeb119a05a946a27cc | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/a3f4e3de41a3f115db35276c6b186ccbc913934a | kernel.org | |
| https://git.kernel.org/stable/c/d01f0e072dadb02fe10f436b940dd957aff0d7d4 | kernel.org | |
| https://git.kernel.org/stable/c/fcb91be52eb6e92e00b533ebd7c77fecada537e1 | kernel.org |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jan 19, 2026 | CVE Modified | kernel.org |
| Jan 11, 2026 | CVE Modified | kernel.org |
| Dec 18, 2025 | New CVE Received | kernel.org |
Volerion