Lab 03 Security Misconfiguration - Muamaidbengt/juice-shop GitHub Wiki
Security Misconfiguration
Challenge "Provoke an error that is not very gracefully handled"
Attempt to login with an incorrectly formatted email address
Go to the login form.
Enter ' as the email
Enter any password.
Attempt to log in.
Notice the error message.
Questions
What did the error message tell you?
If you have time, see if you can provoke error messages in other places or with different input the Juice Shop to see what information you may obtain from the error messages.
What is the risk to the Juice Shop in this scenario?
What is the risk to a general web app in this type of scenario?