CVE-2026-74538
Received Received - Intake

Bluetooth ISO Socket Connection Use-After-Free in Linux Kernel

Vulnerability report for CVE-2026-74538, 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: ISO: lock sk in iso_connect_ind Accessing iso_pi(sk)->conn requires lock_sock, which is not taken in the "ev3" part of iso_connect_ind. It may also be NULL if socket has transitioned away from the LISTEN/CONNECT states before locking. Fix by adding lock/release. Recheck hcon is valid after lock acquire where needed.

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 Linux kernel Bluetooth vulnerability where the iso_connect_ind function accesses iso_pi(sk)->conn without proper locking. The function does not hold lock_sock, which is required for safe access. Additionally, iso_pi(sk)->conn may be NULL if the socket transitions away from LISTEN or CONNECT states before locking. The fix involves adding lock and release operations around this access and rechecking the hcon pointer after acquiring the lock.

Detection Guidance

This vulnerability is specific to the Linux kernel's Bluetooth ISO implementation. Detection requires checking kernel logs for Bluetooth-related errors or crashes. Monitor logs with 'dmesg | grep -i bluetooth' or 'journalctl -k | grep -i bluetooth'. If the system uses affected kernel versions, look for warnings about iso_connect_ind or socket state transitions.

Impact Analysis

This vulnerability could lead to race conditions in Bluetooth ISO socket connections, potentially causing crashes, memory corruption, or unauthorized access if exploited. Systems using affected Linux kernel versions with Bluetooth functionality may experience instability or security breaches.

Compliance Impact

This vulnerability does not provide sufficient information to determine its impact on compliance with standards like GDPR or HIPAA. The issue is specific to Bluetooth ISO socket handling in the Linux kernel and does not describe data exposure or privacy risks directly relevant to these regulations.

Mitigation Strategies

Apply the latest kernel update provided by your Linux distribution to patch the Bluetooth ISO vulnerability. If immediate patching is not possible, disable Bluetooth services temporarily with 'systemctl stop bluetooth' or restrict Bluetooth functionality via kernel module blacklisting (e.g., 'modprobe -r btiso').

Chat Assistant

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

EPSS Chart