Lucene search

K
openvasCopyright (C) 2010 Greenbone Networks GmbHOPENVAS:801645
HistoryNov 30, 2010 - 12:00 a.m.

Novell ZENworks Handheld Management 'ZfHIPCND.exe' Buffer Overflow Vulnerability

2010-11-3000:00:00
Copyright (C) 2010 Greenbone Networks GmbH
plugins.openvas.org
22

EPSS

0.882

Percentile

98.7%

This host is installed with Novell ZENworks Handheld Management
and is prone to buffer overflow vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_novell_zhm_bof_vuln.nasl 5323 2017-02-17 08:49:23Z teissa $
#
# Novell ZENworks Handheld Management 'ZfHIPCND.exe' Buffer Overflow Vulnerability
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2010 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_solution = "Apply the patch, available from below link,
  http://download.novell.com/Download?buildid=Sln2Lkqslmk~

  *****
  NOTE: Ignore this warning, if above mentioned patch is manually applied.
  *****";

tag_impact = "Successful exploitation could allow remote attackers to execute arbitrary
  code with SYSTEM privileges or cause denial of service.
  Impact Level: Application/System";
tag_affected = "Novell ZENworks Handheld Management 7";
tag_insight = "The flaw exists within module 'ZfHIPCND.exe', which allows remote attackers
  to execute arbitrary code via a crafted request to TCP port 2400.";
tag_summary = "This host is installed with Novell ZENworks Handheld Management
  and is prone to buffer overflow vulnerability.";

if(description)
{
  script_id(801645);
  script_version("$Revision: 5323 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-17 09:49:23 +0100 (Fri, 17 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-11-30 12:42:12 +0100 (Tue, 30 Nov 2010)");
  script_bugtraq_id(44700);
  script_cve_id("CVE-2010-4299");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_name("Novell ZENworks Handheld Management 'ZfHIPCND.exe' Buffer Overflow Vulnerability");

  script_xref(name : "URL" , value : "http://secunia.com/advisories/42130");
  script_xref(name : "URL" , value : "http://www.securitytracker.com/id?1024691");
  script_xref(name : "URL" , value : "http://www.zerodayinitiative.com/advisories/ZDI-10-230/");
  script_xref(name : "URL" , value : "http://www.novell.com/support/viewContent.do?externalId=7007135");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("gb_novell_zhm_detect.nasl");
  script_require_keys("Novell/ZHM/Ver");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "solution" , value : tag_solution);
  exit(0);
}


include("version_func.inc");

## Get version from KB
zhmVer = get_kb_item("Novell/ZHM/Ver");

if(zhmVer)
{
  ##Grep for Novell ZENworks Handheld Management 7
  if(version_in_range(version:zhmVer, test_version:"7.0", test_version2:"7.0.2.61213")){
    security_message(0);
  }
}

EPSS

0.882

Percentile

98.7%