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

Password reset with 2FA enabled #274

Open
gronke opened this issue Aug 18, 2021 · 0 comments
Open

Password reset with 2FA enabled #274

gronke opened this issue Aug 18, 2021 · 0 comments

Comments

@gronke
Copy link
Contributor

gronke commented Aug 18, 2021

When a user resets their password via email reset link method while 2 Factor Authentication is enabled, it is possible to set a new account password without entering a valid 2FA token. Existing user sessions are terminated, so that an adversary with access to a users mail account can cause Denial of Service.

Current Behavior

1.) receive password reset email
2.) enter new password + confirmation
3.) save new password

Expected Behavior

1.) receive password reset email
2.) enter new password + confirmation
3.) enter valid 2FA token
4.) save new password

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

1 participant