Skip to content

Misinterpretation of malicious XML input

Moderate
karfau published GHSA-5fg8-2547-mr8q Jul 27, 2021

Package

npm xmldom (npm)

Affected versions

<= 0.6.0

Patched versions

@xmldom/xmldom@>=0.7.0

Description

Impact

xmldom versions 0.6.0 and older do not correctly escape special characters when serializing elements removed from their ancestor. This may lead to unexpected syntactic changes during XML processing in some downstream applications.

Patches

Update to one of the fixed versions of @xmldom/xmldom (>=0.7.0)

See issue #271 for the status of publishing xmldom to npm or join #270 for Q&A/discussion until it's resolved.

Workarounds

Downstream applications can validate the input and reject the maliciously crafted documents.

References

Similar to this one reported on the Go standard library:

For more information

If you have any questions or comments about this advisory:

  • Open an issue in xmldom/xmldom
  • Email us: send an email to all addresses that are shown by npm owner ls @xmldom/xmldom

Severity

Moderate

CVE ID

CVE-2021-32796

Weaknesses