-
Notifications
You must be signed in to change notification settings - Fork 64
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
[Security Improvement]: Emails are not being verified during sign up. #334
Comments
Hey @jvJUCA |
Hello @RishabhJain0721, I removed the bug tag as this is not a bug, but an improvement to the code. For the present moment we are not interested on implementing this specific feature. We will leave this issue opened for future work. Thank you for the suggestions. |
@KarinePistili Alright thanks for the correction. |
Could I work on this Issue? |
hello @solvibrain, this issue is currently marked as future work and won't be done by now. Feel free to find another issue if you there is something you find interesting ;) |
Description 📝
There is a vulnerability in the authentication system of the project. The issue allows any random email, whether it exists or not, to be used to sign up and subsequently log in.
Link 🔗
https://retlab-dev.firebaseapp.com/signup
Steps to Reproduce 🔄
Screenshots 📸
Expected Behavior 🤔
The expected flow of control in my perspective should be like this :
Actual Behavior 😱
Environment 🌍
Additional Information ℹ️
This vulnerability could allow unauthorized users to gain access to user accounts, potentially leading to unauthorized actions, and other security incidents. Implementing email verification, would be a great mitigation step.
The text was updated successfully, but these errors were encountered: