CVE-2026-53254

HIGH

Bluetooth: RFCOMM: validate skb length in MCC handlers

Title source: cna
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: validate skb length in MCC handlers The RFCOMM MCC handlers cast skb->data to protocol-specific structs without validating skb->len first. A malicious remote device can send truncated MCC frames and trigger out-of-bounds reads in these handlers. Fix this by using skb_pull_data() to validate and access the required data before dereferencing it. rfcomm_recv_rpn() requires special handling since ETSI TS 07.10 allows 1-byte RPN requests. Handle this by validating only the DLCI byte first, and validating the full struct only when len > 1.

Scores

CVSS v3 8.1
EPSS 0.0028
EPSS Percentile 20.2%
Attack Vector ADJACENT_NETWORK
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H

Details

CWE
CWE-125
Status published
Products (25)
linux/Kernel 2.6.12 - 5.15.210linux
linux/Kernel 5.16.0 - 6.1.176linux
linux/Kernel 6.13.0 - 6.18.36linux
linux/Kernel 6.19.0 - 7.0.13linux
linux/Kernel 6.2.0 - 6.6.143linux
linux/Kernel 6.7.0 - 6.12.94linux
Linux/Linux < 2.6.12
Linux/Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 08b9c1fbe78f4ad3f6250c6541cfaabdbeb81997
Linux/Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 0d637136ce89f9a2309b2c3502402ce400dab0ef
Linux/Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 1b070ac9e99c2c2c3a8112943ca98ab6fca7f10c
... and 15 more
Published Jun 25, 2026
Tracked Since Jun 25, 2026