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

目标: 1000 元 · 已筹: 1310

100%

CVE-2026-10637— IPv6 MLD发送路径中net_pkt使用后释放漏洞

CVSS 5.9 · Medium

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Use-after-free of net_pkt in IPv6 MLD send path triggerable by a link-local MLD Query
来源: 美国国家漏洞数据库 NVD
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
释放后使用
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 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-106356.3 MEDIUMXtensa MMU内存域关闭时使用已释放指针漏洞
CVE-2026-106385.9 MEDIUMZephyr ICMPv6 RX路径使用后释放漏洞
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-10637

暂无评论


发表评论