云虫漏洞库

CVE-2026-42338 - ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.1.1, Address6.group() and Address6.link() do not HTML-escape attacker-controlled content before embedding it in the HTML strings they return, and AddressError.parseMessage (emitted by the Address6 constructor for invalid input) can contain unescaped attacker-controlled content in one branch. An application that (1) passes untrusted input to Address6 and (2) renders the output - 漏洞详情

漏洞编号:CVE-2026-42338

风险等级:中危

漏洞来源:CVE

CVE 编号:CVE-2026-42338

CNNVD 编号:-

厂商/产品:beaugunderson / ip-address

影响范围:cpe:2.3:a:beaugunderson:ip-address:*:*:*:*:*:node.js:*:*

CWE:CWE-79

发布/更新时间:2026-05-12 / 2026-08-28

漏洞描述

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.1.1, Address6.group() and Address6.link() do not HTML-escape attacker-controlled content before embedding it in the HTML strings they return, and AddressError.parseMessage (emitted by the Address6 constructor for invalid input) can contain unescaped attacker-controlled content in one branch. An application that (1) passes untrusted input to Address6 and (2) renders the output of these methods, or the thrown error's parseMessage, as HTML (e.g. via innerHTML) is vulnerable to cross-site scripting. This vulnerability is fixed in 10.1.1.

相关链接

相关漏洞

« 返回首页