CVE 7.8 HIGH

Bluetooth: hci_conn: fix potential UAF in set_cig_params_sync_CVE-2026-43019

7.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: hci_conn: fix potential UAF in set_cig_params_sync

hci_conn lookup and field access must be covered by hdev lock in
set_cig_params_sync, otherwise it's possible it is freed concurrently.

Take hdev lock to prevent hci_conn from being deleted or modified
concurrently. Just RCU lock is not suitable here, as we also want to
avoid "tearing" in the configuration.

Basic Information

ID CVE-2026-43019
Source Linux
Published May 1, 2026 at 14:15
Modified May 3, 2026 at 05:46

Affected Product

Vendor Linux
Product Linux
Version a091289218202bc09d9b9caa8afcde1018584aec
Affected Versions Linux Linux a091289218202bc09d9b9caa8afcde1018584aec
Linux Linux a091289218202bc09d9b9caa8afcde1018584aec
Linux Linux a091289218202bc09d9b9caa8afcde1018584aec
Linux Linux a091289218202bc09d9b9caa8afcde1018584aec
Linux Linux 3a273cd0f47dd672d37736e623849374f9ab9ce9
Linux Linux d8570c4c3f2a3e51b3c8b5e6ec898364c5c03062
Linux Linux 6.6

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.