Lucene search
+L

VMware Horizon View 6.x < 6.2.8 / 7.x (CR) < 7.8.0 / 7.5.x (ESB) < 7.5.2 Information Disclosure (VMSA-2019-0003)

🗓️ 20 Mar 2019 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 39 Views

VMware Horizon View 6.x / 7.x Information Disclosur

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2019-5513
6 Jun 202622:01
githubexploit
bdu_fstec
BDU FSTEC
The vulnerability of the central server of the VMware Connection server in the virtualization system of VMware Horizon allows a hacker to gain unauthorized access to protected information.
4 Jul 201900:00
bdu_fstec
circl
Circl
CVE-2019-5513
6 Jun 202623:00
circl
cnvd
CNVD
VMWare Horizon Information Disclosure Vulnerability
19 Mar 201900:00
cnvd
cve
CVE
CVE-2019-5513
9 Apr 201919:30
cve
cvelist
Cvelist
CVE-2019-5513
9 Apr 201919:30
cvelist
euvd
EUVD
EUVD-2019-15088
7 Oct 202500:30
euvd
kitploit
Kitploit
CVE-2019-5513-scanner
18 Sep 202609:24
kitploit
nvd
NVD
CVE-2019-5513
9 Apr 201920:30
nvd
osv
OSV
CVE-2019-5513
9 Apr 201920:30
osv
Rows per page
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(122976);
  script_version("1.4");
  script_cvs_date("Date: 2019/10/30 13:24:47");

  script_cve_id("CVE-2019-5513");
  script_bugtraq_id(107428);
  script_xref(name:"VMSA", value:"2019-0003");
  script_xref(name:"IAVA", value:"2019-A-0088");

  script_name(english:"VMware Horizon View 6.x < 6.2.8 / 7.x (CR) < 7.8.0 / 7.5.x (ESB) < 7.5.2 Information Disclosure (VMSA-2019-0003)");
  script_summary(english:"Checks the version of VMware Horizon View.");

  script_set_attribute(attribute:"synopsis", value:
"A virtualization application installed on the remote Windows host is
affected by an information disclosure vulnerability.");
 script_set_attribute(attribute:"description", value:
"The version of VMware Horizon View installed on the remote Windows
host is 6.x prior to 6.2.8, 7.x (CR) prior to 7.8.0, or 7.5.x (ESB)
prior to 7.5.2. It is, therefore, affected by an unspecified flaw
in the 'Connection Server' that allows disclosure of sensitive
information, including but not limited to, internal gateway IP
address, internal domain names, and other information.

Note that Nessus has not tested for this issue but has instead relied
only on the application's self-reported version number.");
  script_set_attribute(attribute:"see_also", value:"https://www.vmware.com/security/advisories/VMSA-2019-0003.html");
  script_set_attribute(attribute:"solution", value:
"Upgrade to VMware Horizon View version 6.2.8 / 7.5.2 (ESB) /
7.8.0 (CR) or later and apply the vendor-suggested configuration
settings.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-5513");
  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");

  script_set_attribute(attribute:"vuln_publication_date", value:"2019/03/14");
  script_set_attribute(attribute:"patch_publication_date", value:"2019/03/14");
  script_set_attribute(attribute:"plugin_publication_date", value:"2019/03/20");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:vmware:horizon_view");
  script_set_attribute(attribute:"stig_severity", value:"I");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("vmware_horizon_view_installed.nbin");
  script_require_keys("installed_sw/VMware Horizon View");

  exit(0);
}

include("vcf.inc");

get_kb_item_or_exit("SMB/Registry/Enumerated");

app_info = vcf::get_app_info(app:"VMware Horizon View", win_local:TRUE);

# need to filter out the agent as connection server only resides on the server
if (! empty_or_null(app_info['Install type']) && app_info['Install type'] =='Agent'  ) audit(AUDIT_INST_VER_NOT_VULN, 'VMWare Horizon Agent');

# Vendor has introduced 'ESB' and 'CR' branches.
# Vuln :
#        Normal :  6.x < 6.2.8
#        CR     :  7.5.x < 7.5.2
#        ESB    :  7.x < 7.5 and 7.6.x, 7.7.x
constraints = [
  { "min_version" : "6",   "fixed_version" : "6.2.8" },
  { "min_version" : "7.5", "fixed_version" : "7.5.2", "fixed_display" : "7.5.2 (ESB)" },
  { "min_version" : "7",   "fixed_version" : "7.5",   "fixed_display" : "7.8.0 (CR)"  },
  { "min_version" : "7.6", "fixed_version" : "7.8",   "fixed_display" : "7.8.0 (CR)" }
];

vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING);

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

30 Oct 2019 13:24Current
6.5Medium risk
Vulners AI Score6.5
CVSS 25
CVSS 35.3
EPSS0.01232
39