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-40140

8.8 · HIGH
Published Nov 12, 2025 EPSS 0.30% (22th pctl)

Overview

CVE-2025-40140 is a high-severity vulnerability. It was published on November 12, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicast

syzbot reported WARNING in rtl8150_start_xmit/usb_submit_urb.

This is the sequence of events that leads to the warning:

rtl8150_start_xmit() {

netif_stop_queue();

usb_submit_urb(dev->tx_urb);

}

rtl8150_set_multicast() {

netif_stop_queue();

netif_wake_queue(); <-- wakes up TX queue before URB is done

}

rtl8150_start_xmit() {

netif_stop_queue();

usb_submit_urb(dev->tx_urb); <-- double submission

}

rtl8150_set_multicast being the ndo_set_rx_mode callback should not be

calling netif_stop_queue and notif_start_queue as these handle

TX queue synchronization.

The net core function dev_set_rx_mode handles the synchronization

for rtl8150_set_multicast making it safe to remove these locks.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2025-40140?

CVE-2025-40140 is a high-severity vulnerability. It was published on November 12, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2025-40140?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-40140?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-40140 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.