Details | |
---|---|
Alert ID | 10030 |
Alert Type | Passive |
Status | release |
Risk | Informational |
CWE | 20 |
WASC | 20 |
Technologies Targeted | All |
Tags |
CWE-20 OWASP_2017_A01 OWASP_2021_A03 |
More Info |
Scan Rule Help |
Summary
This check looks at user-supplied input in query string parameters and POST data to identify where Content-Type or meta tag charset declarations might be user-controlled. Such charset declarations should always be declared by the application. If an attacker can control the response charset, they could manipulate the HTML to perform XSS or other attacks. For example, an attacker controlling the element charset value is able to declare UTF-7 and is also able to include enough user-controlled payload early in the HTML document to have it interpreted as UTF-7. By encoding their payload with UTF-7 the attacker is able to bypass any server-side XSS protections and embed script in the page.