vendor:
N/A
by:
mc2_s3lector
7,5
CVSS
HIGH
LDAP Injection
90
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
LDAP Injection
LDAP Injection is an attack technique used to exploit web applications that construct LDAP statements based on user input. An attacker can use LDAP injection to bypass authentication, access, modify and delete data within the LDAP tree.
Mitigation:
Input validation should be used to detect and reject malicious input. Sanitize user input by using parameterized queries, stored procedures, and/or whitelists.