CVE-2002-1217
Internet Explorer 5.5 and 6.0 - Cross-Frame Scripting via Document Property Access
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-1217. PoCs published by GreyMagic Software.
AI-analyzed exploit summary This exploit demonstrates a DOM-based vulnerability in Microsoft Internet Explorer where the 'Document' property of a frame/iframe can be accessed across domains, bypassing the Same Origin Policy. The PoC uses JavaScript to retrieve cookies from a different domain via an iframe, highlighting the lack of proper access control checks.
Description
Cross-Frame scripting vulnerability in the WebBrowser control as used in Internet Explorer 5.5 and 6.0 allows remote attackers to execute arbitrary code, read arbitrary files, or conduct other unauthorized activities via script that accesses the Document property, which bypasses <frame> and <iframe> domain restrictions.
Exploits (1)
This exploit demonstrates a DOM-based vulnerability in Microsoft Internet Explorer where the 'Document' property of a frame/iframe can be accessed across domains, bypassing the Same Origin Policy. The PoC uses JavaScript to retrieve cookies from a different domain via an iframe, highlighting the lack of proper access control checks.