Lucene search

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

VMware vRealize Automation Cross-Site Scripting Vulnerability (VMSA-2016-0003)

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

3.5 Low

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:S/C:N/I:P/A:N

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

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

0.001 Low

EPSS

Percentile

28.6%

VMware vRealize Automation is prone to a cross-site scripting (XSS) vulnerability.

# 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:vmware:vrealize_automation';

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.809794");
  script_version("2023-07-14T16:09:27+0000");
  script_cve_id("CVE-2015-2344");
  script_tag(name:"cvss_base", value:"3.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"2023-07-14 16:09:27 +0000 (Fri, 14 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2016-12-03 03:05:00 +0000 (Sat, 03 Dec 2016)");
  script_tag(name:"creation_date", value:"2017-02-03 13:26:16 +0530 (Fri, 03 Feb 2017)");
  script_tag(name:"qod_type", value:"remote_banner");
  script_name("VMware vRealize Automation Cross-Site Scripting Vulnerability (VMSA-2016-0003)");

  script_tag(name:"summary", value:"VMware vRealize Automation is prone to a cross-site scripting (XSS) vulnerability.");

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

  script_tag(name:"insight", value:"The flaw exists as software does not properly
  filter HTML code from user-supplied input before displaying the input.");

  script_tag(name:"impact", value:"Successful exploitation will result in the
  execution of arbitrary attacker-supplied HTML and script code in the context
  of the affected application, potentially allowing the attacker to steal
  cookie-based authentication credentials or control how the page is rendered
  to the user.");

  script_tag(name:"affected", value:"VMware vRealize Automation versions 6.x
  prior to 6.2.4 on Linux.");

  script_tag(name:"solution", value:"Upgrade to VMware vRealize Automation
  version 6.2.4 Build 3624994 or later.");

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

  script_xref(name:"URL", value:"http://www.securitytracker.com/id/1035270");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/84420");
  script_xref(name:"URL", value:"http://www.vmware.com/security/advisories/VMSA-2016-0003.html");
  script_xref(name:"URL", value:"http://pubs.vmware.com/Release_Notes/en/vra/vrealize-automation-624-release-notes.html");
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("VMware Local Security Checks");
  script_dependencies("gb_vmware_vrealize_automation_web_detect.nasl", "os_detection.nasl");
  script_mandatory_keys("vmware/vrealize/automation/version", "Host/runs_unixoide");
  script_xref(name:"URL", value:"http://www.vmware.com/products/vrealize-automation.html");
  exit(0);
}

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

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

if(!vmVersion = get_app_version(cpe:CPE, nofork:TRUE, port:vmPort)){
  exit(0);
}

if(vmVersion =~ "^6\." )
{
  if( version_is_less(version:vmVersion, test_version:"6.2.4"))
  {
    VULN = TRUE;
  }

  else if(vmVersion == "6.2.4.0" )
  {
    if(build = get_kb_item( "vmware/vrealize/automation/build"))
    {
      if(int(build) < 3624994)
      {
        VULN = TRUE;
      }
    }
  }

  if(VULN)
  {
    report = report_fixed_ver(installed_version:vmVersion, fixed_version:"6.2.4 Build 3624994");
    security_message(port:vmPort, data:report);
    exit(0);
  }
}
exit(99);

3.5 Low

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:S/C:N/I:P/A:N

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

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

0.001 Low

EPSS

Percentile

28.6%

Related for OPENVAS:1361412562310809794