CVE-2026-83618

Source
https://cve.org/CVERecord?id=CVE-2026-83618
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-83618.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-83618
Aliases
  • GHSA-vr34-hp96-76pp
Downstream
Published
2026-09-01T14:49:46.201Z
Modified
2026-09-04T11:30:35.344043647Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
xmldom: requireWellFormed DocType publicId/systemId validation is bypassable via an embedded line terminator
Details

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. From 0.9.10 until 0.9.12, the requireWellFormed: true serializer validates DocumentType.publicId and DocumentType.systemId with PubidLiteralmatch and SystemLiteralmatch expressions produced by reg() in lib/grammar.js, which inherit the multiline flag. A complete valid literal on the first line can therefore satisfy the matcher while U+000A, U+000D, U+2028, or U+2029 and breakout markup remain in the emitted

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/83xxx/CVE-2026-83618.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-625",
        "CWE-91"
    ]
}
References

Affected packages

Git / github.com/xmldom/xmldom

Affected ranges

Type
GIT
Repo
https://github.com/xmldom/xmldom
Events
Database specific
Show details
{
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0.9.10"
        },
        {
            "fixed": "0.9.12"
        }
    ]
}

Affected versions

0.*
0.9.10
0.9.11

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-83618.json"