Lucene search

K
openvasCopyright (C) 2017 Greenbone AGOPENVAS:1361412562310106563
HistoryFeb 03, 2017 - 12:00 a.m.

IBM UrbanCode Deploy Multiple Vulnerabilities

2017-02-0300:00:00
Copyright (C) 2017 Greenbone AG
plugins.openvas.org
29

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

10 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

5.9 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

70.8%

IBM UrbanCode Deploy 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:ibm:urbancode_deploy";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.106563");
  script_version("2023-07-25T05:05:58+0000");
  script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
  script_tag(name:"creation_date", value:"2017-02-03 09:38:09 +0700 (Fri, 03 Feb 2017)");
  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:"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:"2017-02-13 22:38:00 +0000 (Mon, 13 Feb 2017)");

  script_cve_id("CVE-2016-2942", "CVE-2016-2941", "CVE-2016-0320", "CVE-2016-6068", "CVE-2016-8938",
                "CVE-2016-9008");

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

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

  script_name("IBM UrbanCode Deploy Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_ibm_urbancode_deploy_detect.nasl");
  script_mandatory_keys("ibm_urbancode_deploy/detected");

  script_tag(name:"summary", value:"IBM UrbanCode Deploy 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:"IBM UrbanCode Deploy is prone to multiple vulnerabilities:

  - Pre-processing and post-processing scripts can access the entire domain model of server or agent. (CVE-2016-2942)

  - Property files on agent file system during plugin step execution contain secure info in plain text. (CVE-2016-2941)

  - REST endpoints do not properly authorize, allowing users to modify data with insufficient permissions. (CVE-2016-0320)

  - API and CLI getResource expose secured role properties. (CVE-2016-6068)

  - Remote code execution possible due to insecure REST endpoint. (CVE-2016-8938)

  - Agent Relay ActiveMQ Broker unauthenticated JMX interface can be accessed from remote hosts. (CVE-2016-9008)");

  script_tag(name:"impact", value:"An unauthenticated attacker may execute arbitrary code.");

  script_tag(name:"affected", value:"IBM UrbanCode Deploy before version 6.0.1.15, 6.1.3.4 and 6.2.3.");

  script_tag(name:"solution", value:"Check the referenced advisories for the right version to upgrade.");

  script_xref(name:"URL", value:"https://www-01.ibm.com/support/docview.wss?uid=swg2C1000218");
  script_xref(name:"URL", value:"https://www-01.ibm.com/support/docview.wss?uid=swg2C1000220");
  script_xref(name:"URL", value:"https://www-01.ibm.com/support/docview.wss?uid=swg2C1000222");
  script_xref(name:"URL", value:"https://www-01.ibm.com/support/docview.wss?uid=swg2C1000229");
  script_xref(name:"URL", value:"https://www-01.ibm.com/support/docview.wss?uid=swg2C1000237");
  script_xref(name:"URL", value:"https://www-01.ibm.com/support/docview.wss?uid=swg2C1000238");

  exit(0);
}

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

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
  exit(0);

version = infos["version"];
location = infos["location"];

if (version_in_range(version: version, test_version: "6.0", test_version2: "6.0.1.14") ||
    version_in_range(version: version, test_version: "6.1", test_version2: "6.1.3.3") ||
    version_in_range(version: version, test_version: "6.2", test_version2: "6.2.2.1")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "Check vendor advisory.", install_path: location);
  security_message(port: port, data: report);
  exit(0);
}

exit(99);

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

10 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

5.9 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

70.8%

Related for OPENVAS:1361412562310106563