CVE-2025-40301

HIGHCVSS 7.6/10EPSS 0.17%

Last modified

CVE-2025-40301 is a high-severity vulnerability rated 7.6/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: validate skb length for unknown CC opcode In hci_cmd_complete_evt(), if the command complete event has an unknown opcode, we assume the first byte of the remaining skb->data contains the return status. However, parameter data has previously been pulled in hci_event_func(), which may leave the skb empty. EPSS estimates a 0.17% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: validate skb length for unknown CC opcode In hci_cmd_complete_evt(), if the command complete event has an unknown opcode, we assume the first byte of the remaining skb->data contains the return status. However, parameter data has previously been pulled in hci_event_func(), which may leave the skb empty. If so, using skb->data[0] for the return status uses un-init memory. The fix is to check skb->len before using skb->data.

Metrics

CVSS 3.1
7.6/10

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H

EPSS Probability
0.17%

6.2th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= afcb3369f46ed5dc883a7b92f2dd1e264d79d388, < fea895de78d3bb2f0c09db9f10b18f8121b15759; >= afcb3369f46ed5dc883a7b92f2dd1e264d79d388, < 779f83a91d4f1bf5ddfeaf528420cbb6dbf03fa8; >= afcb3369f46ed5dc883a7b92f2dd1e264d79d388, < cf2c2acec1cf456c3d11c11a7589e886a0f963a9; >= afcb3369f46ed5dc883a7b92f2dd1e264d79d388, < 1a0ddaaf97405dbd11d4cb5a961a3f82400e8a50; >= afcb3369f46ed5dc883a7b92f2dd1e264d79d388, < 5c5f1f64681cc889d9b13e4a61285e9e029d6ab5
LinuxLinux6.1

References

Timeline

Published
Last Modified
Status
Deferred

Frequently Asked Questions

What is CVE-2025-40301?
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: validate skb length for unknown CC opcode In hci_cmd_complete_evt(), if the command complete event has an unknown opcode, we assume the first byte of the remaining skb->data contains the return status. However, parameter data has previously been pulled in hci_event_func(), which may leave the skb empty. If so, using skb->data[0] for the return status uses un-init memory. The fix is to check skb->len before using skb->data.
How severe is CVE-2025-40301?
CVE-2025-40301 has a CVSS score of 7.6/10 (HIGH severity). The EPSS model estimates a 0.17% probability of exploitation in the next 30 days.
How do I fix CVE-2025-40301?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2025

Are you affected by CVE-2025-40301?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST