CVE-2026-74528
Received Received - Intake

Bluetooth Use-After-Free in Linux Kernel

Vulnerability report for CVE-2026-74528, 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_past_sync() callback Avoids giving freed pointers to hci_conn_valid(), which kmalloc may have reused. 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 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 Linux kernel Bluetooth vulnerability where a use-after-free issue occurs in the hci_sync subsystem. The flaw involves passing a freed pointer to hci_conn_valid() which may have been reused by kmalloc, potentially leading to memory corruption or crashes.

Detection Guidance

This vulnerability is specific to the Linux kernel's Bluetooth subsystem and requires kernel-level inspection. Detection involves checking kernel logs for Bluetooth-related errors or crashes, particularly around hci_sync or hci_past_sync functions. Use commands like dmesg | grep -i bluetooth or journalctl -k | grep -i bluetooth to review kernel logs for anomalies.

Impact Analysis

An attacker could exploit this to cause system instability, crashes, or potentially execute arbitrary code in the kernel context. This may lead to denial of service or unauthorized access on affected systems using Bluetooth.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or other common standards and regulations. The issue is specific to the Linux kernel's Bluetooth subsystem and involves a memory management flaw that could lead to use-after-free scenarios. Compliance implications would depend on how the affected system is used and whether it handles sensitive data, but the vulnerability itself does not introduce regulatory non-compliance.

Mitigation Strategies

Update the Linux kernel to the latest stable version that includes the fix for CVE-2026-74528. Monitor vendor advisories for kernel updates and apply patches promptly.

Chat Assistant

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

EPSS Chart