Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-39353

9.4 · CRITICAL
Published Nov 2, 2022 xmldom_project CWE-20 EPSS 1.23% (67th pctl)

Overview

CVE-2022-39353 is a critical-severity vulnerability affecting xmldom_project xmldom. It was published on November 2, 2022 and has a CVSS 3.1 base score of 9.4 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.4, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) `DOMParser` and `XMLSerializer` module. xmldom parses XML that is not well-formed because it contains multiple top level elements, and adds all root nodes to the `childNodes` collection of the `Document`, without reporting any error or throwing. This breaks the assumption that there is only a single root node in the tree, which led to issuance of CVE-2022-39299 as it is a potential issue for dependents. Update to @xmldom/xmldom@~0.7.7, @xmldom/xmldom@~0.8.4 (dist-tag latest) or @xmldom/xmldom@>=0.9.0-beta.4 (dist-tag next). As a workaround, please one of the following approaches depending on your use case: instead of searching for elements in the whole DOM, only search in the `documentElement`or reject a document with a document that has more then 1 `childNode`.

Remediation

Check the references section for vendor advisories and patches from xmldom_project. Update xmldom to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
xmldom_project xmldom >= 0, < 0.6.0 Affected

Frequently Asked Questions

What is CVE-2022-39353?

CVE-2022-39353 is a critical-severity vulnerability affecting xmldom_project xmldom. It was published on November 2, 2022 and has a CVSS 3.1 base score of 9.4 (CRITICAL).

How severe is CVE-2022-39353?

This vulnerability has a CVSS 3.1 base score of 9.4, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2022-39353?

Check the references section for vendor advisories and patches from xmldom_project. Update xmldom to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-39353?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-39353 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.