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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-12520— Zephyr 缓冲区错误漏洞

一分钟漏洞结论

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

Zephyr是Zephyr组织开源的一款面向物联网的实时操作系统。 Zephyr 2.4.0版本至4.4.2之前版本存在缓冲区错误漏洞,该漏洞源于Sierra Wireless HL7800蜂窝调制解调器驱动解析AT响应时对缓冲区长度验证不当,可能导致栈缓冲区溢出和单字节越界写入,攻击者可利用该漏洞在内核上下文中执行代码或导致系统崩溃。

CVSS 6.4 · Medium EPSS 0.21% · P11

影响版本矩阵 1

厂商产品 版本范围状态
zephyrproject zephyr 2.4.0< 4.4.2 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Stack buffer overflow and off-by-one writes in Zephyr HL7800 modem AT response handlers
来源: CVE Program / CVE List V5
Vulnerability Description
The Sierra Wireless HL7800 cellular modem driver (drivers/modem/vendor_standalone/hl7800.c, located at drivers/modem/hl7800.c in v4.4.0 and earlier) parses AT responses with roughly twenty handlers that call net_buf_linearize(value, sizeof(value), *buf, 0, len) into a 128-byte stack buffer and then write value[out_len] = 0. Because net_buf_linearize() (lib/net_buf/buf.c) can return a count equal to its destination-length argument, a field that exactly fills the buffer makes the terminating NUL land one byte past the end, a single-byte out-of-bounds write into adjacent stack memory. The +KCELLMEAS cell-measurement handler on_cmd_atcmdinfo_rssi() is worse: it passed the wire length len as the destination size (net_buf_linearize(value, len, *buf, 0, len)), so a response line longer than 128 bytes overflows the value stack buffer with attacker-influenceable content. The line length comes from net_buf_findcrlf(), which accumulates bytes across the whole net_buf fragment chain and is not bounded to 128, so an over-long line reaches the defect. The data originates from the cellular modem over UART, driven by the network: operator-scan results, +CGCONTRDP IP/DNS info, socket indications, and +KCELLMEAS neighbour-cell reports. An attacker able to shape what the modem emits — a rogue base station, a compromised modem baseband, or a remote peer feeding oversized response framing — can drive a line past 128 bytes. The handlers run in the driver's RX thread in kernel context, so the corruption is kernel-side. The +KCELLMEAS path is a full stack buffer overflow whose worst case is code execution in kernel context and whose floor is a reliable crash; the remaining sites are single-byte NUL out-of-bounds writes. Exploitation requires the modem to emit an over-long AT response line, giving high attack complexity over an adjacent (cellular radio) vector. The fix passes sizeof(dst) - 1 (and correct explicit bounds for the IMSI and +KCELLMEAS sites) so the terminator always stays in bounds.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:H/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
Zephyr 缓冲区错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Zephyr是Zephyr组织开源的一款面向物联网的实时操作系统。 Zephyr 2.4.0版本至4.4.2之前版本存在缓冲区错误漏洞,该漏洞源于Sierra Wireless HL7800蜂窝调制解调器驱动解析AT响应时对缓冲区长度验证不当,可能导致栈缓冲区溢出和单字节越界写入,攻击者可利用该漏洞在内核上下文中执行代码或导致系统崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · zephyrproject · 2026-08-18 · 共 3 条

CVE-2026-12631 6.5 MEDIUM Zephyr Project Zephyr 授权问题漏洞
CVE-2026-12632 6.5 MEDIUM Zephyr Project Zephyr 缓冲区错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-12520

暂无评论


发表评论