Loading HuntDB...

Failed to validate Session after Password Change

Low
U
UPchieve
Submitted None
Reported by mr_sparrow

Vulnerability Details

Technical details and impact analysis

Insufficient Session Expiration
While conducting my research I discovered that the application Failed to validate session after password change. In this scenario changing the password doesn't destroys the other sessions which are logged in with old passwords in another browser. ## Steps To Reproduce: 1) Login with the same account in Chrome and Firefox Simultaneously 2) Change the pass in Chrome Browser 3) Go to firefox and Update any information, information will be update. --------> If attacker login with firefox and user know his password stolen so even user change their password, his account remain insecure and attacker have full access of victim account. ## Mitigation When some change in user password, each and every active sessions that belongs to that particular account must be destroyed! I would like to recommend you to add a process that asks users whether user want to close all open sessions or not right after changing password. So there is two way, either you let users to choose if they want to keep active sessions or just destroy every active sessions when an users change his/her password! ## Impact If attacker have user password and logged in different places, As other sessions is not destroyed, attacker will be still logged in your account even after changing password, cause his session is still active.. Malicious actor can complete access your account till that session expires! So, your account remains insecure even after the changing of password

Report Details

Additional information and metadata

State

Closed

Substate

Duplicate

Submitted

Weakness

Insufficient Session Expiration