Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-39766

7.8 · HIGH
Published Sep 11, 2025 linux EPSS 0.18% (8th pctl)

Overview

CVE-2025-39766 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 11, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.19, < 5.4.297 Affected

Frequently Asked Questions

What is CVE-2025-39766?

CVE-2025-39766 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 11, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-39766?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-39766?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-39766?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-39766 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.