XSS
« Back to Glossary Index
XSS (Cross-Site Scripting) is a security vulnerability in which an attacker can inject malicious scripts (usually JavaScript) into a trusted website. When other users visit the page, the malicious code is executed in their browser. This can lead to session theft, cookie theft, or actions being performed on behalf of the user.
« Back to Dictionary Index