Home / Vulnerability Database / C-sharp : LDAP manipulation
C#
C-sharp : LDAP manipulation
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0
Overview
LDAP query injection is possible. The application executes the LDAP query containing data from an untrusted source. This can lead to data confidentiality loss or to its modification.
LDAP is an application-level protocol for accessing the X.500 directory service. If LDAP query is based on data from an untrusted source (e.g., user input) and the data does not pass validation, an attacker can modify the query and execute it with the application rights or even execute an arbitrary LDAP query.
References
MEDIUM
DerScanner Severity Score
Do you want to fix C-sharp : LDAP manipulation in your application?
See also
C#
C-sharp : JWT: None Algorithm
C#
C-sharp : Insecure data transmission: Database
C#
