CVE-2026-46140
HIGHBluetooth: btmtk: validate WMT event SKB length before struct access
Title source: cnaDescription
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.
References (5)
Core 5
Core References
Scores
CVSS v3
7.1
EPSS
0.0013
EPSS Percentile
3.1%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Details
CWE
CWE-125
Status
published
Products (22)
linux/Kernel
< 6.6.144linux
linux/Kernel
6.11.0 - 6.18.30linux
linux/Kernel
6.13.0 - 7.0.7linux
linux/Kernel
6.7.0 - 6.12.88linux
Linux/Linux
< 6.11
Linux/Linux
6.11
Linux/Linux
6.12.88 - 6.12.*
Linux/Linux
6.18.30 - 6.18.*
Linux/Linux
6.6.142 - 6.6.144
Linux/Linux
6.6.142 - 6.7
... and 12 more
Published
May 28, 2026
Tracked Since
May 28, 2026