Self XSS
Self XSS is a term used for when a XSS vuln only effects the user who injects the payload. If you come across this type of vulnerability it needs to be combined with other vulns to create impact. A good place to start is CSRF login/logout where you try to force a logout then login to another attacker account.
An example of a SelfXSS combined with CSRF: Uber vuln
Last updated
Was this helpful?