DOM-Based cross-site scripting (XSS)
Description
The web application generates dynamic web content from the client side without validating the origin of the potentially malicious data.
Impact
Generate web pages that could contain malicious scripts injected into untrusted data.
Recommendation
Perform server-side and client-side input data validation to avoid the most common script injection attacks.
Threat
Unauthorized attacker from the Internet.
Expected Remediation Time
⏱️ 90 minutes.
Requirements
173 - Discard unsafe inputsRules
Javascript Dom Stored XssJavascript Use Of Bypass Security TrustJavascript Dangerously Set InnerhtmlTypescript Dangerously Set InnerhtmlTypescript Dom Stored XssJavascript Client Dom XssTypescript Client Dom XssTypescript Use Of Bypass Security TrustTypescript Innerhtml With Untrusted InputJavascript Innerhtml With Untrusted Input