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

Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp

If dcid is received for an already-assigned destination CID the spec
requires that both channels to be discarded, but calling l2cap_chan_del
may invalidate the tmp cursor created by list_for_each_entry_safe and
in fact it is the wrong procedure as the chan->dcid may be assigned
previously it really needs to be disconnected.

Calling l2cap_chan_clone directly may still lead to l2cap_chan_del so
instead schedule l2cap_chan_timeout with delay 0 to close the channel
asynchronously.
Published: 2026-07-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s Bluetooth L2CAP implementation contains a flaw that can cause a kernel panic when a device sends a specially crafted packet with a destination CID (dcid) that conflicts with an already‑assigned channel. The bug arises because the code attempts to delete or clone a channel while the list cursor is still in use, corrupting memory and triggering a crash. The result is a denial‑of‑service that disrupts availability but does not compromise confidentiality or integrity.

Affected Systems

This issue affects all Linux kernel builds that include the unpatched Bluetooth L2CAP subsystem. Every distribution shipping an original kernel version before the upstream crash fix is vulnerable until the vendor releases a patched kernel package. The problem is present in the generic Linux kernel code and therefore applies regardless of the distribution vendor.

Risk and Exploitability

The CVSS base score of 8.8 reflects a high‑risk vulnerability, while the EPSS score of <1% indicates a low probability of exploitation at present. The flaw is not listed in CISA’s KEV catalog. Based on the description of the flaw, the likely attack vector involves sending a crafted packet over the Bluetooth L2CAP interface; this inference comes from the requirement to send a conflicting dcid. Because the exploit only requires the ability to transmit data over Bluetooth and does not need elevated privileges, it is inferred that no special access or physical proximity beyond normal Bluetooth communication is required for exploitation.

Generated by OpenCVE AI on August 5, 2026 at 02:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the most recent Linux kernel update that includes the L2CAP crash mitigation.
  • Reboot the system after updating to load the patched kernel module.
  • If an immediate update is not available, disable the Bluetooth daemon or block incoming L2CAP traffic with firewall rules to prevent the vulnerable packet from reaching the kernel.
  • Subscribe to vendor notifications or kernel mailing lists to receive any backported patch or security advisory.

Generated by OpenCVE AI on August 5, 2026 at 02:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 22 Jul 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp If dcid is received for an already-assigned destination CID the spec requires that both channels to be discarded, but calling l2cap_chan_del may invalidate the tmp cursor created by list_for_each_entry_safe and in fact it is the wrong procedure as the chan->dcid may be assigned previously it really needs to be disconnected. Calling l2cap_chan_clone directly may still lead to l2cap_chan_del so instead schedule l2cap_chan_timeout with delay 0 to close the channel asynchronously.
Title Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
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-08-05T12:37:46.003Z

Reserved: 2026-07-19T07:54:57.024Z

Link: CVE-2026-63975

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63975 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T02:15:03Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference