Configuration: Stored XSS Injection¶
Identifier:
stored_xss
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner | ASM Scanner |
|---|---|---|---|
Description¶
Stored XSS vulnerabilities occur when user input is not properly checked and ends up being saved into a database, letting malicious code sneak in.
A malicious user can insert a script into the database, which may be reflected and executed by other users.
References:
Configuration¶
Example¶
Example configuration:
Reference¶
skip¶
Type : boolean
Skip the test if true.