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

目标: 1000 元 · 已筹: 1310

100%

CVE-2026-10636— Zephyr IGMP发送路径Use-After-Free漏洞

CVSS 3.7 · Low

可能的 ATT&CK 技术 1AI

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

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

漏洞信息

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

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

Vulnerability Title
Use-after-free in Zephyr IPv4 IGMP send path (igmp_send)
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In Zephyr's IPv4 IGMP implementation, igmp_send() in subsys/net/ip/igmp.c read the network interface back out of the packet via net_pkt_iface(pkt) after the packet had been handed to net_send_data(). On the successful-send path the packet's last reference may already have been released by the L2 driver or by the network stack's TX handling (synchronously in the default NET_TC_TX_COUNT=0 immediate-transmit configuration), returning the net_pkt slab block to its free list. The subsequent net_pkt_iface(pkt) dereferences the freed packet, a use-after-free read; with CONFIG_NET_STATISTICS_PER_INTERFACE the resulting dangling interface pointer is further dereferenced for a statistics-counter write. The IGMP send path is reachable without authentication from inbound IPv4 IGMP membership queries addressed to 224.0.0.1 (net_ipv4_igmp_input - send_igmp_report/send_igmp_v3_report - igmp_send), as well as from local multicast join/leave/rejoin operations. Realistic impact is undefined behavior and potential denial of service (sporadic crash or stats corruption); a controllable write requires the asynchronous TX path plus a concurrent slab reuse. The flaw was introduced with IGMPv2 support and affects releases from v2.6.0 through v4.4.0. The fix caches the interface pointer before sending. Note the analogous IPv6 MLD path (mld_send in subsys/net/ip/ipv6_mld.c) retains the same unfixed pattern.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
释放后使用
来源: 美国国家漏洞数据库 NVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

CVE-2026-106356.3 MEDIUMXtensa MMU内存域关闭时使用已释放指针漏洞
CVE-2026-106385.9 MEDIUMZephyr ICMPv6 RX路径使用后释放漏洞
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漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10636

暂无评论


发表评论