Home / Vulnerability Database / C-sharp : XQuery injection
C#

C-sharp : XQuery injection

Classification

OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0

Overview

XQuery injection is a variant of the classic SQL-injection. The attack vector in that case is XML database.

The application executes an XQuery expression generated on the basis of data from an untrusted source. This allows an attacker to change the semantics of the expression or execute arbitrary XQuery expressions.

MEDIUM

DerScanner Severity Score

Do you want to fix C-sharp : XQuery injection in your application?

See also

C#

C-sharp : JWT: None Algorithm

C#

C-sharp : Insecure data transmission: Database

C#

C-sharp : Only one of method Equals() and GetHashCode() defined