Cross-Site Request Forgery (CSRF) in bigprof-software/online-invoicing-system

Valid

Reported on

Jun 27th 2021


✍️ Description

The app/admin/pageDeleteGroup.php?groupID=<x> does not have a CSRF protection. This could be used by attackers to trick the admin to delete a group from their invoice system.

🕵️‍♂️ Proof of Concept

For this attack to work, a logged in admin, should visit the POC page.

<html>
<body>
<a href="http://<host>/online-invoicing-system-4.8/app/admin/pageDeleteGroup.php?groupID=<group_id>">Click Here !</a>
</body>
</html>

When a logged in user clicks the link a group is entirely deleted.

💥 Impact

This vulnerability is capable of deleting groups from the platform.

Fix

Introduce a CSRF token in the request.

References

We have contacted a member of the bigprof-software/online-invoicing-system team and are waiting to hear back 2 years ago
BigProf Software validated this vulnerability 2 years ago
Oomb has been awarded the disclosure bounty
The fix bounty is now up for grabs
BigProf Software marked this as fixed with commit e822cb 2 years ago
BigProf Software has been awarded the fix bounty
This vulnerability will not receive a CVE
BigProf
2 years ago

Maintainer


Thanks :)

to join this conversation