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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-10637— Zephyr Project Zephyr 资源管理错误漏洞

一分钟漏洞结论

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

zephyrproject zephyr是zephyrproject组织开源的一款实时操作系统内核。 Zephyr Project Zephyr 1.12.0版本至4.5.0之前版本存在资源管理错误漏洞,该漏洞源于subsys/net/ip/ipv6_mld.c:mld_send()函数在net_send_data()成功返回后读取已释放的net_pkt对象,可能导致远程拒绝服务攻击,并有可能造成内存损坏。

CVSS 5.9 · Medium EPSS 0.30% · P23

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Use-after-free of `net_pkt` in IPv6 MLD send path triggerable by a link-local MLD Query
来源: CVE Program / CVE List V5
Vulnerability Description
subsys/net/ip/ipv6_mld.c:mld_send() read the packet interface via net_pkt_iface(pkt) after net_send_data(pkt) returned successfully. Per the network stack's ownership contract (include/zephyr/net/net_core.h, and the explicit warning in subsys/net/ip/net_core.c:453-460 'do not use pkt after that call'), a successful send transfers ownership of the net_pkt and the L2 driver frees it (e.g. ethernet_send() unrefs the packet on success, subsys/net/l2/ethernet/ethernet.c:790), returning it to its k_mem_slab. The subsequent net_pkt_iface(pkt) is therefore a read of a freed object; the recovered interface pointer is then dereferenced and incremented by the per-interface statistics path (net_stats.h UPDATE_STAT/SET_STAT) when CONFIG_NET_STATISTICS_PER_INTERFACE is enabled. If the freed slot is concurrently reallocated, pkt->iface may read back as NULL (NULL-pointer dereference / crash) or as a stale/garbage pointer (stray increment write / memory corruption). The path is reachable remotely on the local link without authentication: handle_mld_query() (registered for NET_ICMPV6_MLD_QUERY) responds to a valid MLDv2 General Query (unspecified multicast address, hop limit 1) by calling send_mld_report() -> mld_send(). The result is a remotely triggerable denial of service of the networking stack, with a narrow possibility of memory corruption. The fix caches the interface in a local before sending and no longer touches the packet after net_send_data(). The IPv4/IGMP sibling (igmp_send) already used the corrected pattern.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:L/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.12.0版本至4.5.0之前版本存在资源管理错误漏洞,该漏洞源于subsys/net/ip/ipv6_mld.c:mld_send()函数在net_send_data()成功返回后读取已释放的net_pkt对象,可能导致远程拒绝服务攻击,并有可能造成内存损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
zephyrproject zephyr 1.12.0 ~ 4.5.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · zephyrproject · 2026-06-16 · 共 6 条

CVE-2026-10635 6.3 MEDIUM Zephyr Project Zephyr 资源管理错误漏洞
CVE-2026-10638 5.9 MEDIUM Zephyr Project Zephyr 资源管理错误漏洞
CVE-2026-10639 4.8 MEDIUM Zephyr Project Zephyr 资源管理错误漏洞
CVE-2026-10640 4.2 MEDIUM Zephyr Project Zephyr 资源管理错误漏洞
CVE-2026-10636 3.7 LOW Zephyr Project Zephyr 资源管理错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10637

暂无评论


发表评论