Injection: Cross-Site Scripting (XSS)¶
Identifier:
xss_agent
Deprecated
This vulnerability type is no longer detected by Escape. Existing findings remain available, but no new reports will be created. A currently supported security test may cover the same underlying risk.
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner | ASM Scanner |
|---|---|---|---|
Description¶
XSS vulnerabilities occur when applications accept and process user-supplied data without adequate validation, allowing attackers to inject malicious scripts that execute in users' browsers.
How we test: We use AI-powered analysis to intelligently craft XSS payloads and test injection points. We inject various XSS payloads into request parameters and analyze responses to detect if malicious scripts are reflected back without proper sanitization, testing for both reflected and stored XSS vulnerabilities.
References:
Configuration¶
Example¶
Example configuration:
Reference¶
skip¶
Type : boolean
Skip the test if true.