Lucene search
+L

EMC Data Domain Privilege Escalation Vulnerability (ESA-2017-036)

🗓️ 16 May 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

EMC Data Domain Privilege Escalation Vulnerability affecting OS versions 5.2.x, 5.4.x, 5.5.x, 5.6.x, 5.7.x, and 6.0.x. Rogue admin can exploit SO user's public key to escalate privileges. Update to 5.7.3.0, 6.0.1.0, or later versions

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
EMC Data Domain Operating System Elevation of Privilege Vulnerability
17 May 201700:00
cnvd
cve
CVE
CVE-2017-4983
4 May 201714:00
cve
cvelist
Cvelist
CVE-2017-4983
4 May 201714:00
cvelist
euvd
EUVD
EUVD-2017-14096
7 Oct 202500:30
euvd
nvd
NVD
CVE-2017-4983
4 May 201714:29
nvd
osv
OSV
CVE-2017-4983
4 May 201714:29
osv
prion
Prion
Privilege escalation
4 May 201714:29
prion
# 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:dell:powerprotect_data_domain";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.106806");
  script_version("2026-04-29T06:25:32+0000");
  script_tag(name:"last_modification", value:"2026-04-29 06:25:32 +0000 (Wed, 29 Apr 2026)");
  script_tag(name:"creation_date", value:"2017-05-16 16:28:36 +0700 (Tue, 16 May 2017)");
  script_tag(name:"cvss_base", value:"4.6");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2020-12-07 17:25:00 +0000 (Mon, 07 Dec 2020)");

  script_cve_id("CVE-2017-4983");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("EMC Data Domain Privilege Escalation Vulnerability (ESA-2017-036)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("Privilege escalation");
  script_dependencies("gb_dell_powerprotect_data_domain_consolidation.nasl");
  script_mandatory_keys("dell/powerprotect/data_domain/detected");

  script_tag(name:"summary", value:"EMC Data Domain OS is affected by a privilege escalation
  vulnerability that may potentially be exploited by attackers to compromise the affected
  system.");

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

  script_tag(name:"insight", value:"EMC Data Domain OS is potentially vulnerable to a privilege
  escalation vulnerability. A rogue administrator may be able to log in as the Security Office (SO)
  and escalate privileges by using SO user's public key that is stored unprotected on the Data
  Domain system.");

  script_tag(name:"affected", value:"EMC Data Domain OS 5.2.x, 5.4.x, 5.5.x, 5.6.x, 5.7.x and
  6.0.x.");

  script_tag(name:"solution", value:"Update to version 5.7.3.0, 6.0.1.0 or later.");

  script_xref(name:"URL", value:"http://seclists.org/bugtraq/2017/May/att-12/ESA-2017-036.txt");

  exit(0);
}

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

if (!version = get_app_version(cpe: CPE, nofork: TRUE))
  exit(0);

if (version_is_less(version: version, test_version: "5.7.3.0")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "5.7.3.0");
  security_message(port: 0, data: report);
  exit(0);
}

if (version =~ "^6\.0\.0") {
  report = report_fixed_ver(installed_version: version, fixed_version: "6.0.1.0");
  security_message(port: 0, 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

29 Apr 2026 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 24.6
CVSS 36.7
EPSS0.00382
24