Lucene search
K

IBM WebSphere Application Server Multiple Vulnerabilities

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

IBM WebSphere Application Server Multiple Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2011-0315
12 Jan 201100:00
cve
CVE
CVE-2011-0316
12 Jan 201100:00
cve
Cvelist
CVE-2011-0315
12 Jan 201100:00
cvelist
Cvelist
CVE-2011-0316
12 Jan 201100:00
cvelist
EUVD
EUVD-2011-0341
7 Oct 202500:30
euvd
EUVD
EUVD-2011-0342
7 Oct 202500:30
euvd
NVD
CVE-2011-0315
12 Jan 201101:00
nvd
NVD
CVE-2011-0316
12 Jan 201101:00
nvd
OpenVAS
IBM WebSphere Application Server Multiple Vulnerabilities (Jan 2011)
14 Jan 201100:00
openvas
Prion
Cross site scripting
12 Jan 201101:00
prion
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_was_45800.nasl 7015 2017-08-28 11:51:24Z teissa $
#
# IBM WebSphere Application Server Multiple Vulnerabilities
#
# Authors:
# Michael Meyer <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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_summary = "IBM WebSphere Application Server (WAS) is prone to an information-
disclosure vulnerability and to a cross-site scripting vulnerability.

This issue affects WAS 6.1 before 6.1.0.35 and 7.0 before 7.0.0.15.";

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

if (description)
{
 script_id(103029);
 script_version("$Revision: 7015 $");
 script_tag(name:"last_modification", value:"$Date: 2017-08-28 13:51:24 +0200 (Mon, 28 Aug 2017) $");
 script_tag(name:"creation_date", value:"2011-01-14 14:24:22 +0100 (Fri, 14 Jan 2011)");
 script_bugtraq_id(45800,45802);
 script_cve_id("CVE-2011-0316","CVE-2011-0315");
 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_name("IBM WebSphere Application Server Multiple Vulnerabilities");


 script_tag(name:"qod_type", value:"remote_banner");
 script_category(ACT_GATHER_INFO);
 script_family("Web Servers");
 script_copyright("This script is Copyright (C) 2011 Greenbone Networks GmbH");

 script_dependencies("gb_ibm_websphere_detect.nasl");
 script_require_ports("Services/www", 80);
 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);
 script_xref(name : "URL" , value : "https://www.securityfocus.com/bid/45800");
 script_xref(name : "URL" , value : "https://www.securityfocus.com/bid/45802");
 script_xref(name : "URL" , value : "http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg27007951");
 script_xref(name : "URL" , value : "http://www-01.ibm.com/software/websphere/");
 script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/64558");
 script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/64554");
 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.0", test_version2:"7.0.0.14")||
   version_in_range(version: vers, test_version: "6.0", test_version2:"6.1.0.34")) {
  report = report_fixed_ver( installed_version:vers, fixed_version:'7.0.0.15/6.1.0.35' );
  security_message(port:0, data:report);
  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

28 Aug 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
EPSS0.00649
26