Lucene search
K

EtherApe RPC Packet Processing Denial of Service Vulnerability

🗓️ 08 Nov 2011 00:00:00Reported by Copyright (c) 2011 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 13 Views

EtherApe RPC Packet Processing Denial of Service Vulnerability. Successful exploitation allows remote attackers to cause a NULL pointer dereference or cause a denial of service. The flaw is due to an error in the add_conversation function in 'conversations.c' when processing specially crafted RPC packet. Upgrade to EtherApe version 0.9.12 or later, For updates refer to http://etherape.sourceforge.net/. This host is installed with EtherApe and is prone to denial of service vulnerabilities

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2011-3369
30 Sep 201117:00
cve
Cvelist
CVE-2011-3369
30 Sep 201117:00
cvelist
Debian CVE
CVE-2011-3369
30 Sep 201117:00
debiancve
EUVD
EUVD-2011-3333
7 Oct 202500:30
euvd
NVD
CVE-2011-3369
30 Sep 201117:55
nvd
OpenVAS
EtherApe RPC Packet Processing Denial of Service Vulnerability
8 Nov 201100:00
openvas
OSV
DEBIAN-CVE-2011-3369
30 Sep 201117:55
osv
Prion
Null pointer dereference
30 Sep 201117:55
prion
SUSE CVE
SUSE CVE-2011-3369
15 Feb 202305:50
susecve
Tenable Nessus
openSUSE Security Update : etherape (openSUSE-SU-2011:1176-1)
13 Jun 201400:00
nessus
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_etherape_rpc_call_parsing_dos_vuln.nasl 7823 2017-11-20 08:54:04Z cfischer $
#
# EtherApe RPC Packet Processing Denial of Service Vulnerability
#
# Authors:
# Rachana Shetty <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_impact = "Successful exploitation allows remote attackers to cause a NULL pointer
  dereference or cause a denial of service.
  Impact Level: Application";
tag_affected = "EtherApe version prior to 0.9.12";
tag_insight = "The flaw is due to an error in the add_conversation function in
  'conversations.c' when processing specially crafted RPC packet.";
tag_solution = "Upgrade to EtherApe version 0.9.12 or later,
  For updates refer to http://etherape.sourceforge.net/";
tag_summary = "This host is installed with EtherApe and is prone to denial of
  service vulnerabilities.";

if(description)
{
  script_id(802340);
  script_version("$Revision: 7823 $");
  script_cve_id("CVE-2011-3369");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"$Date: 2017-11-20 09:54:04 +0100 (Mon, 20 Nov 2017) $");
  script_tag(name:"creation_date", value:"2011-11-08 17:22:20 +0530 (Tue, 08 Nov 2011)");
  script_name("EtherApe RPC Packet Processing Denial of Service Vulnerability");


  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
  script_family("Denial of Service");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("login/SSH/success");
  script_exclude_keys("ssh/no_linux_shell");

  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_xref(name : "URL" , value : "http://secunia.com/advisories/45989");
  script_xref(name : "URL" , value : "http://etherape.sourceforge.net/NEWS.html");
  script_xref(name : "URL" , value : "http://www.openwall.com/lists/oss-security/2011/09/19/4");
  script_xref(name : "URL" , value : "http://www.openwall.com/lists/oss-security/2011/09/22/1");
  script_xref(name : "URL" , value : "http://sourceforge.net/tracker/?func=detail&aid=3309061&group_id=2712&atid=102712");
  exit(0);
}

include("ssh_func.inc");
include("version_func.inc");

sock = ssh_login_or_reuse_connection();
if(!sock){
  exit(0);
}

etherapeName = find_file(file_name:"etherape", file_path:"/", useregex:TRUE,
                         regexpar:"$", sock:sock);

foreach binaryName (etherapeName)
{
  ## Get the EtherApe version from command
  etherVer = get_bin_version(full_prog_name:chomp(binaryName), version_argv:"--version",
                             ver_pattern:"GNOME EtherApe ([0-9.]+)", sock:sock);

  if(etherVer[1])
  {
    ## Check for EtherApe Version less than 0.9.12
    if(version_is_less(version:etherVer[1], test_version:"0.9.12"))
    {
      security_message(0);
      close(sock);
      exit(0);
    }
  }
}
close(sock);

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