Lucene search

K
openvasCopyright (C) 2017 Greenbone Networks GmbHOPENVAS:1361412562310811129
HistoryJun 21, 2017 - 12:00 a.m.

IBM Websphere Application Server 'SOAP Requests' Information Disclosure Vulnerability

2017-06-2100:00:00
Copyright (C) 2017 Greenbone Networks GmbH
plugins.openvas.org
17

0.002 Low

EPSS

Percentile

60.6%

This host is installed with IBM Websphere
application server and is prone to information discloure vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_was_soap_info_disclosure_vuln.nasl 13803 2019-02-21 08:24:24Z cfischer $
#
# IBM Websphere Application Server 'SOAP Requests' Information Disclosure Vulnerability
#
# Authors:
# Kashinath T <[email protected]>
#
# Copyright:
# Copyright (C) 2017 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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.
###############################################################################

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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811129");
  script_version("$Revision: 13803 $");
  script_cve_id("CVE-2016-9736");
  script_bugtraq_id(96076);
  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_tag(name:"last_modification", value:"$Date: 2019-02-21 09:24:24 +0100 (Thu, 21 Feb 2019) $");
  script_tag(name:"creation_date", value:"2017-06-21 16:24:33 +0530 (Wed, 21 Jun 2017)");
  script_tag(name:"qod_type", value:"remote_banner");
  script_name("IBM Websphere Application Server 'SOAP Requests' Information Disclosure Vulnerability");

  script_tag(name:"summary", value:"This host is installed with IBM Websphere
  application server and is prone to information discloure vulnerability.");

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

  script_tag(name:"insight", value:"The flaw is due to usage of malformed SOAP
  requests.");

  script_tag(name:"impact", value:"Successful exploitation will allow a remote
  attacker to obtain sensitive information that may lead to further attacks.");

  script_tag(name:"affected", value:"IBM WebSphere Application Server (WAS)
   V9.0.0.0 through 9.0.0.1, V8.5.0.0 through 8.5.5.10, V8.0.0.0 through 8.0.0.12.");

  script_tag(name:"solution", value:"Upgrade to IBM WebSphere Application
  Server (WAS) 9.0.0.2, or 8.5.5.11, or 8.0.0.13, or later.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name:"URL", value:"https://www-01.ibm.com/support/docview.wss?uid=swg21991469");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2017 Greenbone Networks GmbH");
  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-03.ibm.com/software/products/en/appserv-was");
  exit(0);
}

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

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

if(wasVer =~ "^[89]")
{
  if(wasVer =~ "^8\.0\.0")
  {
    if(version_in_range(version:wasVer, test_version:"8.0.0.0", test_version2:"8.0.0.12")){
      fix = "8.0.0.13";
    }
  }
  else if(wasVer =~ "^8\.5\.5")
  {
    if(version_in_range(version:wasVer, test_version:"8.5.5.0", test_version2:"8.5.5.10")){
      fix = "8.5.5.11";
    }
  }
  else if(wasVer =~ "^9\.0\.0")
  {
    if(version_in_range(version:wasVer, test_version:"9.0.0.0", test_version2:"9.0.0.1")){
      fix = "9.0.0.2";
    }
  }
}

if(fix)
{
  report = report_fixed_ver(installed_version:wasVer, fixed_version:fix);
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

0.002 Low

EPSS

Percentile

60.6%

Related for OPENVAS:1361412562310811129