Description
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: L2CAP: validate connectionless PSM length

Connectionless L2CAP frames carry a two-byte PSM at the start of the
payload. l2cap_recv_frame() currently reads that PSM unconditionally
after validating only the outer L2CAP length.

A malformed connectionless frame with a zero- or one-byte payload can
therefore make the parser read beyond the advertised skb payload and use
tailroom bytes as part of the PSM. A VHCI-backed QEMU reproducer
injected a one-byte connectionless payload and reached the unchecked
read.

Reject connectionless frames that cannot contain the PSM before reading
or pulling it. This preserves all valid connectionless frames while
dropping only structurally incomplete packets.
Published: 2026-09-24
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Kernel memory read and potential crash
Action: Apply patch
AI Analysis

Impact

The vulnerability exists in the Linux kernel Bluetooth L2CAP stack. Connectionless frames carry a two‑byte Protocol Service Multiplexer (PSM) value at the start of the payload, but the l2cap_recv_frame() function reads that PSM unconditionally after only validating the outer L2CAP length. If a packet has a payload shorter than two bytes, the parser reads beyond the advertised packet bounds, pulling data from the skb tailroom. This out‑of‑bounds read (CWE‑125) can expose arbitrary kernel memory contents or cause a kernel panic, leading to a denial of service.

Affected Systems

All Linux kernels that include the vulnerable code path are affected; the flaw resides in the core Bluetooth implementation and applies to any distribution or configuration that has not upgraded past the commit shown in the provided git patches.

Risk and Exploitability

A malicious actor can deliver a crafted Bluetooth frame to trigger the flaw. Based on the description, it is inferred that the attack can occur over the air without privileged access. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. Although no exploit is currently reported, the straightforward nature of the out‑of‑bounds read makes exploitation likely for an attacker who can send malformed frames.

Generated by OpenCVE AI on September 25, 2026 at 05:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the patch adding validation for the connectionless frame length.
  • If a kernel upgrade cannot be performed immediately, disable the Bluetooth subsystem or configure L2CAP to accept connections only from trusted devices, thereby reducing exposure.
  • Monitor system logs for kernel panics or abnormal Bluetooth activity that might indicate exploitation attempts.
  • Consider collaborating with the distribution maintainers to ensure the patch is integrated into future releases.

Generated by OpenCVE AI on September 25, 2026 at 05:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: validate connectionless PSM length Connectionless L2CAP frames carry a two-byte PSM at the start of the payload. l2cap_recv_frame() currently reads that PSM unconditionally after validating only the outer L2CAP length. A malformed connectionless frame with a zero- or one-byte payload can therefore make the parser read beyond the advertised skb payload and use tailroom bytes as part of the PSM. A VHCI-backed QEMU reproducer injected a one-byte connectionless payload and reached the unchecked read. Reject connectionless frames that cannot contain the PSM before reading or pulling it. This preserves all valid connectionless frames while dropping only structurally incomplete packets.
Title Bluetooth: L2CAP: validate connectionless PSM length
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-09-25T12:43:42.573Z

Reserved: 2026-09-24T14:53:16.866Z

Link: CVE-2026-97408

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:18.337

Modified: 2026-09-25T13:17:24.337

Link: CVE-2026-97408

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T06:00:13Z

Weaknesses