Tag: XSS


  • Explanation:Cross-Site Scripting (XSS) is a security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users. The injected script runs in the context of the user’s browser and can steal cookies, session tokens, or sensitive information or redirect users to malicious sites. XSS attacks are classified into three types: stored,…