Bluetooth Vulnerability in Linux Kernel Affects Multiple Versions
CVE-2026-74534

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
15 August 2026

What is CVE-2026-74534?

In the Linux kernel, a vulnerability related to Bluetooth has been identified, specifically impacting the handling of ISO connections. A race condition exists between the functions iso_conn_del() and iso_chan_del(), which could lead to a double put on iso_conn. When iso_chan_add() fails, the associated iso_conn may not link to any socket (sk), triggering an unintentional use-after-free (UAF) vulnerability. This issue has been addressed by restructuring the ownership of the reference count, ensuring that iso_conn_del() no longer requires an additional put operation. Proper adjustments have also been made to the refcounting mechanism in iso_conn_add() to resolve this potential risk.

Affected Version(s)

Linux dc26097bdb864a0d5955b9a25e43376ffc1af99b < 3b921533e8aa95b77aadcf31737595578e735f3c

Linux dc26097bdb864a0d5955b9a25e43376ffc1af99b < 8208b4939afb0a1977fffe902c3ca42fe0f3baaa

Linux dc26097bdb864a0d5955b9a25e43376ffc1af99b

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.