Lucene search
+L

IBM UrbanCode Deploy Multiple Vulnerabilities

🗓️ 03 Feb 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 46 Views

IBM UrbanCode Deploy Multiple Vulnerabilities. Pre-processing and post-processing scripts access entire domain model. Property files contain secure info in plain text. REST endpoints improperly authorize. API and CLI expose secured role properties. Remote code execution possible due to insecure REST endpoint. Agent Relay ActiveMQ Broker unauthenticated JMX interface accessed remotely

Related
Refs
Code
# 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("2024-09-13T05:05:46+0000");
  script_tag(name:"last_modification", value:"2024-09-13 05:05:46 +0000 (Fri, 13 Sep 2024)");
  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: "See vendor advisory", install_path: location);
  security_message(port: port, data: report);
  exit(0);
}

exit(99);

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