Cyber Resilience

CVE-2025-36569

Command Injection in Dell Data Domain Operating System 7.7.1.0 – 7.10.1.60

Published
07 October 2025
Modified
14 October 2025
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.0049 39th percentile
Risk Priority 45 floored blend · peak EPSS

Summary

CVE-2025-36569 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, ranked at the 39th 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 AC-6 (Least Privilege) — 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 with Data Domain Operating System (DD OS) of Feature Release versions 7.7.1.0 through 8.1.0.10, LTS2024 release Versions 7.13.1.0 through 7.13.1.25, LTS 2023 release versions 7.10.1.0 through 7.10.1.50, contain an Improper Neutralization of Special Elements used in…

more

an OS Command ('OS Command Injection') vulnerability. A high privileged attacker with local access could potentially exploit this vulnerability to execute arbitrary commands with root privileges.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-53479Same product: Dell Data Domain Operating System
CVE-2026-35073Same product: Dell Data Domain Operating System
CVE-2026-49814Same product: Dell Data Domain Operating System
CVE-2025-30099Same product: Dell Data Domain Operating System
CVE-2026-49813Same product: Dell Data Domain Operating System
CVE-2025-36566Same product: Dell Data Domain Operating System
CVE-2026-53478Same product: Dell Data Domain Operating System
CVE-2024-37140Same product: Dell Data Domain Operating System
CVE-2025-43908Same product: Dell Data Domain Operating System
CVE-2026-49815Same product: Dell Data Domain Operating System

Affected Assets

dell
data domain operating system
7.7.1.0 — 7.10.1.60 · 7.13.1.0 — 7.13.1.30 · 8.0.0.0 — 8.3.0.10

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-6 Least Privilege
  • CM-7 Least Functionality
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 of inputs to block special characters and metacharacters that enable OS command injection in the Data Domain management interfaces.

prevent

Enforces least privilege so that even a local high-privileged account cannot obtain unrestricted root-level command execution after exploiting the injection flaw.

prevent

Restricts the set of allowed operating-system commands and utilities available to the Data Domain processes, reducing the attack surface for injected commands.

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