monstra-cms / monstra

THIS PROJECT IS NOT SUPPORTED ANYMORE! Check FLEXTYPE.ORG
http://flextype.org
MIT License
396 stars 123 forks source link

Session Management in users #443

Open nikhil1232 opened 6 years ago

nikhil1232 commented 6 years ago

Session Management Issue in Users tab

link: http://localhost/monstra/users/1/edit

You need two browsers for exploitation 1)Go to users settings in both the browsers 2)update your password in one browser and click on save 3)Now move to other browser and try to add some information like name and all.

i.e it is not asking for reauthentication after password change..

The other browser doesnt log you out because of password change..Thus an attacker can edit any information... If an attacker had already logged in once..No matter how many times the victim changes his password, the attacker would be able to access the victim's account.

Refer to owasp for session management