Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / XSS

XSS

XSS

Great Reads

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Jason Sultana
This article discusses Cross Site Scripting (XSS), and focuses on stored and unstored XSS attacks.
by Steve 262877418
Solve XSS attack both on Client and Server side
by CdnSecurityEngineer
Cross site scripting and the way that it can creep into our programs and what different cross site scripting input strings look like

Latest Articles

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Jason Sultana
This article discusses Cross Site Scripting (XSS), and focuses on stored and unstored XSS attacks.
by Steve 262877418
Solve XSS attack both on Client and Server side
by CdnSecurityEngineer
Cross site scripting and the way that it can creep into our programs and what different cross site scripting input strings look like

All Articles

Sort by Score

XSS 

by Steve 262877418
Solve XSS attack both on Client and Server side
by Christ Akkermans
A conservative white list based HTML sanitizer using rules. Suitable for restricting document markup, sanitizing comments with limited markup and protection against XSS attacks.
by Steve 262877418
Cross Site Scripting introduction