
self-XSS
Sign in to saveAlso known as self cross-site scripting
Self-XSS (self cross-site scripting) is a type of security vulnerability used to gain control of victims' web accounts. In a Self-XSS attack, the victim of the attack runs malicious code in their own web browser, thus exposing personal information to the attacker.
~2 min read
Encyclopedic overview
5 sectionsContents
- Overview
- History and mitigation
- Etymology
- References
- Further reading
Self-XSS (self cross-site scripting) is a type of security vulnerability used to gain control of victims' web accounts. In a Self-XSS attack, the victim of the attack runs malicious code in their own web browser, thus exposing personal information to the attacker.
== Overview ==
Excerpted from Wikipedia’s “self-XSS” article, available under the CC BY-SA 4.0 licence.