CVE-2026-15460
Last modified
CVE-2026-15460 is a medium-severity vulnerability rated 5.4/10 on the CVSS scale. The Bluetooth Classic (BR/EDR) L2CAP receive handler bt_l2cap_br_recv() in subsys/bluetooth/host/classic/l2cap_br.c dispatched inbound data PDUs based only on the destination channel ID, without checking that the target channel had reached the BT_L2CAP_CONNECTED state. A dynamic channel is assigned its RX CID and added to the connection's channel list while still in BT_L2CAP_CONNECTING (and later BT_L2CAP_CONFIG) — before configuration completes and, for PSMs that require security, before the peer is authenticated (l2cap_br_conn_req()). Because the channel is already findable by bt_l2cap_br_lookup_rx_cid() during this window, a remote peer within radio range can send a data PDU addressed to that CID and have it processed on a not-yet-established channel. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
The Bluetooth Classic (BR/EDR) L2CAP receive handler bt_l2cap_br_recv() in subsys/bluetooth/host/classic/l2cap_br.c dispatched inbound data PDUs based only on the destination channel ID, without checking that the target channel had reached the BT_L2CAP_CONNECTED state. A dynamic channel is assigned its RX CID and added to the connection's channel list while still in BT_L2CAP_CONNECTING (and later BT_L2CAP_CONFIG) — before configuration completes and, for PSMs that require security, before the peer is authenticated (l2cap_br_conn_req()). Because the channel is already findable by bt_l2cap_br_lookup_rx_cid() during this window, a remote peer within radio range can send a data PDU addressed to that CID and have it processed on a not-yet-established channel. The dispatch keys off channel fields (BR_CHAN(chan)->rx.mode, rx.mps) that are only initialized during configuration by l2cap_br_conf(); since channel objects are pooled and bt_l2cap_br_chan_del() does not reset rx.mode or the reassembly buffer _sdu, a reused channel can carry stale state into the CONNECTING window and route the frame into the retransmission/flow-control path (bt_l2cap_br_ret_fc_recv()) with stale parameters and a possibly stale _sdu pointer. The impact is delivery of attacker data to upper-layer protocol handlers on a half-open (and possibly unauthenticated) channel, plus operation on stale or partially initialized channel state on reused channel objects — leading to channel/link teardown (denial of service) and, in the stale-_sdu case, a dangling-pointer condition. The fix adds an explicit BR_CHAN(chan)->state < BT_L2CAP_CONNECTED guard that drops any data received before the channel is fully connected.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| zephyrproject | zephyr | >= 1.6.0, < 4.4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-15460?
How severe is CVE-2026-15460?
How do I fix CVE-2026-15460?
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-15452The Smash Balloon Social Photo Feed – Easy Social Feeds Plug…4.7
- CVE-2026-15453The KiviCare – Clinic & Patient Management System (EHR) plug…6.5
- CVE-2026-15457The Kirki – Freeform Page Builder, Website Builder & Customi…4.9
- CVE-2026-15458The SEO Booster plugin for WordPress is vulnerable to generi…4.9
- CVE-2026-15459The WPMU DEV Dashboard plugin for WordPress is vulnerable to…8.1
- CVE-2026-1546A security vulnerability has been detected in jishenghua jsh…9.8
- CVE-2026-15461The Sierra Wireless HL78xx modem GNSS driver (drivers/modem/…5.3
- CVE-2026-15462The Sticky Chat Widget plugin for WordPress is vulnerable to…7.5
- CVE-2026-15463The SSL Zen — SSL Certificate Installer & HTTPS Redirects pl…6.1
- CVE-2026-15464The WP Hotel Booking plugin for WordPress is vulnerable to S…6.4
- CVE-2026-15467A flaw was found in the trustyai-service-operator's LMEvalJo…8.1
- CVE-2026-15469The use of hard-coded cryptographic key vulnerability has be…7.7
Are you affected by CVE-2026-15460?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
