Cross-Site Scripting (XSS) is a vulnerability where an attacker injects malicious JavaScript into a web page viewed by other users — running in their browsers to steal data, hijack sessions, or perform actions as them. It's a common, dangerous web vulnerability, preventable with proper output handling.
Conas a oibríonn XSS
When user input is rendered into a page WITHOUT proper escaping, injected SCRIPTS run:
Welcome, <%= userInput %>
