Property
Languagejavascript
Severitymedium
CWECWE-611: Improper Restriction of XML External Entity Reference
OWASPA04:2017 - XML External Entities (XXE)
Confidence LevelMedium
Impact LevelMedium
Likelihood LevelMedium

Description#

The application passes user-supplied data directly to the XML parser (using node-expat) without proper validation or sanitization. This can allow attackers to craft malicious XML that the parser processes unsafely.

Impact#

If exploited, attackers could read sensitive files from your server, access internal resources, or trigger denial of service by abusing XML External Entity (XXE) processing. This can lead to data breaches, information leakage, or service disruption.