Bug 2527520 - CVE-2026-83607 kf6-breeze-icons: xmldom: Cross-site scripting via unvalidated element name injection [fedora-all]
Summary: CVE-2026-83607 kf6-breeze-icons: xmldom: Cross-site scripting via unvalidated...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: kf6-breeze-icons
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Neal Gompa
QA Contact:
URL:
Whiteboard: {"flaws": ["eb115355-646d-4424-9230-0...
Depends On:
Blocks: CVE-2026-83607
TreeView+ depends on / blocked
 
Reported: 2026-09-02 15:08 UTC by Joel Chamberlain
Modified: 2026-09-02 15:08 UTC (History)
3 users (show)

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


Attachments (Terms of Use)

Description Joel Chamberlain 2026-09-02 15:08:16 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.14 and 0.9.11, and in xmldom version 0.6.0 and earlier, Document.createElement(tagName) stores an unvalidated element name and XMLSerializer.serializeToString() emits that name verbatim. The requireWellFormed: true path did not validate the element qualified name or synthesized xmlns:PREFIX declaration, so attacker-controlled tag names could inject attributes, elements, or processing instructions into serialized XML or HTML and could cause cross-site scripting when browser-consumed. The unchecked values violate the XML QName constraint, and default serialization and creation-time createElement() behavior remain permissive. This issue is fixed in @xmldom/xmldom versions 0.8.14 and 0.9.11; no fixed version is available for xmldom.


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