Lucene search

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

IBM Tivoli Endpoint Manager Multiple Vulnerabilities-Aug17

2017-08-0300:00:00
Copyright (C) 2017 Greenbone Networks GmbH
plugins.openvas.org
19

0.031 Low

EPSS

Percentile

89.9%

This host is installed with IBM Tivoli
Endpoint Manager and is prone to multiple vulnerabilities.

##############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_tivoli_endpoint_manager_mult_vuln_aug17.nasl 11933 2018-10-17 07:09:44Z asteins $
#
# IBM Tivoli Endpoint Manager Multiple Vulnerabilities-Aug17
#
# Authors:
# Shakeel <[email protected]>
#
# Copyright:
# Copyright (c) 2017 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# 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:tivoli_endpoint_manager";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811270");
  script_version("$Revision: 11933 $");
  script_cve_id("CVE-2017-1227", "CVE-2016-0729", "CVE-2016-8617", "CVE-2016-8624",
                "CVE-2016-8621");
  script_bugtraq_id(100073, 83423, 94097, 94103, 94101);
  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:"$Date: 2018-10-17 09:09:44 +0200 (Wed, 17 Oct 2018) $");
  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-Aug17");

  script_tag(name:"summary", value:"This host is installed with IBM Tivoli
  Endpoint Manager and 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 exists 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_copyright("Copyright (C) 2017 Greenbone Networks GmbH");
  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);

0.031 Low

EPSS

Percentile

89.9%

Related for OPENVAS:1361412562310811270