A web application's logs indicate an attacker successfully performed an XML External Entity (XXE) injection. What was likely the source of this vulnerability?
XXE is caused by parsers that allow the processing of external entities, often enabled by default in older configurations.
Why this answer
XXE occurs when an XML parser is configured to resolve external entities, allowing access to local files.