Cross-Site Scripting, or XSS is a web based vulnerability that enables injections of scripts into web pages by attackers in order to bypass access controls by attackers. It's one of the largest vulnerabilities seen on the web, accounting for more than 84% of all bugs; while also being the largest paying vulnerability, with more than $4 million dollars given in bounties in 2020 alone. These script injections can be written in any language that a browser can understand and execute (JavaScript, HTML).