Threats Tagged 'cve-2025-68304'
View all threats tagged with 'cve-2025-68304'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cve-2025-68304'
Click on any threat for detailed analysis and mitigation recommendations
A use-after-free vulnerability in the Linux kernel's Bluetooth subsystem (hci_core) was resolved. The issue arises from improper locking around the hci_conn lookup and usage on the RX path, which can lead to concurrent modification or deletion of hci_conn pointers. This can cause kernel crashes or potentially allow attackers to compromise system integrity. The vulnerability was reported by syzkaller and involves race conditions between connection deletion and usage. No affected versions or patch details are explicitly provided. Join the discussion | GCVE Database | 12/16/2025, 18:31:34 UTC Added: 07/30/2026, 15:50:42 UTC |
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) Join the discussion | GCVE Database | 12/16/2025, 16:16:00 UTC Added: 07/18/2026, 11:33:07 UTC |
Showing 1 to 2 of 2 results