CVE-2009-2544 : Detail

CVE-2009-2544

Directory Traversal
A01-Broken Access Control
0.26%V3
Network
2009-07-20
16h00 +00:00
2017-09-18
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name 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.

Metrics

Metrics Score Severity CVSS Vector Source
V2 6.8 AV:N/AC:L/Au:S/C:C/I:N/A:N 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 : 9093

Publication date : 2009-07-08 22h00 +00:00
Author : joepie91
EDB Verified : 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

      References

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