Description
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ISO: lock sk in iso_sock_getname

Accessing iso_pi(sk)->conn requires lock_sock, which is not held here.

Fix by adding the lock/release.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel fails to hold the socket lock when accessing iso_pi(sk)->conn inside iso_sock_getname, creating a race condition that can allow an attacker to read or modify kernel memory. This flaw undermines the integrity of the Bluetooth ISO stack and could result in memory corruption or a kernel crash if exploited. The vulnerability stems from incorrect locking of a shared socket structure, a classic concurrency weakness.

Affected Systems

All Linux kernels running an unpatched implementation of iso_sock_getname are affected. The specific versions are not listed, so any distribution that has not applied the upstream patch that adds the missing lock remains at risk. Systems exposing the Bluetooth ISO layer are the primary target.

Risk and Exploitability

The missing lock allows a race condition that requires precise timing on Bluetooth ISO traffic. Based on the description, an attacker could issue crafted packets over a Bluetooth connection to trigger the race, potentially leading to a denial‑of‑service or memory corruption. EPSS data is unavailable and the flaw is not in the CISA KEV catalog, suggesting limited public exploitation. Nevertheless, the concurrent nature of the bug means it can be exploited by a local or remote attacker with Bluetooth access, raising the risk of kernel instability or privilege escalation if an exploit is crafted.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that contains the commit adding the missing lock in iso_sock_getname.
  • If a kernel update cannot be applied immediately, disable the Bluetooth ISO subsystem or unload the corresponding kernel modules to prevent the race from being triggered.
  • Restrict Bluetooth connectivity to trusted devices and enforce firewall or ACL rules to minimize the chance of an attacker sending malicious ISO packets.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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_sock_getname Accessing iso_pi(sk)->conn requires lock_sock, which is not held here. Fix by adding the lock/release.
Title Bluetooth: ISO: lock sk in iso_sock_getname
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-15T12:27:50.902Z

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

Link: CVE-2026-74539

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-15T13:17:59.233

Link: CVE-2026-74539

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T14:30:10Z

Weaknesses

No weakness.