Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-68304

8.8 · HIGH
Published Dec 16, 2025 EPSS 0.23% (13th pctl)

Overview

CVE-2025-68304 is a high-severity vulnerability. It was published on December 16, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2025-68304?

CVE-2025-68304 is a high-severity vulnerability. It was published on December 16, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2025-68304?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-68304?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-68304?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-68304 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.