| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Novell ZENworks Handheld Management ZfHIPCND.exe Buffer Overflow (CVE-2010-4299) | 15 Feb 201100:00 | – | checkpoint_advisories | |
| CVE-2010-4299 | 20 Nov 201020:00 | – | cve | |
| CVE-2010-4299 | 20 Nov 201020:00 | – | cvelist | |
| EUVD-2010-4272 | 7 Oct 202500:30 | – | euvd | |
| Novell ZENworks Handheld Management ZfHIPCND.exe Unspecified Buffer Overflow | 22 Nov 201000:00 | – | nessus | |
| CVE-2010-4299 | 22 Nov 201012:54 | – | nvd | |
| Novell ZENworks Handheld Management 'ZfHIPCND.exe' Buffer Overflow Vulnerability | 30 Nov 201000:00 | – | openvas | |
| Heap overflow | 22 Nov 201012:54 | – | prion |
| Source | Link |
|---|---|
| novell | www.novell.com/support/viewContent.do |
| securitytracker | www.securitytracker.com/id |
| secunia | www.secunia.com/advisories/42130 |
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-10-230/ |
###############################################################################
# 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);
}
}
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