Register for the AI for Security Summit: Join Figma, Perplexity & Wiz

CVE-2025-68304
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68304 is a use-after-free (UAF) vulnerability in the Linux kernel's Bluetooth hci_core component, specifically in the packet receive (RX) path. The flaw arises from inadequate locking that fails to prevent concurrent modification or deletion of hci_conn structures, leading to a race condition between kernel tasks. It was disclosed on December 16, 2025, and affects the Linux kernel across multiple stable branches. The vulnerability carries a CVSS v3.1 base score of 7.0 (High) (Red Hat CVE, Red Hat Bugzilla).

Technical details

The root cause is a use-after-free condition (CWE-416) in the Bluetooth hci_core subsystem. The hdev lock/lookup/unlock/use pattern in the packet RX path does not guarantee that an hci_conn pointer remains valid after the lock is released, because other code paths (e.g., hci_abort_conn_sync) can delete hci_conn objects from outside the ordered hdev->workqueue. The race condition manifests when one task executes l2cap_recv_acldata(hcon) while a concurrent task runs hci_disconnect_all_sync, which calls hci_conn_del(hcon) — leaving the first task to dereference a freed hcon->l2cap_data pointer. The fix moves hci_conn lookup and associated socket-specific connection lookup into protocol receive handlers within a single critical section. The issue was discovered via syzkaller fuzzing (Red Hat Bugzilla).

Impact

Successful exploitation could allow a low-privileged local attacker to corrupt kernel memory, potentially leading to a kernel crash (denial of service), privilege escalation, or arbitrary code execution. The vulnerability affects the confidentiality, integrity, and availability of the system at a high level, as kernel memory corruption can expose sensitive data or allow an attacker to gain elevated privileges. Systems with active Bluetooth functionality are at greatest risk (Red Hat CVE, Red Hat Bugzilla).

Exploitability

There is no public proof-of-concept exploit or evidence of in-the-wild exploitation at this time. The vulnerability requires low-privileged local access and has high attack complexity due to the race condition timing requirements. The EPSS score is approximately 0.018% (0.000180), indicating a very low probability of exploitation in the near term. It is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Red Hat CVE).

Mitigation and workarounds

The primary remediation is to apply the latest Linux kernel security updates that include the fix, which moves hci_conn lookup into protocol receive handlers within a proper critical section. Ubuntu has released multiple security notices addressing this CVE: USN-8094-1 through USN-8094-5, and USN-8152-1 (Ubuntu USN-8094-1, Ubuntu USN-8152-1). As a workaround, administrators should disable Bluetooth functionality on systems where it is not required, and restrict local user access to minimize the attack surface (Red Hat CVE).

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Fixed

bookworm

linux

Affected

sid

linux: 6.17.11-1

Fixed

trixie

linux

Affected

Ubuntu

Fixed

bionic

linux

Not Affected

bionic (esm-infra)

linux

Not Affected

bionic (fips-updates)

linux-fips

Not Affected

bionic (fips)

linux-fips

Not Affected

devel

linux

Not Affected

focal

linux

Not Affected

focal (esm-infra)

linux

Not Affected

focal (fips-updates)

linux-fips

Not Affected

RHEL / CentOS

Affected

RHEL 8

Not Affected

RHEL 9

kernel-rt.src

Affected

RHEL 10

kernel.src

Affected

SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-93189HIGH8.8
  • Linux Kernel logoLinux Kernel
  • linux-aws-7.0
NoYesSep 17, 2026
CVE-2026-93188MEDIUM6.5
  • Linux Kernel logoLinux Kernel
  • linux-aws-7.0
NoYesSep 17, 2026
CVE-2026-93182NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-hwe-6.17
NoYesSep 17, 2026
CVE-2026-93181NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-nvidia-6.14
NoNoSep 17, 2026
CVE-2026-93174NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-7.0
NoYesSep 17, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management