Definition: Stored Cross-Site Scripting (XSS) occurs when user input is stored on the server (e.g., in a database) and then displayed back to other users without proper sanitization. This can be exploited to execute malicious scripts whenever the data is viewed.