cve/2021/CVE-2021-26117.md

20 lines
1014 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-26117](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26117)
![](https://img.shields.io/static/v1?label=Product&message=Apache%20ActiveMQ&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=Apache%20ActiveMQ%20Artemis%3C%202.16.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-287%20Improper%20Authentication&color=brighgreen)
### Description
The optional ActiveMQ LDAP login module can be configured to use anonymous access to the LDAP server. In this case, for Apache ActiveMQ Artemis prior to version 2.16.0 and Apache ActiveMQ prior to versions 5.16.1 and 5.15.14, the anonymous context is used to verify a valid users password in error, resulting in no check on the password.
### POC
#### Reference
- https://www.oracle.com//security-alerts/cpujul2021.html
- https://www.oracle.com/security-alerts/cpuApr2021.html
- https://www.oracle.com/security-alerts/cpuoct2021.html
#### Github
No PoCs found on GitHub currently.