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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 8.1 · High EPSS 0.45% · P37

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Stack buffer overflow in `net_ipaddr_parse()` IPv4 address-with-port parsing in `subsys/net/ip/utils.c`
来源: CVE Program / CVE List V5
Vulnerability Description
parse_ipv4() in subsys/net/ip/utils.c (reached via net_ipaddr_parse() for strings of the form "a.b.c.d:port") copies the port substring into a fixed 17-byte stack buffer (char ipaddr[NET_IPV4_ADDR_LEN + 1]) using a length of str_len - end - 1, where str_len is the full, unbounded input length and end is only the (<=15-byte) offset of the ':' delimiter. Because the destination size is never consulted, a crafted address string with a long suffix after the colon (e.g. "1.2.3.4:" followed by hundreds of bytes) causes an out-of-bounds stack write whose length and contents are fully attacker-controlled (memcpy of the suffix plus a trailing NUL), enabling memory corruption and at minimum a denial of service, and potentially control-flow hijack. The parser is reached from the standard socket API (zsock_getaddrinfo / literal-address resolution), DNS server-string configuration, and the eswifi Wi-Fi co-processor DNS-response path, so an application that resolves a network-influenced address string is exposed. The bug was introduced when the parser was added (Zephyr v1.9.0) and shipped in all releases through v4.4.0. The fix removes the unbounded copy and validates the port length before copying into a small dedicated buffer. Note: the equivalent IPv6 "[addr]:port" path in parse_ipv6() retains the same unbounded copy at this commit and remains a separate, still-reachable instance of the defect.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
栈缓冲区溢出
来源: CVE Program / CVE List V5
Vulnerability Title
Zephyr Project Zephyr 缓冲区错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
zephyrproject zephyr是zephyrproject组织开源的一款实时操作系统内核。 Zephyr Project Zephyr 1.9.0之前版本和4.4.0及之前版本存在缓冲区错误漏洞,该漏洞源于parse_ipv4()函数在复制端口子字符串时未检查目标缓冲区大小,导致特制地址字符串可造成越界栈写入,从而引发内存损坏,导致拒绝服务,并可能实现控制流劫持。以下版本受到影响:1.9.0版本至4.4.0版本。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 1.9.0 ~ 4.5.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-10666 补丁与修复 (2)

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

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

CVE-2026-106677.8 HIGHZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106657.4 HIGHZephyr Project Zephyr 缓冲区错误漏洞
CVE-2026-106636.1 MEDIUMZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106645.0 MEDIUMZephyr Project Zephyr 缓冲区错误漏洞
CVE-2026-106682.4 LOWZephyr Project Zephyr 资源管理错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10666

暂无评论


发表评论