This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "XPATH Injection"

From OWASP
Jump to: navigation, search
(Related Vulnerabilities)
(Related Vulnerabilities)
Line 11: Line 11:
  
 
==Related Vulnerabilities==
 
==Related Vulnerabilities==
 
* [[Injection problem]]
 
* [[SQL injection]]
 
  
 
==Related Countermeasures==
 
==Related Countermeasures==

Revision as of 20:21, 1 September 2006

This is an Attack. To view all attacks, please see the Attack Category page.


Description

Similar to SQL Injection, XML Injection attacks occur when a web site uses user supplied information to query XML data. By sending intentionally malformed information into the web site, an attacker can find out how the xml data is structured or access data that they may not normally have access to. They may even be able to elevate their privileges on the web site if the xml data is being used for authentication (such as an xml based user file).

Examples

Related Threats

Related Attacks

Related Vulnerabilities

Related Countermeasures

Categories

This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.