Lucene search

K
openvasCopyright (C) 2010 Greenbone AGOPENVAS:1361412562310801645
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 AG
plugins.openvas.org
8

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:N/C:C/I:C/A:C

7.1 High

AI Score

Confidence

Low

0.892 High

EPSS

Percentile

98.8%

Novell ZENworks Handheld Management is prone to a buffer overflow vulnerability.

# SPDX-FileCopyrightText: 2010 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.801645");
  script_version("2023-07-28T16:09:07+0000");
  script_tag(name:"last_modification", value:"2023-07-28 16:09:07 +0000 (Fri, 28 Jul 2023)");
  script_tag(name:"creation_date", value:"2010-11-30 12:42:12 +0100 (Tue, 30 Nov 2010)");
  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.securityfocus.com/bid/44700");
  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 AG");
  script_family("Buffer overflow");
  script_dependencies("gb_novell_zhm_detect.nasl");
  script_mandatory_keys("Novell/ZHM/Ver");

  script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to execute arbitrary
  code with SYSTEM privileges or cause denial of service.");

  script_tag(name:"affected", value:"Novell ZENworks Handheld Management 7");

  script_tag(name:"insight", value:"The flaw exists within module 'ZfHIPCND.exe', which allows remote attackers
  to execute arbitrary code via a crafted request to TCP port 2400.");

  script_tag(name:"summary", value:"Novell ZENworks Handheld Management is prone to a buffer overflow vulnerability.");

  script_tag(name:"solution", value:"Apply the patch, available via the referenced links.");

  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://download.novell.com/Download?buildid=Sln2Lkqslmk~");

  exit(0);
}

include("version_func.inc");

zhmVer = get_kb_item("Novell/ZHM/Ver");

if(zhmVer)
{
  if(version_in_range(version:zhmVer, test_version:"7.0", test_version2:"7.0.2.61213")){
    report = report_fixed_ver(installed_version:zhmVer, vulnerable_range:"7.0 - 7.0.2.61213");
    security_message(port: 0, data: report);
  }
}

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:N/C:C/I:C/A:C

7.1 High

AI Score

Confidence

Low

0.892 High

EPSS

Percentile

98.8%