Cross-Site Request Forgery (CSRF) in dolibarr/dolibarr
Reported on
Jul 21st 2021
✍️ Description
CSRF bug to close a project
🕵️♂️ Proof of Concept
Here it does not check token parameter for csrf .You can remove token paramater from url. bellow request is vulnerable to csrf attack when closing a project .
https://demo.dolibarr.org/projet/card.php?id=1432&action=confirm_close&confirm=yes
💥 Impact
csrf attack