VMware vSphere Data Protection (VDP) Man-in-the-Middle Attack Vulnerability
🗓️ 11 Apr 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType
openvas🔗 plugins.openvas.org👁 46 Views
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| VMware vSphere Data Protection Certificate Validation Security Bypass Vulnerability | 2 Feb 201500:00 | – | cnvd | |
| CVE-2014-4632 | 1 Feb 201502:00 | – | cve | |
| CVE-2014-4632 | 1 Feb 201502:00 | – | cvelist | |
| EUVD-2014-4558 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-4632 | 1 Feb 201502:59 | – | nvd | |
| Design/Logic Flaw | 1 Feb 201502:59 | – | prion | |
| ESA-2015-006: EMC Avamar Missing Certificate Validation Vulnerability | 2 Feb 201500:00 | – | securityvulns | |
| NEW VMSA-2015-0002 VMware vSphere Data Protection product update addresses a certificate validation vulnerability | 2 Feb 201500:00 | – | securityvulns | |
| EMC Avamar certificate protection bypass | 2 Feb 201500:00 | – | securityvulns | |
| VMware vSphere Data Protection certificate validation bypass | 2 Feb 201500:00 | – | securityvulns |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/72367 |
| vmware | www.vmware.com/security/advisories/VMSA-2015-0002.html |
| securitytracker | www.securitytracker.com/id/1031664 |
# 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:vsphere_data_protection";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.810683");
script_version("2026-04-28T06:28:06+0000");
script_cve_id("CVE-2014-4632");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2017-04-11 12:14:20 +0530 (Tue, 11 Apr 2017)");
script_tag(name:"qod_type", value:"package");
script_name("VMware vSphere Data Protection (VDP) Man-in-the-Middle Attack Vulnerability");
script_tag(name:"summary", value:"VMware vSphere Data Protection (VDP) is prone to a man in the middle attack 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 due to improper verification
of X.509 certificates from vCenter Server SSL servers.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to spoof servers, and bypass intended backup and restore access
restrictions, via a crafted certificate.");
script_tag(name:"affected", value:"VMware vSphere Data Protection (VDP) 5.1,
5.5 before 5.5.9, and 5.8 before 5.8.1");
script_tag(name:"solution", value:"Upgrade to VMware vSphere Data Protection
(VDP) 5.5.9 or 5.8.1 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://www.vmware.com/security/advisories/VMSA-2015-0002.html");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/72367");
script_xref(name:"URL", value:"http://www.securitytracker.com/id/1031664");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2017 Greenbone AG");
script_family("General");
script_dependencies("gb_vmware_vsphere_data_protection_version.nasl");
script_mandatory_keys("vmware/vSphere_Data_Protection/version");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!appVer = get_app_version(cpe:CPE)){
exit(0);
}
if(appVer =~ "^5\.1\.")
{
VULN = TRUE;
fix = "5.5.9 or 5.8.1";
}
else if((appVer =~ "^5\.5\.") && (version_is_less(version:appVer, test_version:"5.5.9")))
{
VULN = TRUE;
fix = "5.5.9";
}
else if((appVer =~ "^5\.8\.") && (version_is_less(version:appVer, test_version:"5.8.1")))
{
VULN = TRUE;
fix = "5.8.1";
}
if(VULN)
{
report = report_fixed_ver(installed_version:appVer, fixed_version:fix);
security_message(data:report);
exit(0);
}
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
28 Apr 2026 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 24.3
EPSS0.0062