CyberRota Analysis
AI-GeneratedDOMPurify versions prior to 3.4.13 are vulnerable to a cross-site scripting (XSS) flaw in their IN_PLACE sanitization process, allowing attackers to inject malicious HTML with event handlers that can execute post-sanitization. This vulnerability can lead to unauthorized script execution in web applications, potentially compromising user data and session integrity. Developers and security teams utilizing affected versions should prioritize updates to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
DOMPurify before 3.4.13 contains a cross-site scripting vulnerability in IN_PLACE sanitization where element-removal hooks fail to neutralize detached subtrees. Attackers can supply HTML with event handlers on descendant elements that execute after sanitization completes, even though the returned root appears clean.