CVE-2009-2544 : Détail

CVE-2009-2544

Directory Traversal
A01-Broken Access Control
0.97%V4
Network
2009-07-20
16h00 +00:00
2017-09-18
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Directory traversal vulnerability in the Marcelo Costa FileServer component 1.0 for Microsoft Windows Live Messenger and Messenger Plus! Live (MPL) allows remote authenticated users to list arbitrary directories and read arbitrary files via a .. (dot dot) in a pathname.

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 6.8 AV:N/AC:L/Au:S/C:C/I:N/A:N nvd@nist.gov

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 : 9093

Date de publication : 2009-07-08 22h00 +00:00
Auteur : joepie91
EDB Vérifié : Yes

########################################### Windows Live Messenger Plus! FileServer 1.0 ########################################### Found by joepie91 The FileServer script allows a user using Windows Live Messenger Plus! to share a defined folder and its subfolders and files with a contact. Authentication is done using a user-defined username and password. I have found a vulnerability in this script, which allows for downloading of EVERY file on the same disk as the defined folder ("root folder"), even outside the root folder. The script can be found at http://www.msgpluslive.nl/scripts/view/65-FileServer/ The normal procedure is to use !login to log in, !dir to list files, and !cd to select a folder. This is an example of a normal communication: > !login username password < Login succeeded. > !dir < [directory listing goes here] > !cd music < OK > !get music.mp3 < [music.mp3 is sent here] However, when using ../ with the !cd command, you can actually go beyond the root folder. This is an example communication (the root directory is C:\shared\files\): > !login username password < Login succeeded. > !cd ../ < OK > !cd ../ < OK > !cd windows < OK > !dir < [here goes a directory listing of C:\windows] > !get explorer.exe < [client sends back explorer.exe, even though it doesn't have any use] This very basic vulnerability should be patched as soon as possible, to prevent abuse. # milw0rm.com [2009-07-09]

Products Mentioned

Configuraton 0

Microsoft>>Messenger_plus\!_live >> Version *

    Microsoft>>Windows_live_messenger >> Version *

    Marcelo_costa>>Fileserver >> Version 1.0

      Références

      http://www.exploit-db.com/exploits/9093
      Tags : exploit, x_refsource_EXPLOIT-DB