Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reset links aren't invalidated after they are used #46

Open
g-k opened this issue Apr 4, 2016 · 2 comments
Open

reset links aren't invalidated after they are used #46

g-k opened this issue Apr 4, 2016 · 2 comments

Comments

@g-k
Copy link

g-k commented Apr 4, 2016

As far as I can tell, password reset links aren't invalidated or expired after they are used:

multi-reset

The reset token is equivalent to a password since it allows anyone who knows it to set a new password. Invalidating the reset token after it is used limits the duration of its validity, which is particularly important for long expiration windows like the 2 day default for this package.

Of course, by all means, once a user's password has been reset, the randomly-generated token should no longer be valid.

https://www.owasp.org/index.php/Forgot_Password_Cheat_Sheet#Step_3.29_Send_a_Token_Over_a_Side-Channel (end of paragraph)

@steven-mercatante
Copy link

This is a major issue.

@prafulbagai
Copy link

prafulbagai commented Jul 7, 2016

Any plans on fixing this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants