PT-2026-61292 · Linux · Linux
CVE-2026-63975
·
Published
2026-07-19
·
Updated
2026-07-19
CVSS v3.1
8.8
High
| Vector | AV: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: 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.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux