XSS
Cross-Site Scripting XSS Explained
Cross-Site Scripting allows attackers to inject malicious scripts into web pages viewed by other users, leading to session hijacking and data theft. Types of XSS Reflected XSS: Script comes from the current HTTP request via malicious links. Stored XSS: Script permanently stored on the target server affecting all viewers. DOM-Based