vendor:
Internet Explorer
by:
Jean Pascal Pereira
7,5
CVSS
HIGH
Cross Site Scripting Filter Bypass
79
CWE
Product Name: Internet Explorer
Affected Version From: Internet Explorer 9
Affected Version To: Internet Explorer 9
Patch Exists: YES
Related CWE: N/A
CPE: a:microsoft:internet_explorer
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2012
Internet Explorer 9 XSS Filter Bypass
The Internet Explorer 9 offers a feature to eliminate suspicious pattern passed to the website by a parameter. This trick may be known to some of you. Internet Explorer allows stripping tags by inserting nullbytes. For example, the following string will be executed: 3C 73 00 63 72 69 70 74 3E 61 6C 65 72 74 28 31 29 3C 2F 73 00 63 72 69 70 74 3E. However, we won't be able to insert the nullbytes directly in the URI. The solution is to use the "chr" function.
Mitigation:
Ensure that all user-supplied input is properly validated and sanitized before being used in any web application.