Exploitation Summary
EIP tracks 1 public exploit for CVE-2008-2949. PoCs published by Eduardo Vela.
AI-analyzed exploit summary This exploit leverages a cross-domain scripting vulnerability in Microsoft Internet Explorer by manipulating the location of a frame from a different domain, bypassing the same-origin policy. It uses JavaScript to change the frame's location and execute arbitrary code via DOM components.
Description
Cross-domain vulnerability in Microsoft Internet Explorer 6 and 7 allows remote attackers to change the location property of a frame via the String data type, and use a frame from a different domain to observe domain-independent events, as demonstrated by observing onkeydown events with caballero-listener. NOTE: according to Microsoft, this is a duplicate of CVE-2008-2947, possibly a different attack vector.
Exploits (1)
This exploit leverages a cross-domain scripting vulnerability in Microsoft Internet Explorer by manipulating the location of a frame from a different domain, bypassing the same-origin policy. It uses JavaScript to change the frame's location and execute arbitrary code via DOM components.