Lucene search
+L

VMware vSphere Data Protection Command Execution and Information Disclosure Vulnerabilities

🗓️ 13 Jun 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 38 Views

VMware vSphere Data Protection Command Execution and Information Disclosure Vulnerabilities. Prone to arbitrary command execution and data disclosure

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
VMware vSphere Data Protection Local Storage vCenter Server Credentials Vulnerability
12 Jun 201700:00
cnvd
cve
CVE
CVE-2017-4917
7 Jun 201717:00
cve
cvelist
Cvelist
CVE-2017-4917
7 Jun 201717:00
cvelist
euvd
EUVD
EUVD-2017-14034
7 Oct 202500:30
euvd
nvd
NVD
CVE-2017-4917
7 Jun 201717:29
nvd
openvas
OpenVAS
VMware vSphere Data Protection (VDP) Multiple Vulnerabilities
30 Aug 201700:00
openvas
osv
OSV
CVE-2017-4917
7 Jun 201717:29
osv
prion
Prion
Design/Logic Flaw
7 Jun 201717:29
prion
threatpost
ThreatPost
VMware Patches Critical Vulnerabilities in vSphere Data Protection
8 Jun 201712:12
threatpost
vmware
VMware
VMSA-2017-0010:vSphere Data Protection (VDP) updates address multiple security issues.
4 Jun 201700:00
vmware
Rows per page
# 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.107217");
  script_version("2026-04-28T06:28:06+0000");
  script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
  script_tag(name:"creation_date", value:"2017-06-13 13:41:13 +0200 (Tue, 13 Jun 2017)");
  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:"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:"qod_type", value:"package");
  script_name("VMware vSphere Data Protection Command Execution and Information Disclosure Vulnerabilities");

  script_tag(name:"summary", value:"VMware vSphere Data Protection is prone
  to an arbitrary command-execution and information disclosure vulnerabilities.");

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

  script_tag(name:"insight", value:"VMware vSphere Data Protection is prone to
  an arbitrary command-execution and information disclosure vulnerabilities.
  An attacker can exploit this issue to execute arbitrary command on the affected
  system. This may aid in further attacks.");

  script_tag(name:"impact", value:"An attacker can exploit this issue to execute
  arbitrary command on the affected system. This may aid in further attacks.
  Attacker can also gain access to potentially sensitive information.");

  script_tag(name:"affected", value:"VMWare vSphere Data Protection 5.5.x before
  6.0.5, 5.8.x before 6.0.5, 6.0.x before 6.0.5, 6.1.x before 6.1.4");
  script_tag(name:"solution", value:"Updates are available.");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/98939");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/98936");
  script_xref(name:"URL", value:"http://www.vmware.com/security/advisories/VMSA-2017-0010.html");
  script_tag(name:"solution_type", value:"VendorFix");
  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);

  exit(0);
}

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

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

if(!Ver = get_app_version(cpe:CPE, port:Port)){
  exit(0);
}

if (Ver =~ "^5\.5\.")
{
  VULN = TRUE;
  fix = "6.0.5";
}
else if(Ver =~ "^5\.8\.")
{
  VULN = TRUE;
  fix = "6.0.5";
}
else if((Ver =~ "^6\.1\.") && (version_is_less(version:Ver, test_version:"6.1.4")))
{
  VULN = TRUE;
  fix = "6.1.4";
}
else if((Ver =~ "^6\.0\.") && (version_is_less(version:Ver, test_version:"6.0.5")))
{
  VULN = TRUE;
  fix = "6.0.5";
}

if(VULN)
{
  report = report_fixed_ver(installed_version:Ver, fixed_version:fix);
  security_message(port:Port, data:report);
  exit(0);
}

exit(99);

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