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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-71402— wicked DHCPv4选项解析器越界读取漏洞

一分钟漏洞结论

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

在 wicked 的 DHCPv4 数据包捕获代码中发现了一个越界读取(out-of-bounds read)漏洞。具体而言, 中的 函数错误地使用了 IP 报文的总长度(IP total length)作为 UDP 负载长度,而非实际剩余的 UDP 负载长度。这导致 DHCPv4 客户端( )中的 DHCP 选项遍历逻辑会尝试读取超出 1500 字节接收缓冲区末尾最多 字节(即最多 68 字节)的数据。因此,同一网络中经过认证或未认证的攻击者若能发送精心构造的 DHCP/UDP 数据包,就可以让客户端将相邻堆内存

CVSS 5.4 · Medium

可能的 ATT&CK 技术 1 AI

T1190.002
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
wicked: out-of-bounds read in the DHCPv4 option parser due to payload length taken from the IP total length
来源: CVE Program / CVE List V5
Vulnerability Description
An out-of-bounds read was found in the DHCPv4 packet capture code of wicked. ni_capture_inspect_udp_header() in src/capture.c reports the IP total length as the payload length instead of the length of the remaining UDP payload. Consequently, the DHCP option walker in the DHCPv4 client (wickedd-dhcp4) reads up to ihl + 8 bytes — at most 68 bytes — past the end of the 1500-byte packet receive buffer. An unauthenticated attacker on the same network who sends a crafted DHCP/UDP packet can make the client parse adjacent heap memory as DHCP options, so that heap contents such as allocator metadata or pointer values can be interpreted into lease fields. The over-read is bounded to 68 bytes; no memory write, no attacker control over the adjacent bytes and no remote exfiltration primitive has been demonstrated. This issue affects wicked up to and including version 0.6.80.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
SUSE wicked 0 ~ 0.6.80 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-71402

暂无评论


发表评论