CVE-2026-74536: Bluetooth: ISO: fix leaking sk after socket release

Published Aug 15, 2026
·
Updated

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

Bluetooth: ISO: fix leaking sk after socket release

isosockkill() tests !sockflag(sk, SOCKZAPPED) || sk->sksocket || sockflag(sk, SOCKDEAD) for early return, but this is always true since sockorphan(sk) sets SOCKDEAD, so the sk reference released by socket always leaks, isosockdestruct is never called.

The socket reference also leaks when isosockclose() does not set SOCKZAPPED, since isoconndel() does not call isosockkill() after zapping.

Fix by replacing SOCKDEAD by BTSKKILLED flag that is not used for something else, and locksock to ensure isosockkill() puts sk only after socket release only once. Release and isoconndel may run concurrently. Call isosockkill() from isoconndel() to clean sk up after zapping.

Remove call to isosockkill() from isosockclose(), as it's generally no-op there.

Affected Software

1 affected component
Linux Kernel Bluetooth ISO subsystem (ISO sockets)

Event History

Aug 15, 2026
CVE Published
via MITRE·12:27 PM
Data Sourced
via MITRE·12:27 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-74536?

CVE-2026-74536 has a risk severity rating of 27.

2

How do I fix CVE-2026-74536?

To fix CVE-2026-74536, update to the latest version of the Linux kernel that addresses this vulnerability.

3

What systems are affected by CVE-2026-74536?

CVE-2026-74536 affects the Bluetooth ISO subsystem in the Linux kernel.

4

What are the potential impacts of CVE-2026-74536?

CVE-2026-74536 may lead to resource leakage due to improper handling of socket flags.

5

When was CVE-2026-74536 published?

CVE-2026-74536 was published on August 15, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203