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

18 lines
852 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-25954](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25954)
![](https://img.shields.io/static/v1?label=Product&message=dolibarr&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3E%3D%202.8.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-284%20Improper%20Access%20Control&color=brighgreen)
### Description
In “Dolibarr” application, 2.8.1 to 13.0.4 dont restrict or incorrectly restricts access to a resource from an unauthorized actor. A low privileged attacker can modify the Private Note which only an administrator has rights to do, the affected field is at “/adherents/note.php?id=1” endpoint.
### POC
#### Reference
- https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25954
#### Github
No PoCs found on GitHub currently.