Bug 2348346 (CVE-2022-49139) - CVE-2022-49139 kernel: Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt
Summary: CVE-2022-49139 kernel: Bluetooth: fix null ptr deref on hci_sync_conn_complet...
Keywords:
Status: NEW
Alias: CVE-2022-49139
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-02-26 03:26 UTC by OSIDB Bzimport
Modified: 2025-02-26 09:06 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-02-26 03:26:14 UTC
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt

This event is just specified for SCO and eSCO link types.
On the reception of a HCI_Synchronous_Connection_Complete for a BDADDR
of an existing LE connection, LE link type and a status that triggers the
second case of the packet processing a NULL pointer dereference happens,
as conn->link is NULL.

Comment 1 Avinash Hanwate 2025-02-26 07:30:37 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025022607-CVE-2022-49139-66ce@gregkh/T

Comment 5 Avinash Hanwate 2025-02-26 09:02:53 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025022607-CVE-2022-49139-66ce@gregkh/T


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