vendor:
Internet Explorer
by:
Peter 'corelanc0d3r' Van Eeckhoutte
9,3
CVSS
HIGH
Memory Corruption
119
CWE
Product Name: Internet Explorer
Affected Version From: Microsoft Internet Explorer 9
Affected Version To: Microsoft Internet Explorer 9
Patch Exists: YES
Related CWE: CVE-2014-4050
CPE: a:microsoft:internet_explorer:9
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
2014
Microsoft Internet Explorer 9 Memory Corruption Vulnerability
A specially crafted webpage can cause Microsoft Internet Explorer 9 to reallocate a memory buffer in order to grow it in size. The original buffer will be copied to newly allocated memory and then freed. The code continues to use the freed copy of the buffer. An attacker would need to get a target user to open a specially crafted webpage. Disabling JavaScript should prevent an attacker from triggering the vulnerable code path. If an attacker was able to cause MSIE to allocate 0x40 bytes of memory and have some control over the contents of this memory before MSIE reuses the freed memory, there is a chance that this issue could be used to execute arbitrary code.
Mitigation:
Disabling JavaScript should prevent an attacker from triggering the vulnerable code path.