Back to overview

CVE-2026-63975

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.

Metadata

CVE ID
CVE-2026-63975
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 07:54 UTC
Published
2026-07-19 14:56 UTC
Last updated
2026-07-19 14:56 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 15f02b91056253e8cdc592888f431da0731337b8 < 3c8eaa91eb433c450426539290be4ffe282e9f00, 15f02b91056253e8cdc592888f431da0731337b8 < ecfed1e0d8efecad6737a0d83e21d2fd021d8c48, 15f02b91056253e8cdc592888f431da0731337b8 < e6833e737a51db1e5ea0401322acf5e22abd8be6, 15f02b91056253e8cdc592888f431da0731337b8 < 6319b38fe69f56ed95680ade485b957a53fff642 …
Linux Linux 5.7, 0 < 5.7, 5.10.259 ≤ 5.10.*, 5.15.210 ≤ 5.15.* …
Back to overview