logo
Home/CWEs/CWE-652/

CWE-652 - Improper Neutralization of Data within XQuery Expressions ('XQuery Injection')

  • Abstraction:Base
  • Structure:Simple
  • Status:Incomplete
  • Release Date:2008-01-30
  • Latest Modification Date:2023-06-29

Weakness Name

Improper Neutralization of Data within XQuery Expressions ('XQuery Injection')

Description

The product uses external input to dynamically construct an XQuery 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).

Common Consequences

Scope: Confidentiality

Impact: Read Application Data

Notes: An attacker might be able to read sensitive information from the XML database.

Related Weaknesses

CWE-91XML Injection (aka Blind XPath Injection)

CWE-943Improper Neutralization of Special Elements in Data Query Logic