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 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 CdnSecurityEngineer
Cross site scripting and the way that it can creep into our programs and what different cross site scripting input strings look like
by Shivprasad koirala
In this blog we will try to understand how we can prevent and fine tune XSS(Cross Site Security) security attacks in ASP.NET MVC.
by Jason Sultana
Protecting an ASP.NET Web API from XSS
by Sander Rossel
The fifth in a series on web development.
by CdnSecurityEngineer
How to exploit XSS attack vectors in a variety of ways and their consequences