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

Description#

The XMLInputFactory is configured to allow external entities, which makes it vulnerable to XML External Entity (XXE) attacks. This can happen if the ‘isSupportingExternalEntities’ or ‘SUPPORT_DTD’ properties are set to true.

Impact#

If exploited, attackers could read sensitive files from the server, perform server-side requests to internal systems, or cause denial of service. This puts confidential data, system integrity, and availability at risk.