A vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users.
Cross-Site Scripting (XSS) is a client-side code injection attack where an attacker injects malicious scripts into content that is served to other users.
| Type | Persistence | Vector |
|---|---|---|
| Reflected XSS | Non-persistent | URL parameters, search queries |
| Stored XSS | Persistent | Database, comments, profiles |
| DOM-based XSS | Client-side | JavaScript DOM manipulation |
KaliGPT can analyze your web application code for XSS vulnerabilities and suggest fixes. Use 0Day Coder to build automated XSS scanners.
A code injection technique that exploits security vulnerabilities in database queries.
An attack that forces authenticated users to submit unwanted requests to a web application.
A standard awareness document listing the top 10 most critical web application security risks.