Bug 2464433 (CVE-2026-43022) - CVE-2026-43022 kernel: Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if exists
Summary: CVE-2026-43022 kernel: Bluetooth: hci_sync: hci_cmd_sync_queue_once() return ...
Keywords:
Status: NEW
Alias: CVE-2026-43022
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-01 15:06 UTC by OSIDB Bzimport
Modified: 2026-05-01 16:58 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-01 15:06:34 UTC
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if exists

hci_cmd_sync_queue_once() needs to indicate whether a queue item was
added, so caller can know if callbacks are called, so it can avoid
leaking resources.

Change the function to return -EEXIST if queue item already exists.

Modify all callsites to handle that.


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