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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 5.0 · Medium EPSS 0.16% · P6

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Out-of-bounds stack read and write in Zephyr WNC-M14A2A modem socket-notify parsing
来源: CVE Program / CVE List V5
Vulnerability Description
The WNC-M14A2A LTE-M modem driver mishandles unsolicited %NOTIFYEV: events in on_cmd_socknotifyev() (drivers/modem/vendor_standalone/wncm14a2a.c). The response line is linearized into a fixed 40-byte stack buffer via net_buf_linearize(), which caps the copy at 39 bytes and returns out_len <= 39. The two quote-delimiter scanning loops, however, were bounded by len — the full CR/LF-delimited frame length returned by net_buf_findcrlf() — rather than by out_len. When a %NOTIFYEV: line longer than 39 bytes contains no " within the linearized region, the loop indices p1/p2 walk past value[39] and read adjacent stack memory until a stray quote byte is found or the index reaches len. The over-read string is then passed to strncmp()/atoi()/LOG_*, and if a quote byte is found out of bounds the subsequent value[p2] = '\0' performs a single-NUL out-of-bounds stack write at an attacker-influenced offset. The %NOTIFYEV: payload carries network-derived content (LTIME network time, SIB1 base-station system information, CSPS/RRCSTATE), so a rogue cellular base station, a malicious or compromised modem module, or RF manipulation that induces an over-long notify line reaches the defect without any application interaction; the handler runs automatically on the unsolicited event in the modem RX thread. The impact is out-of-bounds stack disclosure (into logs and parsing) and stack corruption that can crash the modem RX thread (denial of service). The write offset is only weakly controlled, so memory-safe code execution is not demonstrated. The fix bounds both scanning loops by out_len, keeping all accesses within the linearized buffer.
来源: 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:L
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存写
来源: CVE Program / CVE List V5
Vulnerability Title
Zephyr 缓冲区错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Zephyr是Zephyr组织开源的一款面向物联网的实时操作系统。 Zephyr 1.13.0版本至4.4.2之前版本存在缓冲区错误漏洞,该漏洞源于WNC-M14A2A LTE-M modem driver在on_cmd_socknotifyev()函数中未正确处理未请求的%NOTIFYEV事件,边界检查不严导致越界读取和写入,可能造成栈信息泄露及调制解调器RX线程崩溃(拒绝服务)。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 1.13.0 ~ 4.4.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · zephyrproject · 2026-08-17 · 共 4 条

CVE-2026-97718.8 HIGHZephyr Project Zephyr 缓冲区错误漏洞
CVE-2026-126294.6 MEDIUMZephyr 资源管理错误漏洞
CVE-2026-126304.3 MEDIUMZephyr 缓冲区错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-12519

暂无评论


发表评论