Stored Cross-Site Scripting (XSS) is a type of XSS vulnerability where malicious scripts are permanently stored on the web server and executed when users visit the affected page. Unlike Reflected XSS, stored XSS does not require the victim to click on a malicious link—the script runs whenever the page loads.