目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-15460— Zephyr 蓝牙经典L2CAP接收路径状态验证缺失漏洞

一分钟漏洞结论

影响对象
zephyrproject zephyr
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

以下是这段漏洞描述信息的中文翻译: 在蓝牙经典蓝牙(BR/EDR)L2CAP 接收处理程序 (位于 )中,入站数据 PDU 的分发仅基于目标通道 ID 进行,未检查目标通道是否已达到 状态。动态通道在仍处于 (以及后续的 )阶段时,即被分配接收 CID 并加入连接的通道列表——此时配置尚未完成;对于需要安全性的 PSM,此时对端也尚未通过身份验证( )。 由于通道在此时间窗口内已可通过 找到,无线电范围内的远程对端可以向该 CID 发送数据 PDU,并使其在一个尚未建立(未完全连接)的通道上得到处理。分发逻辑依赖于

CVSS 5.4 · Medium

可能的 ATT&CK 技术 1 AI

T1210 · Exploitation of Remote Services
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-15460 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Missing channel-state validation in Zephyr Bluetooth Classic L2CAP receive path
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
在生命周期错误阶段对资源进行操作
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
zephyrproject zephyr 1.6.0 ~ 4.4.2 -

二、漏洞 CVE-2026-15460 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-15460 的情报信息

登录查看更多情报信息。

CVE-2026-15460 其他参考 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-15460

暂无评论


发表评论