Easy reports
Sensitive information leak via Referrer header
Sensitive information (ex: password reset token) leak via Referrer header
Example :
- Request password reset to your email address
- Click on the password reset link
- Dont change password
- Click any 3rd party websites(eg: Facebook, twitter)
- Intercept the request in burpsuite proxy-
- Check if the referer header is leaking password reset token.
Source : book.hacktricks.xyz
nOtWASP bottom 10: vulnerabilities that make you cry
- Autocomplete=off not set
- Missing httponly flag
- Tabnabbing
- Missing security headers
- Ex-XSS
- CVE-XXXX Unspecified vulnerability in unspecified component
- CSV Injection with no impact
- Missing rate-limit/CAPTCHA
- Useless information disclosure (ex: Apache version)
- Excessive concurrent sessions
Source : portswigger.net