Files
CVEs-PoC/2014/CVE-2014-0097.md
T
2024-06-18 02:51:15 +02:00

18 lines
746 B
Markdown

### [CVE-2014-0097](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0097)
![](https://img.shields.io/static/v1?label=Product&message=Spring%20Security&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Authentication%20Bypass&color=brighgreen)
### Description
The ActiveDirectoryLdapAuthenticator in Spring Security 3.2.0 to 3.2.1 and 3.1.0 to 3.1.5 does not check the password length. If the directory allows anonymous binds then it may incorrectly authenticate a user who supplies an empty password.
### POC
#### Reference
- https://www.oracle.com/security-alerts/cpuapr2022.html
#### Github
No PoCs found on GitHub currently.