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.
Published: 2026-06-25
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the RFCOMM module processes incoming Bluetooth frames without checking that the skb data length is sufficient. A malicious remote device can send truncated MCC frames that cause the kernel to read past the end of the buffer when casting skb->data to protocol‑specific structures. The result is an out‑of‑bounds read (CWE‑1284) that exposes arbitrary kernel memory contents, potentially revealing sensitive information.

Affected Systems

Any device running a Linux kernel that exposes the RFCOMM Bluetooth stack is affected. The flaw exists in all kernel releases before the commit that adds skb_pull_data validation to RFCOMM MCC handlers. Devices that enable RFCOMM services over Bluetooth are therefore at risk regardless of vendor or build variant.

Risk and Exploitability

The vulnerability has a CVSS score of 8.1, indicating high severity. The EPSS score of <1% suggests the event is unlikely to be exploited soon. It is not listed in the CISA KEV catalog, implying no confirmed wild‑world exploits exist yet. A remote attacker can trigger the out‑of‑bounds read by establishing a Bluetooth connection and transmitting specially crafted MCC frames; no local privileges or user interaction beyond the Bluetooth link are required.

Generated by OpenCVE AI on June 28, 2026 at 12:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel release that includes the RFCOMM length‑validation commit or backport the patch
  • If an immediate kernel update is not feasible, disable the RFCOMM subsystem or the entire Bluetooth stack so the vulnerable code cannot be exercised
  • Use firewall or ACL rules to allow RFCOMM traffic only from trusted devices, thereby minimizing exposure to malformed frames

Generated by OpenCVE AI on June 28, 2026 at 12:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4665-1 linux security update
Debian DLA Debian DLA DLA-4671-1 linux-6.1 security update
History

Sun, 28 Jun 2026 11:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-125

Sun, 28 Jun 2026 08:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H'}


Fri, 26 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1284
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Moderate


Thu, 25 Jun 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-125

Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
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.
Title Bluetooth: RFCOMM: validate skb length in MCC handlers
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-28T06:40:59.075Z

Reserved: 2026-06-09T07:44:35.394Z

Link: CVE-2026-53254

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-25T00:00:00Z

Links: CVE-2026-53254 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-28T12:45:07Z

Weaknesses
  • CWE-1284

    Improper Validation of Specified Quantity in Input