0.0
NA
CVE-2026-74535
Bluetooth: ISO: avoid deadlocks in iso_sock_timeout
Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid deadlocks in iso_sock_timeout iso_sock_timeout() takes lock_sock, so sync disabling the timer while holding that lock may deadlock. iso_sock_timeout() may also run concurrently with iso_conn_del(), which leads to UAF [Task 1] [Task hdev->workqueue] iso_sock_timeout iso_conn_del iso_conn_hold_unless_zero iso_chan_del `------------> iso_conn_put caller frees hcon iso_conn_put iso_conn_free conn->hcon->iso_data = NULL; /* UAF */ Fix the deadlock by removing the disable from the lock_sock sections. Move the timer from iso_conn to iso_pinfo to decouple it from iso_conn which may need to be freed in lock_sock section. Convert some of the clear_timer to disable_timer.

INFO

Published Date :

Aug. 15, 2026, 1:17 p.m.

Last Modified :

Aug. 15, 2026, 1:17 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-74535 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Resolve race conditions and potential deadlocks by adjusting timer handling and decoupling related structures.
  • Adjust timer handling in iso_sock_timeout.
  • Move timer from iso_conn to iso_pinfo.
  • Convert clear_timer to disable_timer.
References to Advisories, Solutions, and Tools
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-74535 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-74535 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-74535 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-74535 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 15, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'a58d0f5dac322e16cc75334d000666512341bde5', 'lessThan': '16d89a63e08280abeef7218970a3bbd7ca62b021', 'versionType': 'git'}, {'status': 'affected', 'version': 'dc26097bdb864a0d5955b9a25e43376ffc1af99b', 'lessThan': '82e982f54f962f72646868ddbb2c3bd9ea178568', 'versionType': 'git'}, {'status': 'affected', 'version': 'dc26097bdb864a0d5955b9a25e43376ffc1af99b', 'lessThan': '3c3d5f85db80145636bb991a6005e2760012b985', 'versionType': 'git'}, {'status': 'affected', 'version': 'dc26097bdb864a0d5955b9a25e43376ffc1af99b', 'lessThan': '200fa1629c57a3ca2b03d3ca63fd3a9bfd910c43', 'versionType': 'git'}, {'status': 'affected', 'version': 'f53e7489273dc2bb307bf50f319b3762d45534f0', 'versionType': 'git'}, {'status': 'affected', 'version': '6.12.2', 'lessThan': '6.12.103', 'versionType': 'semver'}, {'status': 'affected', 'version': '6.11.11', 'lessThan': '6.12', 'versionType': 'semver'}], 'programFiles': ['net/bluetooth/iso.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.13'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.13', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.12.103', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.44', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.8', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc6', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['net/bluetooth/iso.c'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid deadlocks in iso_sock_timeout iso_sock_timeout() takes lock_sock, so sync disabling the timer while holding that lock may deadlock. iso_sock_timeout() may also run concurrently with iso_conn_del(), which leads to UAF [Task 1] [Task hdev->workqueue] iso_sock_timeout iso_conn_del iso_conn_hold_unless_zero iso_chan_del `------------> iso_conn_put caller frees hcon iso_conn_put iso_conn_free conn->hcon->iso_data = NULL; /* UAF */ Fix the deadlock by removing the disable from the lock_sock sections. Move the timer from iso_conn to iso_pinfo to decouple it from iso_conn which may need to be freed in lock_sock section. Convert some of the clear_timer to disable_timer.
    Added Reference https://git.kernel.org/stable/c/16d89a63e08280abeef7218970a3bbd7ca62b021
    Added Reference https://git.kernel.org/stable/c/200fa1629c57a3ca2b03d3ca63fd3a9bfd910c43
    Added Reference https://git.kernel.org/stable/c/3c3d5f85db80145636bb991a6005e2760012b985
    Added Reference https://git.kernel.org/stable/c/82e982f54f962f72646868ddbb2c3bd9ea178568
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.