CVE-2026-72334: Bluetooth: ISO: fix malformed ISO_END/CONT handling

Published Aug 15, 2026
·
Updated

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

Bluetooth: ISO: fix malformed ISOEND/CONT handling

Core specification (Part C vol 4 sec 5.4.5) does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last.

If controller sends malformed sequence

ISOSTART -> rxlen = 4, ISOCONT skb->len 4, ISOSTART

that ends payload in ISOCONT, we leak conn->rxskb. If controller sends too long ISOEND, we panic on skbput. If controller sends too short ISOEND we accept it.

Fix by marking unfinished ISOSTART via conn->rxskb != NULL. Check skb->len properly before skbput. Combine the ISOCONT/END code paths as they require the same initial checks. Reject too short ISOEND packets.

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Linux kernel Bluetooth ISO handling to a version that resolves this vulnerability.

    Patch Reject too short ISO_END
  2. Configuration

    Combine the ISO_CONT/END code paths and fix malformed ISO_END/CONT handling by marking unfinished ISO_START via conn->rx_skb != NULL.

    Linux kernel Bluetooth ISO_CONT/ISO_END handling = combined ISO_CONT/END code paths
  3. Configuration

    Reject too short ISO_END packets (we currently reject them only if they are last, but they should be rejected as they require the same initial checks).

    Linux kernel Bluetooth ISO_END validation = reject too short ISO_END
  4. Configuration

    Ensure skb->len is properly set before skb_put to prevent payload-ending ISO_CONT leaks (conn->rx_skb) and to avoid panic when ISO_END is too long.

    Linux kernel Bluetooth skb->len / skb_put usage = ensure skb->len checked before skb_put

Event History

Aug 15, 2026
CVE Published
via MITRE·05:55 AM
Data Sourced
via MITRE·05:55 AM
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.

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