LDAP Injection
LDAP Injection is a type of security vulnerability that can occur in web applications that use Lightweight Directory Access Protocol (LDAP) for authentication and/or authorization. It is a form of injection attack similar to SQL injection, but instead of targeting a database, it targets an LDAP server.
Payloads
Errors
When testing for LDAP Injection, sometimes only an error will be output in the response. For example, the error code 0x80005000
:
References
Last updated