CVE-2026-74529
Received Received - Intake

Bluetooth UAF Fix in Linux Kernel

Vulnerability report for CVE-2026-74529, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a theoretical Use-After-Free (UAF) vulnerability in the Linux kernel's Bluetooth subsystem. It occurs in the hci_sync component when a connection (conn) is freed while the hci_sync task is still running. The issue is mitigated by holding a reference count to prevent premature freeing of the connection.

Detection Guidance

This vulnerability is specific to the Linux kernel's Bluetooth subsystem and involves a potential use-after-free (UAF) condition in the hci_sync task. Detection requires kernel-level inspection rather than network commands. Check kernel logs for Bluetooth-related errors or crashes using dmesg | grep -i bluetooth. Verify if your kernel version includes the fix by running uname -r and comparing against patched versions.

Impact Analysis

If exploited, this vulnerability could lead to memory corruption or crashes in the Linux kernel, potentially causing system instability or denial-of-service conditions. It may also enable unauthorized access or privilege escalation if an attacker can trigger the UAF scenario.

Compliance Impact

This vulnerability is a use-after-free (UAF) issue in the Linux kernel's Bluetooth subsystem. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection and privacy rather than kernel memory management flaws.

Mitigation Strategies

Update your Linux kernel to the latest patched version to resolve this Bluetooth UAF vulnerability in hci_sync.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74529. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart