CVE Catalog

CVE-2026-74539

HighCVSS 8.0
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

16th percentile - higher than 16% of all known CVEs

Summary

In the Linux kernel, Bluetooth ISO function iso_sock_getname does not hold the socket lock when accessing the conn field, leading to a race condition and potential use-after-free.

Risk Assessment

Missing lock can cause system crash or malfunction of the Bluetooth stack.

Recommendation

Apply the patch that adds lock_sock and proper release in iso_sock_getname.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS