Improper Authorization in imran300/inventory
Reported on
Sep 4th 2021
✍️ Description
A designer user can deactivate any other users IDOR.
🕵️♂️ Proof of Concept
go to this url when logging in as a Designer.
http://localhost:8000/inventory/index.php/Users/deactiveStatus/10
and then you can see that a user with id 10
will be deactivated.
💥 Impact
This vulnerability is capable of deactivate any user.
Occurrences
I didn't change the default Group permissions and also check them to didn't have the desired permissions.