Stored XSS (Cross-Site Scripting) occurs when malicious scripts are permanently stored on target servers and later displayed to users who access affected pages. This type of XSS is particularly dangerous as it affects all visitors to the compromised page. Prevention requires proper input validation, output encoding, and content security policies.
You might also be looking for