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.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Accessing the ISO socket pointer in the Bluetooth ISO subsystem without acquiring the necessary lock creates a race condition that can cause a null or stale dereference, leading to a kernel fault and system crash. The CVE does not provide evidence of privilege escalation; its primary effect is the loss of availability due to a kernel panic triggered during a Bluetooth ISO connection attempt.

Affected Systems

Linux kernel releases that include the Bluetooth ISO code before the commit that added lock_sock in iso_connect_ind remain affected. The change is present in recent kernel updates; older or custom builds that have not applied the patch are vulnerable.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity. The EPSS score of <1% suggests low current exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is not explicitly documented; it may be local or could potentially be remote if an attacker can trigger a Bluetooth ISO connection with sufficient proximity. The required race condition and the need to manipulate the Bluetooth stack make exploitation more complex, yielding a moderate risk of successful attack but high impact if the fault occurs.

Generated by OpenCVE AI on August 17, 2026 at 14:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that contains the patch adding lock_sock in iso_connect_ind
  • If an upgrade cannot be performed immediately, disable the Bluetooth ISO subsystem or unload the ISO socket handling module to prevent untrusted connections from reaching the vulnerable code path
  • Turn off Bluetooth entirely or restrict device scanning and pairing to trusted devices to reduce the likelihood of a trigger

Generated by OpenCVE AI on August 17, 2026 at 14:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-476

Mon, 17 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-476

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-476

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
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.
Title Bluetooth: ISO: lock sk in iso_connect_ind
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:48:26.644Z

Reserved: 2026-08-15T05:44:03.913Z

Link: CVE-2026-74538

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:59.137

Modified: 2026-08-17T06:19:50.917

Link: CVE-2026-74538

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74538 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T14:30:06Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-476

    NULL Pointer Dereference