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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-10680— zephyrproject zephyr 缓冲区错误漏洞

CVSS 7.6 · High EPSS 0.11% · P2

影响版本矩阵 2

厂商产品版本范围状态
zephyrprojectzephyr4.2.0< 4.3.1affected
4.4.0≤ 4.4.1affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Out-of-bounds access in Zephyr BR/EDR L2CAP configuration request handling via `uint16_t` length underflow
来源: CVE Program / CVE List V5
Vulnerability Description
The Classic (BR/EDR) L2CAP signaling handlers l2cap_br_conf_req() and l2cap_br_conf_rsp() in subsys/bluetooth/host/classic/l2cap_br.c validated the minimum command size against buf->len (the bytes remaining in the whole received PDU) instead of len (the per-command data length from the L2CAP signaling header). Because multiple signaling commands can be packed into one PDU, buf->len may exceed a command's len. An attacker can send a CONF_REQ command with a header length smaller than the configuration-request structure (e.g. 0), followed by another command so that buf->len still satisfies the check. The check then passes incorrectly and opt_len = len - sizeof(*req) underflows the uint16_t to a near-0xFFFF value. The configuration-option loop, which lacks an opt_len-versus-buf->len guard, then walks far past the end of the pooled ACL receive buffer using net_buf pull primitives that perform no runtime bounds check, producing an out-of-bounds read of host memory and, when the out-of-bounds option bytes encode an MTU or flush-timeout option, an out-of-bounds write. The BR/EDR signaling channel is processed before pairing/encryption and an L2CAP channel to an L0 service such as SDP can be opened without pairing, so an unauthenticated peer within radio range that can establish an ACL connection can trigger the flaw, leading to memory corruption and denial of service (host/device crash). The defect is present in released versions including v4.4.0. The fix validates against len instead of buf->len in both handlers.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
来源: CVE Program / CVE List V5
Vulnerability Title
zephyrproject zephyr 缓冲区错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
zephyrproject zephyr是zephyrproject组织开源的一款实时操作系统内核。 zephyrproject zephyr 4.2.0至4.3.1之前版本和4.4.0至4.4.1及之前版本存在缓冲区错误漏洞,该漏洞源于Classic (BR/EDR) L2CAP信号处理程序l2cap_br_conf_req()和l2cap_br_conf_rsp()中,使用buf->len代替len验证最小命令大小,导致opt_len下溢,未经身份验证的攻击者可在无线电范围内建立ACL连接后触发越界读
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 4.2.0 ~ 4.3.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-10680 补丁与修复 (1)

CVE-2026-10680 厂商安全公告 (1)

同批安全公告 · zephyrproject · 2026-07-21 · 共 6 条

CVE-2026-106788.1 HIGHzephyrproject zephyr 异常处理不当漏洞
CVE-2026-106776.5 MEDIUMzephyrproject zephyr 资源管理错误漏洞
CVE-2026-106745.5 MEDIUMzephyrproject zephyr 异常处理不当漏洞
CVE-2026-106754.3 MEDIUMzephyrproject zephyr 资源管理错误漏洞
CVE-2026-106793.3 LOWzephyrproject zephyr 数字错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10680

暂无评论


发表评论