CVE-2025-39766

Updated: 2026-02-27 01:19:47.564886

Description:

In the Linux kernel, the following vulnerability has been resolved: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit The following setup can trigger a WARNING in htb_activate due to the condition: !cl->leaf.q->q.qlen tc qdisc del dev lo root tc qdisc add dev lo root handle 1: htb default 1 tc class add dev lo parent 1: classid 1:1 \ htb rate 64bit tc qdisc add dev lo parent 1:1 handle f: \ cake memlimit 1b ping -I lo -f -c1 -s64 -W0.001 127.0.0.1 This is because the low memlimit leads to a low buffer_limit, which causes packet dropping. However, cake_enqueue still returns NET_XMIT_SUCCESS, causing htb_enqueue to call htb_activate with an empty child qdisc. We should return NET_XMIT_CN when packets are dropped from the same tin and flow. I do not believe return value of NET_XMIT_CN is necessary for packet drops in the case of ack filtering, as that is meant to optimize performance, not to signal congestion.


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x 0.0
CVSS Version 3.x HIGH 7.8

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU kernel 5.14.0 7.8 HIGH Released CLSA-2026:1771239384 2026-02-16 15:30:16
Oracle Linux 7 ELS kernel-uek 5.4.17 7.8 HIGH Not Vulnerable 2026-02-05 12:32:06 Not affected: CVE-2025-39766 only applies to the CAKE queueing discipline in the Linux kernel (net/s...
TuxCare 9.6 ESU kernel 5.14.0 7.8 HIGH In Progress 2026-02-12 22:28:38
Ubuntu 20.04 ELS linux 5.4.0 7.8 HIGH Needs Triage 2026-02-04 09:15:48