48678 CVE security advisories tagged "type:xss" with AI Chinese analysis, CVSS, references and POCs.
The tag "type:xss" identifies Cross-Site Scripting, a critical web security vulnerability where attackers inject malicious scripts into trusted websites. This occurs when applications fail to properly validate or sanitize user input, allowing client-side code to execute within a victim’s browser session. The significance of XSS lies in its ability to bypass same-origin policies, enabling attackers to steal sensitive data like session cookies, credentials, or personal information, and to perform actions on behalf of the user. Typical scenarios include reflected XSS, where malicious links are sent via email or search results, and stored XSS, where scripts are permanently saved on target servers, such as in comment sections or forums. With over 48,000 associated CVEs, this widespread flaw remains a primary vector for web-based attacks, underscoring the necessity for robust input validation and output encoding practices in modern software development to protect user integrity and data confidentiality.
Vulnerabilities classified as type:xss represent 48678 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.