| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2010-1962 | 7 Jun 201017:12 | – | attackerkb | |
| CVE-2010-1962 | 7 Jun 201014:00 | – | cve | |
| CVE-2010-1962 | 7 Jun 201014:00 | – | cvelist | |
| CVE-2010-1962 | 7 Jun 201017:12 | – | nvd | |
| HP StorageWorks Storage Mirroring Unspecified Vulnerability | 15 Jun 201000:00 | – | openvas | |
| Code injection | 7 Jun 201017:12 | – | prion | |
| [security bulletin] HPSBST02536 SSRT100057 rev.1 - HP StorageWorks Storage Mirroring, Remote Unauthorized Access | 7 Jun 201000:00 | – | securityvulns | |
| [security bulletin] HPSBMA02537 SSRT010027 rev.1 - HP OpenView Network Node Manager (OV NNM), Remote Execution of Arbitrary Code | 9 Jun 201000:00 | – | securityvulns | |
| HP StorageWorks Storage Mirroring unauthorized access | 7 Jun 201000:00 | – | securityvulns |
| Source | Link |
|---|---|
| vupen | www.vupen.com/english/advisories/2010/1319 |
| securityvulns | www.securityvulns.com/news/HP/StorageWorks/StorageMirrori.html |
| marc | www.marc.info/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_hp_storage_mirroring_unspecified_vuln.nasl 8169 2017-12-19 08:42:31Z cfischer $
#
# HP StorageWorks Storage Mirroring Unspecified Vulnerability
#
# Authors:
# Antu Sanadi <[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.
###############################################################################
CPE = "cpe:/a:adobe:photoshop_cc2017";
tag_impact = "Successful exploitation could allow remote attackers to execute arbitrary code
via unknown vectors.
Impact Level: Application/System";
tag_affected = "HP StorageWorks Storage Mirroring version 5 before 5.2.1.870.0";
tag_insight = "The flaw is caused by unspecified errors.";
tag_solution = "Upgrade to HP StorageWorks Storage Mirroring version 5.2.1.870.0 or later,
For updates refer to http://h18006.www1.hp.com/products/storage/software/sm/index.html?psn=storage";
tag_summary = "This host is installed with HP StorageWorks Storage Mirroring and is
prone to unspecified vulnerability.";
if(description)
{
script_id(801357);
script_version("$Revision: 8169 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-19 09:42:31 +0100 (Tue, 19 Dec 2017) $");
script_tag(name:"creation_date", value:"2010-06-15 06:05:27 +0200 (Tue, 15 Jun 2010)");
script_cve_id("CVE-2010-1962");
script_bugtraq_id(40539);
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_name("HP StorageWorks Storage Mirroring Unspecified Vulnerability");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_hp_storage_mirroring_detect.nasl");
script_mandatory_keys("HP/SWSM/Installed");
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://marc.info/?l=bugtraq&m=127557820805729&w=2");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/1319");
script_xref(name : "URL" , value : "http://securityvulns.com/news/HP/StorageWorks/StorageMirrori.html");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE );
vers = infos['version'];
path = infos['location'];
## Grep for HP StorageWorks Storage Mirroring version 5 before 5.2.1.870.0
if( version_in_range( version:vers, test_version:"5.0", test_version2:"5.2.1.869" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"5.2.1.870.0", install_path:path );
security_message( port:0, data:report );
}
exit( 99 );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