CVE-2026-46140
Undergoing Analysis Undergoing Analysis - In Progress

Bluetooth: btmtk USB HCI WMT Event Length Validation Flaw

Vulnerability report for CVE-2026-46140, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-05-28

Last updated on: 2026-07-04

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: validate WMT event SKB length before struct access btmtk_usb_hci_wmt_sync() casts the WMT event response SKB data to struct btmtk_hci_wmt_evt (7 bytes) and struct btmtk_hci_wmt_evt_funcc (9 bytes) without first checking that the SKB contains enough data. A short firmware response causes out-of-bounds reads from SKB tailroom. Use skb_pull_data() to validate and advance past the base WMT event header. For the FUNC_CTRL case, pull the additional status field bytes before accessing them.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-05-28
Last Modified
2026-07-04
Generated
2026-07-08
AI Q&A
2026-05-28
EPSS Evaluated
2026-07-06
NVD
EUVD

Affected Vendors & Products

Showing 6 associated CPEs
Vendor Product Version / Range
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel From 6.13 (inc) to 6.18.30 (exc)
linux linux_kernel From 6.19 (inc) to 7.0.7 (exc)
linux linux_kernel From 6.11 (inc) to 6.12.88 (exc)
linux linux_kernel From 6.6.142 (inc) to 6.7 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's Bluetooth component, specifically in the btmtk driver. The function btmtk_usb_hci_wmt_sync() improperly casts the WMT event response SKB data to certain structures without first verifying that the SKB contains enough data. This lack of validation can lead to out-of-bounds reads when the firmware response is shorter than expected.

The issue arises because the code assumes the SKB data length is sufficient for the structures it casts to, but if the data is shorter, it reads beyond the buffer's boundary, potentially causing memory access errors.

Impact Analysis

This vulnerability can cause out-of-bounds memory reads in the Linux kernel Bluetooth driver, which may lead to system instability, crashes, or potentially expose sensitive kernel memory contents.

While the description does not specify exploitation details, out-of-bounds reads can sometimes be leveraged by attackers to gain information about kernel memory layout or cause denial of service.

Mitigation Strategies

The vulnerability has been resolved by validating the WMT event SKB length before struct access in the Linux kernel Bluetooth btmtk driver.

To mitigate this vulnerability immediately, update your Linux kernel to a version that includes the fix where skb_pull_data() is used to validate and advance past the base WMT event header, ensuring that the SKB contains enough data before accessing it.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46140. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart