Open antirais opened 11 years ago
Logged in user (editor) can change password for other users or delete them.
[Example attacks] http://localhost/system/admin/controllers/password.php POST:p=password&i=<user id>
// Delete user http://localhost/system/admin/controllers/users.php?del=<user id>
I've submitted the code to fix this...
Logged in user (editor) can change password for other users or delete them.
[Example attacks] http://localhost/system/admin/controllers/password.php POST:p=password&i=<user id>
// Delete user http://localhost/system/admin/controllers/users.php?del=<user id>