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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 5.9 · Medium EPSS 0.35% · P28

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Use-after-free in Zephyr ICMPv6 RX path when updating statistics after sending an echo reply or error
来源: CVE Program / CVE List V5
Vulnerability Description
subsys/net/ip/icmpv6.c reads the network interface from a net_pkt after that packet has been handed to net_try_send_data(). In icmpv6_handle_echo_request() and net_icmpv6_send_error(), the post-send statistics update calls net_pkt_iface(reply)/net_pkt_iface(pkt) on the just-sent packet. The send path (net_try_send_data -> net_if_tx) unreferences and may free the packet back to its memory slab before returning — synchronously in the RX thread when no TX queue is configured (CONFIG_NET_TC_TX_COUNT == 0), and asynchronously the driver/L2 may already have freed it otherwise. net_pkt_iface() therefore dereferences a freed (and possibly reused) net_pkt; with CONFIG_NET_STATISTICS_PER_INTERFACE the stale iface pointer is further dereferenced and written through (iface->stats.icmp.sent++), turning the use-after-free read into a write through an attacker-influenceable pointer. The core stack already documents this hazard in net_core.c ("do not use pkt after that call") and caches iface before sending; the ICMPv6 callers did not. An unauthenticated remote attacker triggers the flaw simply by sending an ICMPv6 Echo Request (ping) or an IPv6 packet that elicits an ICMPv6 error (unknown next header, fragment reassembly timeout, destination unreachable), leading to denial of service via crash and potential memory corruption. Affected: Zephyr networking with CONFIG_NET_NATIVE_IPV6, roughly v4.2.0 through v4.4.0. The fix caches the interface pointer before sending and uses it for all statistics updates; the sibling commit 86e21665d46 fixes the identical bug in ICMPv4.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/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 4.2.0版本至4.4.0版本存在资源管理错误漏洞,该漏洞源于ICMPv6处理过程中释放后重用问题,可能导致未经身份验证的远程攻击者通过发送ICMPv6 Echo Request或IPv6数据包触发崩溃,造成拒绝服务和潜在的内存损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

CVE-2026-106356.3 MEDIUMZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106375.9 MEDIUMZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106394.8 MEDIUMZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106404.2 MEDIUMZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106363.7 LOWZephyr Project Zephyr 资源管理错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10638

暂无评论


发表评论