| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| VMware NSX and VMware vCNS Sensitive Information Disclosure Vulnerability | 19 Jun 201600:00 | – | cnvd | |
| CVE-2016-2079 | 3 Jul 201601:00 | – | cve | |
| CVE-2016-2079 | 3 Jul 201601:00 | – | cvelist | |
| EUVD-2016-3184 | 7 Oct 202500:30 | – | euvd | |
| CVE-2016-2079 | 3 Jul 201601:59 | – | nvd | |
| VMware NSX product updates address a critical information disclosure vulnerability (VMSA-2016-0007) | 10 Jun 201600:00 | – | openvas | |
| CVE-2016-2079 | 3 Jul 201601:59 | – | osv | |
| Information disclosure | 3 Jul 201601:59 | – | prion | |
| VMSA-2016-0007:VMware NSX and vCNS product updates address a CRITICAL information disclosure vulnerability | 7 Jun 201600:00 | – | vmware | |
| VMware NSX and vCNS product updates address a critical information disclosure vulnerability | 9 Jun 201600:00 | – | vmware |
#
# (C) Tenable Network Security, Inc.
#
include('compat.inc');
if (description)
{
script_id(95260);
script_version("1.8");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/01/16");
script_cve_id("CVE-2016-2079");
script_xref(name:"VMSA", value:"2016-0007");
script_name(english:"VMware NSX Edge Information Disclosure (VMSA-2016-0007)");
script_set_attribute(attribute:"synopsis", value:
"The remote host is affected by an information disclosure
vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of VMware NSX Edge installed on the remote host is 6.1.x
prior to 6.1.7 or 6.2.x prior to 6.2.3. It is, therefore, affected by
a flaw in the SSL-VPN feature due to improper validation of input. An
unauthenticated, remote attacker can exploit this to disclose
potentially sensitive information. Note that this issue only applies
when SSL-VPN is enabled.");
script_set_attribute(attribute:"see_also", value:"https://www.vmware.com/security/advisories/VMSA-2016-0007.html");
script_set_attribute(attribute:"solution", value:
"Upgrade to VMware NSX Edge version 6.1.7 / 6.2.3 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/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:H/PR:N/UI:N/S:U/C:H/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-2016-2079");
script_set_attribute(attribute:"cvss3_score_rationale", value:"Scoring adjustsed to align with CVSS 3.1 attack complexity guidance.");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2016/06/09");
script_set_attribute(attribute:"patch_publication_date", value:"2016/06/09");
script_set_attribute(attribute:"plugin_publication_date", value:"2016/11/23");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:vmware:nsx");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2016-2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("vmware_nsx_installed.nbin");
script_require_keys("Host/VMware NSX/Version", "Host/VMware NSX/Build", "Host/VMware NSX/Product");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
product_name = "VMware NSX Edge";
product = get_kb_item_or_exit("Host/VMware NSX/Product");
if (product != "Edge") audit(AUDIT_HOST_NOT, product_name);
version = get_kb_item_or_exit("Host/VMware NSX/Version");
build = get_kb_item_or_exit("Host/VMware NSX/Build");
sslvpn = get_kb_item("Host/VMware NSX/SSLVPN-Plus");
fix = '';
if (version =~ '^6\\.2\\.' && int(build) < '3979471') fix = '6.2.3 Build 3979471';
else if (version =~ '^6\\.1\\.' && int(build) < '3949567') fix = '6.1.7 Build 3949567';
else audit(AUDIT_INST_VER_NOT_VULN, product_name, version, build);
caveat = '';
if (sslvpn == FALSE) audit(AUDIT_HOST_NOT,"affected");
if (sslvpn == "unknown")
{
if (report_paranoia < 2) audit(AUDIT_PARANOID);
caveat = '\nNote that Nessus was unable to determine if the SSL VPN-Plus service was enabled.\n';
}
report =
'\n Installed product : ' + product_name +
'\n Installed version : ' + version + ' Build ' + build +
'\n Fixed version : ' + fix +
'\n' + caveat;
security_report_v4(port:0, extra:report, 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