Home / Vulnerability Database / Kotlin : XQuery injection
Kotlin

Kotlin : 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 Kotlin : XQuery injection in your application?

See also

Kotlin

Kotlin : Missing required cryptographic step

Kotlin

Kotlin : Logging into system output

Kotlin

Kotlin : Call of notify() in synchronized block