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

Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration success

l2cap_ecred_reconf_rsp() returns early on success without clearing
chan->ident. Every other L2CAP response handler (l2cap_ecred_conn_rsp,
l2cap_le_connect_rsp, l2cap_config_rsp) clears chan->ident after a
successful transaction to prevent the channel from matching subsequent
responses with the recycled ident value.

A remote attacker that completed a reconfiguration as the peer can
replay a failure response with the stale ident, causing the kernel to
match and destroy the already-established channel via
l2cap_chan_del(chan, ECONNRESET).

Clear chan->ident for all matching channels on success, and harden the
failure path by using l2cap_chan_hold_unless_zero() consistent with
other L2CAP handlers (l2cap_le_command_rej, __l2cap_get_chan_by_ident).
Published: 2026-07-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the Linux kernel’s Bluetooth L2CAP implementation allows an attacker who has successfully reconfigured a connection as the peer to replay a failure response with a stale identifier. Because the handler l2cap_ecred_reconf_rsp() fails to clear the channel’s identification field on success, the stale value can match a current channel, causing the kernel to delete that channel and reset the connection, effectively disrupting the Bluetooth session and denying service to legitimate users. The weakness is identified as CWE-1341.

Affected Systems

The issue exists in the Linux kernel’s Bluetooth stack when the l2cap_ecred_reconf_rsp handler is compiled into the kernel. No specific kernel versions are listed, so all builds containing this handler could be affected until the patch is applied.

Risk and Exploitability

The vulnerability scores a high CVSS score of 8.8, but the EPSS score of less than 1% indicates a low current likelihood of exploitation. It is not listed in CISA’s KEV catalog. A remote attacker would need to communicate over Bluetooth and successfully complete a reconfiguration with the peer before replaying the crafted failure response. If the attack succeeds, it results in an immediate destruction of the connection, causing a denial of service for the user.

Generated by OpenCVE AI on August 4, 2026 at 06:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the fix for l2cap_ecred_reconf_rsp, which clears chan->ident on success and hardens the failure path.
  • If a kernel update is not immediately available, consider disabling the Bluetooth L2CAP service or restricting Bluetooth access on the affected hosts to prevent the attack surface from being exposed.
  • Ensure that the kernel configuration does not retain legacy or optional Bluetooth modules that may still reference the vulnerable handler until the patch is applied.

Generated by OpenCVE AI on August 4, 2026 at 06:27 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

Sun, 26 Jul 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-635
CWE-665

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

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

None

threat_severity

Moderate


Tue, 21 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-635
CWE-665

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: clear chan->ident on ECRED reconfiguration success l2cap_ecred_reconf_rsp() returns early on success without clearing chan->ident. Every other L2CAP response handler (l2cap_ecred_conn_rsp, l2cap_le_connect_rsp, l2cap_config_rsp) clears chan->ident after a successful transaction to prevent the channel from matching subsequent responses with the recycled ident value. A remote attacker that completed a reconfiguration as the peer can replay a failure response with the stale ident, causing the kernel to match and destroy the already-established channel via l2cap_chan_del(chan, ECONNRESET). Clear chan->ident for all matching channels on success, and harden the failure path by using l2cap_chan_hold_unless_zero() consistent with other L2CAP handlers (l2cap_le_command_rej, __l2cap_get_chan_by_ident).
Title Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration success
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:47.072Z

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

Link: CVE-2026-63976

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-63976 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:30:05Z

Weaknesses
  • CWE-1341

    Multiple Releases of Same Resource or Handle