Lucene search

K
openvasCopyright (C) 2011 Greenbone AGOPENVAS:1361412562310801861
HistoryMar 22, 2011 - 12:00 a.m.

IBM WebSphere Application Server (WAS) Multiple Vulnerabilities (Mar 2011)

2011-03-2200:00:00
Copyright (C) 2011 Greenbone AG
plugins.openvas.org
7

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

6.2 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

71.5%

IBM WebSphere Application Server is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2011 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.801861");
  script_version("2024-02-19T14:37:31+0000");
  script_tag(name:"last_modification", value:"2024-02-19 14:37:31 +0000 (Mon, 19 Feb 2024)");
  script_tag(name:"creation_date", value:"2011-03-22 08:43:18 +0100 (Tue, 22 Mar 2011)");
  script_cve_id("CVE-2011-1307", "CVE-2011-1308", "CVE-2011-1309", "CVE-2011-1311", "CVE-2011-1314",
                "CVE-2011-1315", "CVE-2011-1316", "CVE-2011-1318");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_name("IBM WebSphere Application Server (WAS) Multiple Vulnerabilities (Mar 2011)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Web Servers");
  script_dependencies("gb_ibm_websphere_detect.nasl");
  script_mandatory_keys("ibm_websphere_application_server/installed");

  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2011/0564");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/46736");
  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg27014463");
  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg24028875");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"impact", value:"Successful exploitation will let attackers to execute arbitrary script code,
  steal cookie-based authentication credentials, obtain sensitive information, and perform unauthorized actions.");

  script_tag(name:"affected", value:"IBM WebSphere Application Server versions prior to 7.0.0.15.");

  script_tag(name:"insight", value:"- An error in the installer that creates a temporary directory for logs with
  insecure permissions.

  - An input validation error in the IVT application, which could allow cross
  site scripting attacks.

  - An error related to trace requests handling in the plug-in component.

  - The Security component when a J2EE 1.4 application is used, determines the
  security role mapping on the basis of the ibm-application-bnd.xml file
  instead of the intended ibm-application-bnd.xmi file allows remote
  authenticated users to gain privileges.

  - The Service Integration Bus (SIB) messaging engine allows remote attackers
  to cause a denial of service by performing close operations via network
  connections to a queue manager.

  - Memory leak in the messaging engine allows remote attackers to cause a
  denial of service via network connections associated with a NULL return
  value from a synchronous JMS receive call.

  - The Session Initiation Protocol (SIP) Proxy in the HTTP Transport component
  allows remote attackers to cause a denial of service by sending many UDP messages.

  - Memory leak in org.apache.jasper.runtime.JspWriterImpl.response in the
  JavaServer Pages (JSP) component allows remote attackers to cause a denial
  of service by accessing a JSP page of an application that is repeatedly
  stopped and restarted.");

  script_tag(name:"solution", value:"Upgrade to IBM WebSphere Application Server version 7.0.0.15 or later.");

  script_tag(name:"summary", value:"IBM WebSphere Application Server is prone to multiple vulnerabilities.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_banner");

  exit(0);
}

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_is_less(version:vers, test_version:"7.0.0.15")){
  report = report_fixed_ver(installed_version:vers, fixed_version:"7.0.0.15");
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

6.2 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

71.5%

Related for OPENVAS:1361412562310801861