Lucene search

K
openvasThis script is Copyright (C) 2010 Greenbone Networks GmbHOPENVAS:100647
HistoryMay 21, 2010 - 12:00 a.m.

IBM WebSphere Application Server Long Filename Information Disclosure Vulnerability

2010-05-2100:00:00
This script is Copyright (C) 2010 Greenbone Networks GmbH
plugins.openvas.org
4

0.004 Low

EPSS

Percentile

74.6%

IBM WebSphere Application Server (WAS) is prone to an information-
disclosure vulnerability.

Exploiting this issue may allow an attacker to access sensitive
information that may aid in further attacks.

This issue affects WAS 6.0, 6.1, and 7.0.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_websphere_40277.nasl 5306 2017-02-16 09:00:16Z teissa $
#
# IBM WebSphere Application Server Long Filename Information Disclosure Vulnerability
#
# Authors:
# Michael Meyer <[email protected]>
#
# Updated By: Veerendra G.G <[email protected]> on 2010-05-31
#  - Updated CVE list, Bid list, CVSS Base and Risk Factor
#
# Copyright:
# Copyright (c) 2010 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 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.
###############################################################################

tag_solution = "For IBM WebSphere Application Server 7.0:
Apply the latest Fix Pack (7.0.0.11 or later). See References.

For IBM WebSphere Application Server 6.1:
Apply the latest Fix Pack (6.1.0.31 or later). See References.

For IBM WebSphere Application Server 6.0:
Apply the latest Fix Pack (6.0.2.43 or later). See References.";

tag_summary = "IBM WebSphere Application Server (WAS) is prone to an information-
disclosure vulnerability.

Exploiting this issue may allow an attacker to access sensitive
information that may aid in further attacks.

This issue affects WAS 6.0, 6.1, and 7.0.";

CPE = 'cpe:/a:ibm:websphere_application_server';

if (description)
{
 script_id(100647);
 script_version("$Revision: 5306 $");
 script_tag(name:"last_modification", value:"$Date: 2017-02-16 10:00:16 +0100 (Thu, 16 Feb 2017) $");
 script_tag(name:"creation_date", value:"2010-05-21 13:16:55 +0200 (Fri, 21 May 2010)");
 script_bugtraq_id(40322, 40325, 40321, 40277);
 script_cve_id("CVE-2010-0774", "CVE-2010-0775", "CVE-2010-0776", "CVE-2010-0777");
 script_tag(name:"cvss_base", value:"5.0");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");

 script_name("IBM WebSphere Application Server Long Filename Information Disclosure Vulnerability");


 script_tag(name:"qod_type", value:"remote_banner");
 script_category(ACT_GATHER_INFO);
 script_family("Web application abuses");
 script_copyright("This script is Copyright (C) 2010 Greenbone Networks GmbH");
 script_dependencies("gb_ibm_websphere_detect.nasl");
 script_require_ports("Services/www", 80);
 script_exclude_keys("Settings/disable_cgi_scanning");
 script_tag(name : "summary" , value : tag_summary);
 script_tag(name : "solution" , value : tag_solution);
 script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/40277");
 script_xref(name : "URL" , value : "http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg27007951");
 script_xref(name : "URL" , value : "http://www-306.ibm.com/software/websphere/#");
 script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/58557");
 exit(0);
}

include("http_func.inc");
include("version_func.inc");
include("host_details.inc");

CPE = 'cpe:/a:ibm:websphere_application_server';

if( ! vers = get_app_version( cpe:CPE, nofork:TRUE ) ) exit( 0 );

if(version_in_range(version: vers, test_version: "7", test_version2: "7.0.0.10")   ||
   version_in_range(version: vers, test_version: "6.1", test_version2: "6.1.0.30") || 
   version_in_range(version: vers, test_version: "6.0", test_version2: "6.0.2.42")) {
     report = report_fixed_ver( installed_version:vers, fixed_version:'See advisory' );
     security_message(port:0, data:report);
     exit(0);
}

exit(0);

0.004 Low

EPSS

Percentile

74.6%