Cisco Network Analysis Module Directory Traversal Vulnerability
🗓️ 17 Nov 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType
openvas🔗 plugins.openvas.org👁 17 Views
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Cisco Network Analysis Module Parameter Directory Traversal Arbitrary File Deletion Vulnerability | 18 Oct 201716:00 | – | cisco | |
| Cisco Network Analysis Module Software Directory Traversal Vulnerability | 24 Oct 201700:00 | – | cnvd | |
| Cisco Prime Network Analysis Module Graph Directory Traversal (CVE-2017-12285) | 28 Dec 201700:00 | – | checkpoint_advisories | |
| CVE-2017-12285 | 19 Oct 201708:00 | – | cve | |
| CVE-2017-12285 | 19 Oct 201708:00 | – | cvelist | |
| CVE-2017-12285 | 19 Oct 201708:29 | – | nvd | |
| CVE-2017-12285 | 19 Oct 201708:29 | – | osv | |
| Directory traversal | 19 Oct 201708:29 | – | prion | |
| Cisco Prime Network Analysis Module graph sfile Parameter Directory Traversal Arbitrary File Deletion Vulnerability | 20 Nov 201700:00 | – | zdi |
# SPDX-FileCopyrightText: 2017 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.113053");
script_version("2024-09-25T05:06:11+0000");
script_tag(name:"last_modification", value:"2024-09-25 05:06:11 +0000 (Wed, 25 Sep 2024)");
script_tag(name:"creation_date", value:"2017-11-17 15:49:00 +0100 (Fri, 17 Nov 2017)");
script_tag(name:"cvss_base", value:"6.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-10-09 23:22:00 +0000 (Wed, 09 Oct 2019)");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_cve_id("CVE-2017-12285");
script_name("Cisco Network Analysis Module Directory Traversal Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2017 Greenbone AG");
script_family("CISCO");
script_dependencies("gb_cisco_nam_consolidation.nasl");
script_mandatory_keys("cisco/nam/detected");
script_tag(name:"summary", value:"Cisco Prime NAM is prone to a directory traversal attack.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"impact", value:"Successful exploitation would allow the attacker to delete arbitrary files on the target host.");
script_tag(name:"affected", value:"Cisco Prime Network Analysis Module through version 6.3");
script_tag(name:"solution", value:"Update to 6.2(1b)P4 or 6.3(2) respectively.");
script_xref(name:"URL", value:"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20171018-nam");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/101527");
exit(0);
}
CPE = "cpe:/a:cisco:prime_network_analysis_module";
include( "version_func.inc" );
include( "host_details.inc" );
if( ! version = get_app_version( cpe: CPE, nofork: TRUE ) )
exit( 0 );
patch = get_kb_item( "cisco/nam/patch" );
if( version_is_less_equal( version: version, test_version: "6.2.1b" ) ) {
if( version == "6.2.1b" && patch && patch >= 4 )
exit( 99 );
report = report_fixed_ver( installed_version: version, fixed_version: "6.2(1b)P4" );
security_message( data: report, port: 0 );
exit( 0 );
}
if( version_in_range( version: version, test_version: "6.3.0", test_version2: "6.3.1" ) ) {
report = report_fixed_ver( installed_version: version, fixed_version: "6.3(2)" );
security_message( data: report, port: 0 );
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
25 Sep 2024 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 35.3
CVSS 26.4
EPSS0.11988