Bug 2396393 (CVE-2023-53374) - CVE-2023-53374 kernel: Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone early
Summary: CVE-2023-53374 kernel: Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed ...
Keywords:
Status: NEW
Alias: CVE-2023-53374
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-18 14:02 UTC by OSIDB Bzimport
Modified: 2025-09-23 18:33 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-18 14:02:29 UTC
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone early

Not calling hci_(dis)connect_cfm before deleting conn referred to by a
socket generally results to use-after-free.

When cleaning up SCO connections when the parent ACL is deleted too
early, use hci_conn_failed to do the connection cleanup properly.

We also need to clean up ISO connections in a similar situation when
connecting has started but LE Create CIS is not yet sent, so do it too
here.


Note You need to log in before you can comment on or make changes to this bug.