In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hci_event: fix potential UAF in SSP passkey handlers
hci_conn lookup and field access must be covered by hdev lock in
hci_user_passkey_notify_evt() and hci_keypress_notify_evt(), otherwise
the connection can be freed concurrently.
Extend the hci_dev_lock critical section to cover all conn usage in both
handlers.
Keep the existing keypress notification behavior unchanged by routing
the early exits through a common unlock path.
References
Configurations
Configuration 1 (hide)
|
History
19 Jun 2026, 13:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
16 Jun 2026, 15:01
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/01a6431766c35dfedb86e0cb5d3fc80c6d604a47 - Patch | |
| References | () https://git.kernel.org/stable/c/204028af77a265e31ceb4ba7f643349a3cca72b2 - Patch | |
| References | () https://git.kernel.org/stable/c/85fa3512048793076eef658f66489112dcc91993 - Patch | |
| References | () https://git.kernel.org/stable/c/8c6443bb9257b780986fb67ec08565bf48ecb8d7 - Patch | |
| References | () https://git.kernel.org/stable/c/b6ae482f88654db407c8c17619d4b62959b903ef - Patch | |
| References | () https://git.kernel.org/stable/c/e08d75753db17aa943d7622f09d9c217b5bfd3b8 - Patch | |
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | CWE-416 |
01 Jun 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
30 May 2026, 11:17
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.8 |
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-19 13:16
NVD link : CVE-2026-46056
Mitre link : CVE-2026-46056
CVE.ORG link : CVE-2026-46056
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
