CVE-2015-0072
EXPLOITEDInternet Explorer 9-11 - Universal Cross-Site Scripting via IFRAME Redirect and WindowProxy Eval
Title source: llmExploitation Summary
CVE-2015-0072 has been observed exploited in the wild (reported by VulnCheck KEV).
EIP tracks 2 public exploits from researchers including dbellavista, David Leo, filedescriptor, joev, sinn3r, including a Metasploit module auxiliary/gather/ie_uxss_injection.
AI-analyzed exploit summary This is a functional Proof of Concept for CVE-2015-0072, a Universal Cross-Site Scripting (UXSS) vulnerability in Microsoft Internet Explorer. The exploit uses frame manipulation and JavaScript injection to steal cookies from targeted websites that do not set the `x-frame-options` header.
Description
Cross-site scripting (XSS) vulnerability in Microsoft Internet Explorer 9 through 11 allows remote attackers to bypass the Same Origin Policy and inject arbitrary web script or HTML via vectors involving an IFRAME element that triggers a redirect, a second IFRAME element that does not trigger a redirect, and an eval of a WindowProxy object, aka "Universal XSS (UXSS)."
Exploits (2)
This is a functional Proof of Concept for CVE-2015-0072, a Universal Cross-Site Scripting (UXSS) vulnerability in Microsoft Internet Explorer. The exploit uses frame manipulation and JavaScript injection to steal cookies from targeted websites that do not set the `x-frame-options` header.
This Metasploit module exploits a UXSS vulnerability in Internet Explorer 10 and 11 (CVE-2015-0072) by injecting JavaScript to steal cookies from a target URI. It uses iframe manipulation and postMessage to bypass same-origin policy.