Web Application Security - 2018
Subject: Web Application Security
Topics:
Topics:
- Owasp #6: Unvalidated forwards and Redirects
- Example: When an attacker sends you a link, with malicious site embedded in URL to redirect.
- www.mysite.com/login?page=www.hackersite.co.au
- You might follow the link and use the web application after login, without looking at the URL and page redirecting to, where hackersite.co.au resembles the mysite.com
- This is also referred as Open redirect vulnerabilities