VMware vSphere Data Protection (VDP) Multiple Vulnerabilities
🗓️ 30 Aug 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType
openvas🔗 plugins.openvas.org👁 32 Views
| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| VMware vSphere Data Protection 5.x/6.x - Java Deserialization Exploit | 11 Jun 201700:00 | – | zdt | |
| The vulnerability of the backup tool for virtual machines in vSphere Data Protection, caused by deserialization issues, allows a perpetrator to execute commands on the device. | 8 Sep 201700:00 | – | bdu_fstec | |
| CVE-2017-4914 | 10 Jun 201700:00 | – | circl | |
| VMware vSphere Data Protection Local Storage vCenter Server Credentials Vulnerability | 12 Jun 201700:00 | – | cnvd | |
| VMware vSphere Data Protection Java Deserialization Vulnerability | 7 Jun 201700:00 | – | cnvd | |
| VMware vSphere Data Protection Remote Code Execution (CVE-2017-4914) | 12 Jun 201700:00 | – | checkpoint_advisories | |
| CVE-2017-4914 | 7 Jun 201717:00 | – | cve | |
| CVE-2017-4917 | 7 Jun 201717:00 | – | cve | |
| CVE-2017-4914 | 7 Jun 201717:00 | – | cvelist | |
| CVE-2017-4917 | 7 Jun 201717:00 | – | cvelist |
10
| Source | Link |
|---|---|
| vmware | www.vmware.com/security/advisories/VMSA-2017-0010.html |
| securityfocus | www.securityfocus.com/bid/98936 |
| securityfocus | www.securityfocus.com/bid/98939 |
# 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.811319");
script_version("2026-04-28T06:28:06+0000");
script_cve_id("CVE-2017-4914", "CVE-2017-4917");
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_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
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:"2017-08-13 01:29:00 +0000 (Sun, 13 Aug 2017)");
script_tag(name:"creation_date", value:"2017-08-30 16:55:06 +0530 (Wed, 30 Aug 2017)");
script_tag(name:"qod_type", value:"package");
script_name("VMware vSphere Data Protection (VDP) Multiple Vulnerabilities");
script_tag(name:"summary", value:"VMware vSphere Data Protection (VDP) is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Multiple flaws exist due to
- A deserialization issue.
- Storing vCenter Server credentials locally using reversible encryption.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to execute commands on the appliance, also can obtain password
information.");
script_tag(name:"affected", value:"VMware vSphere Data Protection (VDP)
versions 6.1.x, 6.0.x, 5.8.x, and 5.5.x");
script_tag(name:"solution", value:"Upgrade to VMware vSphere Data Protection
(VDP) 6.1.4, 6.0.5 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"https://www.vmware.com/security/advisories/VMSA-2017-0010.html");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/98936");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/98939");
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\.5\.") || (appVer =~ "^5\.8\.") || (appVer =~ "^6\.0\."))
&& (version_is_less(version:appVer, test_version:"6.0.5"))){
fix = "6.0.5";
}
else if((appVer =~ "^6\.1\.") && (version_is_less(version:appVer, test_version:"6.1.4"))){
fix = "6.1.4";
}
if(fix)
{
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
8.5High risk
Vulners AI Score8.5
CVSS 27.5
CVSS 39.8
EPSS0.08833