← back to room
CSRF
Account Login
Scenario
SecurePanel lets logged-in users change their email from a simple POST form. The form has no one-time token or referrer check. Change the account email without using the legitimate UI flow.
Your approach
- Log in with the provided demo credentials on the account panel.
- Use dev tools or an intercepting proxy to capture the email change request.
- Replay the POST from curl or a self-made HTML form without session UI.
- Confirm the email updates and the lab displays a success flag.
- Submit the flag shown after the change.
SecurePanel
Self-service account console
Login
Demo accounts: admin / admin and ben / ben.