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

18 lines
891 B
Markdown

### [CVE-2021-25958](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25958)
![](https://img.shields.io/static/v1?label=Product&message=ofbiz-framework&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3E%3D%20v17.12.01%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-209%20Information%20Exposure%20Through%20an%20Error%20Message&color=brighgreen)
### Description
In Apache Ofbiz, versions v17.12.01 to v17.12.07 implement a try catch exception to handle errors at multiple locations but leaks out sensitive table info which may aid the attacker for further recon. A user can register with a very long password, but when he tries to login with it an exception occurs.
### POC
#### Reference
- https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25958
#### Github
No PoCs found on GitHub currently.