cve/2021/CVE-2021-25956.md
2025-09-29 21:09:30 +02:00

18 lines
948 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2021-25956](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25956)
![](https://img.shields.io/static/v1?label=Product&message=dolibarr&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=3.3.beta1_20121221%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-284%20Improper%20Access%20Control&color=brightgreen)
### Description
In “Dolibarr” application, v3.3.beta1_20121221 to v13.0.2 have “Modify” access for admin level users to change other users details but fails to validate already existing “Login” name, while renaming the user “Login”. This leads to complete account takeover of the victim user. This happens since the password gets overwritten for the victim user having a similar login name.
### POC
#### Reference
- https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25956
#### Github
No PoCs found on GitHub currently.