PT-2026-61293 · Linux · Linux

CVE-2026-63976

·

Published

2026-07-19

·

Updated

2026-07-19

CVSS v3.1

8.8

High

VectorAV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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).

Fix

Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-63976

Affected Products

Linux