This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Testing for LDAP Injection (OTG-INPVAL-006)"
(→Brief Summary) |
(→Brief Summary) |
||
Line 2: | Line 2: | ||
== Brief Summary == | == Brief Summary == | ||
− | LDAP is an acronym for Lightweight Directory Access Protocol. | + | LDAP is an acronym for Lightweight Directory Access Protocol.<br> |
− | It is a | + | It is a paradigm to store informations about users, hosts and many other objects. |
− | |||
LDAP Injection is a server side attack, which could allow sensitive | LDAP Injection is a server side attack, which could allow sensitive | ||
− | information | + | information about |
− | users and hosts represented in an LDAP structure.<br> | + | users and hosts represented in an LDAP structure to be disclosed, modified or inserted.<br> |
− | + | This is done by manipulating input parameters afterwards passed to | |
internal search,add and modify functions. | internal search,add and modify functions. | ||
Revision as of 09:01, 7 November 2006
OWASP Testing Guide v2 Table of Contents
Brief Summary
LDAP is an acronym for Lightweight Directory Access Protocol.
It is a paradigm to store informations about users, hosts and many other objects.
LDAP Injection is a server side attack, which could allow sensitive
information about
users and hosts represented in an LDAP structure to be disclosed, modified or inserted.
This is done by manipulating input parameters afterwards passed to
internal search,add and modify functions.
Description of the Issue
...
Black Box testing and example
Testing for Topic X vulnerabilities:
...
Result Expected:
...
Gray Box testing and example
Testing for Topic X vulnerabilities:
...
Result Expected:
...
References
Whitepapers
...
Tools
...
OWASP Testing Guide v2
Here is the OWASP Testing Guide v2 Table of Contents OWASP Testing Guide v2 Table of Contents
This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.