1 matches found
GHSA-CRH6-FP67-6883 xmldom allows multiple root nodes in a DOM
Impact 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 ...