CVE-2026-53255
Severity CVSS v4.0:
Pending analysis
Type:
CWE-125
Out-of-bounds Read
Publication date:
25/06/2026
Last modified:
08/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
Bluetooth: MGMT: validate advertising TLV before type checks<br />
<br />
tlv_data_is_valid() reads each advertising data field length from<br />
data[i], then inspects data[i + 1] for managed EIR types before<br />
checking that the current field still fits inside the supplied buffer.<br />
<br />
A malformed field whose length byte is the last byte of the buffer can<br />
therefore make the parser read one byte past the advertising data.<br />
<br />
KASAN reported the following when a malformed MGMT_OP_ADD_ADVERTISING<br />
request reached that path:<br />
<br />
BUG: KASAN: vmalloc-out-of-bounds in tlv_data_is_valid()<br />
Read of size 1<br />
Call trace:<br />
tlv_data_is_valid()<br />
add_advertising()<br />
hci_mgmt_cmd()<br />
hci_sock_sendmsg()<br />
<br />
Move the existing element-length check before any type-octet inspection<br />
so each non-empty element is proven to contain its type byte before the<br />
parser looks at data[i + 1].
Impact
Base Score 3.x
7.10
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.9 (including) | 5.10.259 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.210 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.176 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.143 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.94 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.36 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.13 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/06fcbd79c3c360a50f9be9d370769bbd738d0976
- https://git.kernel.org/stable/c/13ad995071a06570668dd8daab3616c247c72080
- https://git.kernel.org/stable/c/18fea1cb0c2599752e908c8217490f73ddd33e00
- https://git.kernel.org/stable/c/1a3c8ffbb469859b076445af44bdfa6a711d483e
- https://git.kernel.org/stable/c/2a3f3ed9e198ae23c15859ace2f9ca6cfdc35b57
- https://git.kernel.org/stable/c/74c08e4db35a476c3462aeb65846f955be732626
- https://git.kernel.org/stable/c/de23fb62259aa01d294f77238ae3b835eb674413
- https://git.kernel.org/stable/c/f7093ac233c1e7f51d125534f46067772a113175



