Cyber Resilience

CVE-2025-43885

Command Injection in Dell Powerprotect Data Manager ≤ 19.21

Published
10 September 2025
Modified
20 October 2025
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0054 42th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-43885 is a high-severity OS Command Injection (CWE-78) vulnerability in Dell Powerprotect Data Manager. Its CVSS base score is 7.8 (High).

Operationally, ranked at the 42th 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 AC-6 (Least Privilege) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Dell PowerProtect Data Manager, version(s) 19.19 and 19.20, Hyper-V contain(s) an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Command…

more

execution.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-43884Same product: Dell Powerprotect Data Manager
CVE-2024-22445Same product: Dell Powerprotect Data Manager
CVE-2025-43888Same product: Dell Powerprotect Data Manager
CVE-2025-30480Same product: Dell Powerprotect Data Manager
CVE-2025-23375Same product: Dell Powerprotect Data Manager
CVE-2024-25971Same product: Dell Powerprotect Data Manager
CVE-2023-28062Same product: Dell Powerprotect Data Manager
CVE-2024-22454Same product: Dell Powerprotect Data Manager
CVE-2025-43886Same product: Dell Powerprotect Data Manager
CVE-2025-43725Same product: Dell Powerprotect Data Manager

Affected Assets

dell
powerprotect data manager
≤ 19.21

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
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 neutralize special characters that enable OS command injection (CWE-78).

prevent

Restricts the low-privileged local account to only the minimal rights needed, limiting the attacker's ability to execute injected commands.

detect

Enables monitoring of local process and command activity to identify anomalous OS command execution attempts.

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