CVE-2026-74537
Last modified
CVE-2026-74537 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in iso_conn_ready sk deref in iso_conn_ready 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 iso_conn_ready(). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in iso_conn_ready sk deref in iso_conn_ready 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 iso_conn_ready(). Also recheck after lock_sock that the socket is still valid. Adjust locking so conn->sk is cleared only under lock_sock.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 27c24fda62b601d6f9ca5e992502578c4310876f, < 4e9b5e8669b3602a4e01b6d1e9539b72e42c84d5; >= 27c24fda62b601d6f9ca5e992502578c4310876f, < 1308d72903d792d10b82bc4ef08b8a4452308b04; >= 27c24fda62b601d6f9ca5e992502578c4310876f, < 0d255e63fcf3f13a570d7ac11678fa1164ac015c |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74537?
How severe is CVE-2026-74537?
How do I fix CVE-2026-74537?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74531In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74532In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74533In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74534In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74535In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74536In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74538In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74539In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-7454A maliciously crafted WRL file, when parsed through Autodesk…7.8
- CVE-2026-74540In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74541In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74542In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74537?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
