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

目标: 1000 元 · 已筹: 1336 元

100%

CVE-2026-69198— Beau Gunderson ip-address 输入验证错误漏洞

一分钟漏洞结论

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

Beau Gunderson ip-address是Beau Gunderson个人开发者的一款IPv4/IPv6地址查询与管理工具。 Beau Gunderson ip-address 10.1.1版本至10.2.2之前版本存在安全漏洞,该漏洞源于isInSubnet方法在地址自身子网掩码短于参考范围掩码时短路返回false,导致特殊用途分类被绕过,可能将内部地址误判为外部地址,从而允许服务端请求伪造(SSRF)请求。

CVSS 6.9 · Medium EPSS 0.48% · P39

影响版本矩阵 1

厂商产品 版本范围状态
beaugunderson ip-address >= 10.1.1, < 10.2.2 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ip-address: a CIDR suffix on the parsed address suppresses special-use classification and can bypass SSRF and trust-boundary checks
来源: CVE Program / CVE List V5
Vulnerability Description
ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. From 10.1.1 until 10.2.2, every special-use classification method is built on isInSubnet, which short-circuits to false whenever the address's own subnet mask is shorter than the reference range's mask. That mask comes verbatim from the CIDR suffix on the parsed input, so appending a suffix such as /0 suppresses classification entirely: isLoopback(), isPrivate(), isLinkLocal(), isCGNAT(), isMulticast(), isUnspecified(), isBroadcast(), isULA(), and getType() all report an internal address as unremarkable, while correctForm() and address still return the real internal target. An application that builds a network trust-boundary decision on these checks, for example a filter intended to block Server-Side Request Forgery, or SSRF, may therefore treat an internal target as external and allow the request. The underlying bit comparison is correct, and mask(n) already returns the first n bits of the full parsed address independently of subnetMask; the defect is solely that the containment guard sits in the classification path. This issue is fixed in version 10.2.2.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
来源: CVE Program / CVE List V5
Vulnerability Title
Beau Gunderson ip-address 输入验证错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Beau Gunderson ip-address是Beau Gunderson个人开发者的一款IPv4/IPv6地址查询与管理工具。 Beau Gunderson ip-address 10.1.1版本至10.2.2之前版本存在安全漏洞,该漏洞源于isInSubnet方法在地址自身子网掩码短于参考范围掩码时短路返回false,导致特殊用途分类被绕过,可能将内部地址误判为外部地址,从而允许服务端请求伪造(SSRF)请求。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
beaugunderson ip-address >= 10.1.1, < 10.2.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

请登录查看更多情报信息。

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

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

CVE-2026-69198 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-69198

暂无评论


发表评论