Cyber Resilience

CVE-2026-35073

Command Injection in Dell Data Domain Operating System 7.7.1.0 – 7.13.1.70

Published
17 April 2026
Modified
08 May 2026
Patch / advisory
CVSS Score v3.1 6.7
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0057 44th percentile
Risk Priority 45 floored blend · peak EPSS

Summary

CVE-2026-35073 is a medium-severity OS Command Injection (CWE-78) vulnerability in Dell Data Domain Operating System. Its CVSS base score is 6.7 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked at the 44th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Dell PowerProtect Data Domain, versions 7.7.1.0 through 8.7.0.0, LTS2025 release versions 8.3.1.0 through 8.3.1.20, LTS2024 release versions 7.13.1.0 through 7.13.1.60 contain an improper neutralization of special elements used in an OS command injection vulnerability. A high privileged attacker with local…

more

access could potentially exploit this vulnerability, leading to arbitrary command execution with root privileges.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

OS command injection (CWE-78) directly enables Unix shell command execution (T1059.004) and local privilege escalation to root (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-53479Same product: Dell Data Domain Operating System
CVE-2026-49813Same product: Dell Data Domain Operating System
CVE-2026-54483Same product: Dell Data Domain Operating System
CVE-2026-49814Same product: Dell Data Domain Operating System
CVE-2026-53478Same product: Dell Data Domain Operating System
CVE-2026-49815Same product: Dell Data Domain Operating System
CVE-2026-26355Same product: Dell Data Domain Operating System
CVE-2025-46645Same product: Dell Data Domain Operating System
CVE-2026-35072Same product: Dell Data Domain Operating System
CVE-2025-30099Same product: Dell Data Domain Operating System

Affected Assets

dell
data domain operating system
8.7.0.0 · 7.7.1.0 — 7.13.1.70 · 7.14.0.0 — 8.3.1.30 · 8.4.0.0 — 8.6.1.10

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-6 Least Privilege
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.5
  • V1.2.8
  • V15.2.5

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and neutralization of untrusted input to block OS command injection (CWE-78) before execution.

prevent

Restricts the privileges of local accounts so that even authorized high-privileged users cannot reach root-level command execution.

prevent

Mandates timely patching of the identified command-injection flaw in the affected Data Domain releases.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

PR.PS-06's SDLC practices directly require secure coding and input handling that blocks command-injection defects, yet the single broad outcome leaves many specific neutralization vectors and verification gaps unaddressed.

PR.PS-02 partial match
prevents

Routine patching/maintenance can remediate known command-injection CVEs in dependencies (partial forward) but does nothing to stop developers from introducing improper neutralization in custom code (none reverse).

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing and code review target insecure use of operating-system command interfaces, catching command-injection flaws introduced during development.

References