Lucene search

K
openvasCopyright (C) 2017 Greenbone AGOPENVAS:1361412562310811244
HistoryJul 19, 2017 - 12:00 a.m.

Oracle WebLogic Server Multiple Vulnerabilities (cpujul2017-3236622)

2017-07-1900:00:00
Copyright (C) 2017 Greenbone AG
plugins.openvas.org
982

8.2 High

AI Score

Confidence

Low

0.975 High

EPSS

Percentile

100.0%

Oracle WebLogic Server is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2017 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

CPE = "cpe:/a:bea:weblogic_server";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811244");
  script_version("2023-07-14T16:09:27+0000");
  script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
  script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
  script_cve_id("CVE-2017-10137", "CVE-2017-5638", "CVE-2017-10147", "CVE-2017-10178", "CVE-2013-2027",
                "CVE-2017-10148", "CVE-2017-10063", "CVE-2017-10123", "CVE-2017-10352", "CVE-2017-10271",
                "CVE-2017-10152", "CVE-2017-10336", "CVE-2017-10334");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2023-07-14 16:09:27 +0000 (Fri, 14 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2021-02-24 12:15:00 +0000 (Wed, 24 Feb 2021)");
  script_tag(name:"creation_date", value:"2017-07-19 12:53:23 +0530 (Wed, 19 Jul 2017)");

  script_tag(name:"qod_type", value:"remote_banner_unreliable");

  script_name("Oracle WebLogic Server Multiple Vulnerabilities (cpujul2017-3236622)");

  script_tag(name:"summary", value:"Oracle WebLogic Server is prone to multiple vulnerabilities.");

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

  script_tag(name:"insight", value:"Multiple flaws exist due to some unspecified errors in the
  'Sample apps (Struts 2)', 'Core Components', 'Web Container', 'WLST'
  'Web Services', 'WLS-WebServices' and 'WLS Security' components of application.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers
  to have an impact on confidentiality, integrity and availability.");

  script_tag(name:"affected", value:"Oracle WebLogic Server versions 10.3.6.0, 12.1.3.0, 12.2.1.1 and 12.2.1.2.");

  script_tag(name:"solution", value:"See the referenced advisories for a solution.");

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

  script_xref(name:"URL", value:"http://www.oracle.com/technetwork/security-advisory/cpujul2017-3236622.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/96729");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/99651");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/99644");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/78027");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/99652");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/99653");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/101304");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/101392");
  script_xref(name:"URL", value:"http://www.oracle.com/technetwork/security-advisory/cpuoct2017-3236626.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("Web Servers");
  script_dependencies("gb_oracle_weblogic_consolidation.nasl");
  script_mandatory_keys("oracle/weblogic/detected");

  exit(0);
}

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

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

affected = make_list('10.3.6.0.0', '12.1.3.0.0', '12.2.1.2.0', '12.2.1.1.0');

foreach af (affected) {
  if( version == af) {
    report = report_fixed_ver(installed_version:version, fixed_version:"See advisory");
    security_message(data:report, port:0);
    exit(0);
  }
}

exit(99);