Back to overview

CVE-2026-64408

Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: pin L2CAP connection during netdev registration bnep_add_connection() reads the L2CAP connection without holding the channel lock, then passes its HCI device to register_netdev(). Controller teardown can clear and release that connection concurrently, leaving the network device registration path to dereference a freed parent device. Take a reference to the L2CAP connection while holding the channel lock. Retain it until register_netdev() has taken the parent device reference.

Metadata

CVE ID
CVE-2026-64408
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:50 UTC
Last updated
2026-07-25 08:50 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 65f53e9802dbfae0e5758a91793c3f5f8bece49b < 390b5db3ff8745187f094c4e915663b7b1f98944, 65f53e9802dbfae0e5758a91793c3f5f8bece49b < 46a88784c4c9b96954dd86f747ce93f65efa1302, 65f53e9802dbfae0e5758a91793c3f5f8bece49b < 551ae773ec64045b4e72099132654887e0270bcc, 65f53e9802dbfae0e5758a91793c3f5f8bece49b < ae215c5b6422d8eda443b861b124bd1be6969c31 …
Linux Linux 3.13, 0 < 3.13, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview