Concept Flow - Cross-site scripting (XSS)
User inputs data
Data sent to web server
Server stores or reflects data
Web page displays data
Browser executes page content
Malicious script runs if input not sanitized
Attacker steals info or manipulates page
This flow shows how user input can travel from input to execution in a browser, leading to XSS if not properly handled.