Cisco Data Center Network Manager Directory Traversal Vulnerability
🗓️ 14 Apr 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 28 Views
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| CVE-2015-0666 | 3 Apr 201500:00 | – | attackerkb | |
| CVE-2015-0666 | 14 Jun 202321:10 | – | circl | |
| Cisco Prime Data Center Network Manager (DCNM) Directory Traversal Vulnerability | 25 Mar 202200:00 | – | cisa_kev | |
| Cisco Prime Data Center Network Manager File Information Disclosure Vulnerability | 1 Apr 201516:00 | – | cisco | |
| Cisco Prime Data Center Network Manager < 7.1(1) Directory Traversal Vulnerability | 10 Apr 201500:00 | – | nessus | |
| Cisco Prime Data Center Network Manager < 7.1(1) Directory Traversal Vulnerability | 13 Apr 201500:00 | – | nessus | |
| Cisco Prime Data Center Network Manager File Information Disclosure Vulnerability | 3 Apr 201500:00 | – | cnvd | |
| CVE-2015-0666 | 3 Apr 201510:00 | – | cve | |
| CVE-2015-0666 | 3 Apr 201510:00 | – | cvelist | |
| CVE-2015-0666 | 3 Apr 201510:59 | – | nvd |
10
| Source | Link |
|---|---|
| cisa | www.cisa.gov/known-exploited-vulnerabilities-catalog |
| securityfocus | www.securityfocus.com/bid/73479 |
# SPDX-FileCopyrightText: 2015 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
CPE = "cpe:/a:cisco:prime_data_center_network_manager";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.105256");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/73479");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
script_cve_id("CVE-2015-0666");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
script_version("2024-03-01T14:37:10+0000");
script_name("Cisco Data Center Network Manager Directory Traversal Vulnerability");
script_tag(name:"impact", value:"Exploiting this issue can allow an attacker to gain read access to
arbitrary files. Information harvested may aid in launching further attacks.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"This issue is being tracked by Cisco Bug ID CSCus00241.");
script_tag(name:"solution", value:"Update to 7.1(1) or higher.");
script_tag(name:"summary", value:"Cisco Data Center Network Manager is prone to a directory-traversal
vulnerability.");
script_tag(name:"affected", value:"Cisco Prime DCNM releases 6.3(1) and later, prior to release 7.1(1).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"last_modification", value:"2024-03-01 14:37:10 +0000 (Fri, 01 Mar 2024)");
script_tag(name:"creation_date", value:"2015-04-14 14:19:43 +0200 (Tue, 14 Apr 2015)");
script_category(ACT_GATHER_INFO);
script_family("CISCO");
script_copyright("Copyright (C) 2015 Greenbone AG");
script_dependencies("gb_cisco_prime_data_center_network_manager_detect.nasl");
script_mandatory_keys("cisco_prime_dcnm/version");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! port = get_app_port( cpe:CPE ) ) exit( 0 );
if( ! vers = get_app_version( cpe:CPE, port:port ) ) {
if( ! vers = get_kb_item("cisco_prime_dcnm/version") )
exit( 0 );
}
rep_vers = vers;
vers = str_replace( string:vers, find:"(", replace:".");
vers = str_replace( string:vers, find:")", replace:"");
if( version_in_range( version:vers, test_version:"6.3.1", test_version2:"7.1.0" ) ) {
report = 'Installed Version: ' + rep_vers + '\n' +
'Fixed Version: 7.1(1)\n';
security_message( port:port, data:report );
exit( 0 );
}
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
01 Mar 2024 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 27.8
CVSS 3.17.5
EPSS0.40379
SSVC