DOMPurify contains a Cross-site Scripting vulnerability
Moderate severity
GitHub Reviewed
Published
Mar 3, 2026
to the GitHub Advisory Database
•
Updated Mar 27, 2026
Package
Affected versions
>= 3.1.3, <= 3.3.1
>= 2.5.3, <= 2.5.8
Patched versions
3.3.2
2.5.9
Description
Published by the National Vulnerability Database
Mar 3, 2026
Published to the GitHub Advisory Database
Mar 3, 2026
Reviewed
Mar 4, 2026
Last updated
Mar 27, 2026
DOMPurify 3.1.3 through 3.3.1 and 2.5.3 through 2.5.8, fixed in 2.5.9 and 3.3.2, contain a cross-site scripting vulnerability that allows attackers to bypass attribute sanitization by exploiting five missing rawtext elements (noscript, xmp, noembed, noframes, iframe) in the
SAFE_FOR_XMLregex. Attackers can include payloads like</noscript><img src=x onerror=alert(1)>in attribute values to execute JavaScript when sanitized output is placed inside these unprotected rawtext contexts.References