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

目标: 1000 元 · 已筹: 1310

100%

CVE-2026-10638— Zephyr ICMPv6 RX路径使用后释放漏洞

CVSS 5.9 · Medium
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Use-after-free in Zephyr ICMPv6 RX path when updating statistics after sending an echo reply or error
来源: 美国国家漏洞数据库 NVD
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
释放后使用
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 4.2.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 MEDIUMXtensa MMU内存域关闭时使用已释放指针漏洞
CVE-2026-106375.9 MEDIUMIPv6 MLD发送路径中net_pkt使用后释放漏洞
CVE-2026-106394.8 MEDIUMICMPv4 echo-reply 包 net_pkt_iface() 使用释放后读取漏洞
CVE-2026-106404.2 MEDIUMIPv6邻居发现use-after-free漏洞
CVE-2026-106363.7 LOWZephyr IGMP发送路径Use-After-Free漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10638

暂无评论


发表评论