CWE-643βImproper Neutralization of Data within XPath Expressions ('XPath Injection')
PUBLISHEDweakness recordHigh
released 2008-01-30 Β· last modified 2025-12-11
Metadata
Weakness Name
Improper Neutralization of Data within XPath Expressions ('XPath Injection')
Description
The product uses external input to dynamically construct an XPath expression used to retrieve data from an XML database, but it does not neutralize or incorrectly neutralizes that input. This allows an attacker to control the structure of the query.
The net effect is that the attacker will have control over the information selected from the XML database and may use that ability to control application flow, modify logic, retrieve unauthorized data, or bypass important checks (e.g. authentication).