Bug 2476810 (CVE-2026-42338) - CVE-2026-42338 ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input
Summary: CVE-2026-42338 ip-address: ip-address: Cross-site scripting via improper HTML...
Keywords:
Status: NEW
Alias: CVE-2026-42338
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2487622 2487623 2487625 2487626 2487628 2487629 2487624
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-12 21:02 UTC by OSIDB Bzimport
Modified: 2026-06-11 13:24 UTC (History)
87 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-12 21:02:40 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.