CVE-2025-68304
中文标题:
(暂无数据)
英文标题:
Bluetooth: hci_core: lookup hci_conn on RX path on protocol side
漏洞描述
中文描述:
(暂无数据)
英文描述:
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: lookup hci_conn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hci_conn* is not concurrently modified/deleted. This locking appears to be leftover from before conn_hash started using RCU commit bf4c63252490b ("Bluetooth: convert conn hash to RCU") and not clear if it had purpose since then. Currently, there are code paths that delete hci_conn* from elsewhere than the ordered hdev->workqueue where the RX work runs in. E.g. commit 5af1f84ed13a ("Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync") introduced some of these, and there probably were a few others before it. It's better to do the locking so that even if these run concurrently no UAF is possible. Move the lookup of hci_conn and associated socket-specific conn to protocol recv handlers, and do them within a single critical section to cover hci_conn* usage and lookup. syzkaller has reported a crash that appears to be this issue: [Task hdev->workqueue] [Task 2] hci_disconnect_all_sync l2cap_recv_acldata(hcon) hci_conn_get(hcon) hci_abort_conn_sync(hcon) hci_dev_lock hci_dev_lock hci_conn_del(hcon) v-------------------------------- hci_dev_unlock hci_conn_put(hcon) conn = hcon->l2cap_data (UAF)
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Linux | Linux | cd55c13bbb3d093ae601aa97e588ed4c1390ebb1 | - | - |
cpe:2.3:a:linux:linux:cd55c13bbb3d093ae601aa97e588ed4c1390ebb1:*:*:*:*:*:*:*
|
| Linux | Linux | 4d3ca4a9aaf0aa798a6be372dc0fc3a29e37dd57 | - | - |
cpe:2.3:a:linux:linux:4d3ca4a9aaf0aa798a6be372dc0fc3a29e37dd57:*:*:*:*:*:*:*
|
| Linux | Linux | 80265dd1d944c3f33e52375b5dbe654980bd2688 | - | - |
cpe:2.3:a:linux:linux:80265dd1d944c3f33e52375b5dbe654980bd2688:*:*:*:*:*:*:*
|
| Linux | Linux | 6.6 | - | - |
cpe:2.3:a:linux:linux:6.6:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
NOT_EXTRACTED
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-68304 |
2025-12-19 03:24:49 | 2026-01-12 02:12:29 |
| NVD | nvd_CVE-2025-68304 |
2025-12-19 03:25:39 | 2026-01-12 02:28:13 |
版本与语言
安全公告
变更历史
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']