Dark Mode

Settings

Capec-250 Detail

XML Injection

Standard Software Likelihood: High

Parents: 248

Children: 83 84 228

Threats: T290

Description

An attacker utilizes crafted XML user-controllable input to probe, attack, and inject data into the XML database, using techniques similar to SQL injection. The user-controllable input can allow for unauthorized viewing of data, bypassing authentication or the front-end application for direct XML database access, and possibly altering database information.

Not present

Explore
  1. Survey the Target: Using a browser or an automated tool, an adversary records all instances of user-controllable input used to contruct XML queries

  2. Techniques
    Use an automated tool to record all instances of user-controllable input used to contruct XML queries.
    Use a browser to manually explore the website and analyze how the application processes inputs.
Experiment
  1. Determine the Structure of Queries: Using manual or automated means, test inputs found for XML weaknesses.

  2. Techniques
    Use XML reserved characters or words, possibly with other input data to attempt to cause unexpected results and identify improper input validation.
Exploit
  1. Inject Content into XML Queries: Craft malicious content containing XML expressions that is not validated by the application and is executed as part of the XML queries.

  2. Techniques
    Use the crafted input to execute unexpected queries that can disclose sensitive database information to the attacker.
  1. XML queries used to process user input and retrieve information stored in XML documents
  2. User-controllable input not properly sanitized
  1. None: No specialized resources are required to execute this type of attack.
Low
An attacker must have knowledge of XML syntax and constructs in order to successfully leverage XML Injection
Authorization Access Control Confidentiality
Gain Privileges Gain Privileges Gain Privileges
Read Data
  1. Consider an application that uses an XML database to authenticate its users. The application retrieves the user name and password from a request and forms an XPath expression to query the database. An attacker can successfully bypass authentication and login without valid credentials through XPath Injection. This can be achieved by injecting the query to the XML database with XPath syntax that causes the authentication check to fail. Improper validation of user-controllable input and use of a non-parameterized XPath expression enable the attacker to inject an XPath expression that causes authentication bypass.