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: 8 High
EPSS: < 1% Very Low
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. The EPSS score of <1% and absence from the CISA KEV catalog suggest 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 21, 2026 at 21:59 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 21, 2026 at 21:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-413
References
Metrics threat_severity

None

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-362

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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-17T05:48:27.740Z

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-17T06:19:51.040

Link: CVE-2026-74539

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74539 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T22:00:14Z

Weaknesses
  • CWE-413

    Improper Resource Locking