CVE-2026-74537

Source
https://cve.org/CVERecord?id=CVE-2026-74537
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74537.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74537
Downstream
Published
2026-08-15T12:27:49.668Z
Modified
2026-08-18T03:56:50.645352474Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Bluetooth: ISO: hold sk properly in iso_conn_ready
Details

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

Bluetooth: ISO: hold sk properly in isoconnready

sk deref in isoconnready must be done either under conn->lock, or holding a refcount, to avoid concurrent close. conn->sk is currently accessed without either:

[Task 1]            [Task 2]
                    iso_sock_release
iso_conn_ready
  sk = conn->sk
                      lock_sock(sk)
                        conn->sk = NULL
  lock_sock(sk)
                      release_sock(sk)
                      iso_sock_kill(sk)
   UAF on sk deref

Fix possible UAF by holding sk refcount in isoconnready(). Also recheck after locksock that the socket is still valid. Adjust locking so conn->sk is cleared only under locksock.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74537.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
27c24fda62b601d6f9ca5e992502578c4310876f
Fixed
4e9b5e8669b3602a4e01b6d1e9539b72e42c84d5
Fixed
1308d72903d792d10b82bc4ef08b8a4452308b04
Fixed
0d255e63fcf3f13a570d7ac11678fa1164ac015c

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74537.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74537.json"