Lucene search

K
openvasCopyright (C) 2016 Greenbone AGOPENVAS:1361412562310105881
HistoryAug 25, 2016 - 12:00 a.m.

VMware vRealize Automation updates address multiple security issues (VMSA-2016-0013)

2016-08-2500:00:00
Copyright (C) 2016 Greenbone AG
plugins.openvas.org
5

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

7.8 High

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

8.9 High

AI Score

Confidence

High

0.047 Low

EPSS

Percentile

92.6%

VMware vRealize Automation updates address multiple security issues.

# SPDX-FileCopyrightText: 2016 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:vmware:vrealize_automation";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105881");
  script_cve_id("CVE-2016-5335", "CVE-2016-5336");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_version("2023-06-28T05:05:21+0000");
  script_name("VMware vRealize Automation updates address multiple security issues (VMSA-2016-0013)");

  script_xref(name:"URL", value:"http://www.vmware.com/security/advisories/VMSA-2016-0013.html");

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

  script_tag(name:"solution", value:"Update to version 7.1 or later.");

  script_tag(name:"summary", value:"VMware vRealize Automation updates address multiple security issues.");
  script_tag(name:"insight", value:"VMware vRealize Automation contain a vulnerability that may allow for a local privilege escalation. Exploitation of this issue may lead to
an attacker with access to a low-privileged account to escalate their privileges to that of root.

vRealize Automation contains also a vulnerability that may allow for remote code execution. Exploitation of this issue may lead to an attacker gaining access to a
low-privileged account on the appliance.");

  script_tag(name:"affected", value:"vRealize Automation 7.0.x");

  script_tag(name:"last_modification", value:"2023-06-28 05:05:21 +0000 (Wed, 28 Jun 2023)");
  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:"2016-11-28 20:24:00 +0000 (Mon, 28 Nov 2016)");
  script_tag(name:"creation_date", value:"2016-08-25 12:46:41 +0200 (Thu, 25 Aug 2016)");
  script_tag(name:"qod_type", value:"remote_banner");
  script_tag(name:"solution_type", value:"VendorFix");
  script_category(ACT_GATHER_INFO);
  script_family("VMware Local Security Checks");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_dependencies("gb_vmware_vrealize_automation_web_detect.nasl");
  script_mandatory_keys("vmware/vrealize/automation/version");

  exit(0);
}

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

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

if( version =~ "^7\." )
{
  if( version_is_less( version:version, test_version:"7.1.0" ) ) fix = "7.1.0";

  if( version == "7.1.0" )
    if( version_is_less( version:version, test_version:"7.1.0.710" ) ) fix = "7.1.0.710";

  if( version == "7.1.0.710" )
  {
    if( build = get_kb_item( "vmware/vrealize/automation/build" ) )
      if( build && int( build ) < 4270058 ) fix = "7.1.0.710 Build 4270058";
  }
}

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

exit( 99 );

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

7.8 High

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

8.9 High

AI Score

Confidence

High

0.047 Low

EPSS

Percentile

92.6%

Related for OPENVAS:1361412562310105881