What Is Cross-site Scripting?
Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject malicious code into webpages viewed by other users. When a user views the page, the malicious code is executed by the web browser, resulting in the execution of the attacker’s code. Cross-site scripting is a …