TARGET: app.novatrust-bank.com (simulated)
You are a penetration tester conducting a white-box web application assessment against NovaTrust Online Banking. The client has provided test credentials and wants you to evaluate their fund transfer feature for CSRF vulnerabilities. You are logged in as test user [email protected].
| Item | Detail |
|---|---|
| Target | app.novatrust-bank.com |
| Test user | [email protected] |
| Account | NT-441829 |
| Balance | $12,450.00 |
| Scope | Fund transfer feature ONLY |
| Out of scope | Login, account creation, admin panel |
Cross-Site Request Forgery tricks a logged-in user's browser into sending a forged request to a site they are authenticated with. Because the browser automatically sends session cookies, the server cannot distinguish the forged request from a legitimate one — unless the application uses anti-CSRF controls.