Home / Vulnerability Database / Kotlin : Unsafe database connection (getConnection)
Kotlin

Kotlin : Unsafe database connection (getConnection)

Overview

The application connects to the database using getConnection with a parameter obtained from an untrusted source.

Unsafe database connection attacks (Security Misconfiguration) take the sixth place in the OWASP Top 10 2017 web application vulnerabilities ranking.

By sending specific arguments to the ConnectionType.getConnection function via XMLRPC an attacker can trigger a remote code execution condition. An attacker can leverage this vulnerability to execute code under the context of the current process.

MEDIUM

DerScanner Severity Score

Do you want to fix Kotlin : Unsafe database connection (getConnection) 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