Home / Vulnerability Database / Kotlin : Unsafe LDAP access control
Kotlin
Kotlin : Unsafe LDAP access control
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
OWASP ASVS
CWE/SANS Top 25 2011
Overview
In the absence of the correct access control the execution of LDAP query with a parameter controlled by the user may give an attacker unauthorized access to LDAP directories.
LDAP is an application-level protocol for accessing and maintaining distributed directory information services (X.500 directory service). If LDAP query is based on data from an untrusted source (e.g., user input) and the data do not pass validation, an attacker can modify the query and execute it with the application rights.
LOW
DerScanner Severity Score
Do you want to fix Kotlin : Unsafe LDAP access control in your application?
See also
Kotlin
Kotlin : Missing required cryptographic step
Kotlin
Kotlin : Logging into system output
Kotlin
