Lucene search

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

IBM Tivoli Endpoint Manager Multiple Vulnerabilities (Aug 2017)

2017-08-0300:00:00
Copyright (C) 2017 Greenbone AG
plugins.openvas.org
25

7.8 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

8.6 High

AI Score

Confidence

Low

0.031 Low

EPSS

Percentile

91.1%

IBM Tivoli Endpoint Manager 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:tivoli_endpoint_manager";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811270");
  script_version("2024-02-19T05:05:57+0000");
  script_cve_id("CVE-2017-1227", "CVE-2016-0729", "CVE-2016-8617", "CVE-2016-8624",
                "CVE-2016-8621");
  script_tag(name:"cvss_base", value:"7.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
  script_tag(name:"last_modification", value:"2024-02-19 05:05:57 +0000 (Mon, 19 Feb 2024)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-10-03 00:03:00 +0000 (Thu, 03 Oct 2019)");
  script_tag(name:"creation_date", value:"2017-08-03 13:58:40 +0530 (Thu, 03 Aug 2017)");
  script_name("IBM Tivoli Endpoint Manager Multiple Vulnerabilities (Aug 2017)");

  script_tag(name:"summary", value:"IBM Tivoli Endpoint Manager 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 as,

  - Under certain conditions the size or amount of memory resources that are
    requested or influenced by an actor is not restricted.

  - Multiple buffer overflows errors exist in internal/XMLReader.cpp,
    util/XMLURL.cpp and util/XMLUri.cpp in the XML Parser library in Apache Xerces-C.

  - A buffer overflow error exists in cURL/libcURL.

  - An invalid URL parsing in cURL/libcURL.

  - A read out of bounds error in 'curl_getdate'");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to consume more resources than reasonably intended, resulting in a
  crash or segmentation fault, bypass certain security restrictions and gain
  access to potentially sensitive information.");

  script_tag(name:"affected", value:"IBM Tivoli Endpoint Manager (BigFix Platform)
  9.1 prior to patch 10, 9.2 prior to patch 10 and 9.5 prior to patch 5");

  script_tag(name:"solution", value:"Upgrade to IBM Tivoli Endpoint Manager
  (BigFix Platform) 9.1 patch 10 or 9.2 patch 10 or 9.5 patch 5 or later.");

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

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

  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg22003222");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/100073");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/83423");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/94097");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/94103");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/94101");

  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_ibm_endpoint_manager_web_detect.nasl");
  script_mandatory_keys("ibm_endpoint_manager/installed");
  exit(0);
}

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

if (!ibmPort = get_app_port(cpe: CPE)){
  exit(0);
}

if(!ibmVersion = get_app_version(cpe: CPE, port: ibmPort)){
  exit(0);
}

## Version 9.1 Patch 10 = 9.1.1314.0 , https://support.bigfix.com/bes/changes/fullchangelist-91.txt
if (ibmVersion =~ "^(9\.1\.)" && version_is_less(version: ibmVersion, test_version: "9.1.1314.0")) {
  fix = "9.1.1314.0";
}

## Version 9.2 Patch 10 = 9.2.10.25 , https://support.bigfix.com/bes/changes/fullchangelist-92.txt
else if (ibmVersion =~ "^(9\.2\.)" && version_is_less(version: ibmVersion, test_version: "9.2.10.25")) {
  fix = "9.2.10.25";
}

## Version 9.5 Patch 5 = 9.5.5.193 , https://support.bigfix.com/bes/changes/fullchangelist-95.txt
else if (ibmVersion =~ "^(9\.5\.)" && version_is_less(version: ibmVersion, test_version: "9.5.5.193")) {
  fix = "9.5.5.193";
}

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

7.8 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

8.6 High

AI Score

Confidence

Low

0.031 Low

EPSS

Percentile

91.1%