Cyber Resilience

CVE-2024-48008

Command Injection in Dell Recoverpoint For Virtual Machines 6.0

Published
13 December 2024
Modified
04 February 2025
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0057 44th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2024-48008 is a medium-severity ASP.NET Misconfiguration: Creating Debug Binary (CWE-11) vulnerability in Dell Recoverpoint For Virtual Machines. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); 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 CM-2 (Baseline Configuration) and CM-6 (Configuration Settings) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Dell RecoverPoint for Virtual Machines 6.0.x contains a OS Command Injection vulnerability. An Low privileged remote attacker could potentially exploit this vulnerability leading to information disclosure ,allowing of unintended actions like reading files that may contain sensitive information

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.003 Windows Command Shell Execution
Adversaries may abuse the Windows command shell for execution.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1082 System Information Discovery Discovery
An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-22426Same product: Dell Recoverpoint For Virtual Machines
CVE-2024-22461Same product: Dell Recoverpoint For Virtual Machines
CVE-2024-47984Same product: Dell Recoverpoint For Virtual Machines
CVE-2024-24902Same product: Dell Recoverpoint For Virtual Machines
CVE-2025-21105Same product: Dell Recoverpoint For Virtual Machines
CVE-2024-28980Same product: Dell Recoverpoint For Virtual Machines
CVE-2024-38488Same product: Dell Recoverpoint For Virtual Machines
CVE-2025-21106Same product: Dell Recoverpoint For Virtual Machines
CVE-2024-22425Same product: Dell Recoverpoint For Virtual Machines
CVE-2024-48007Same product: Dell Recoverpoint For Virtual Machines

Affected Assets

dell
recoverpoint for virtual machines
6.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

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

Mitigating Controls (NIST 800-53 r5) AI

Baseline configuration explicitly excludes debug binaries and enforces production settings that prevent exposure of debugging messages.

Requires the most restrictive configuration settings, directly stopping debug mode from being enabled in deployed ASP.NET binaries.

Developer testing and evaluation can discover missing or incorrect command sanitization during development.

Input validation directly neutralizes or rejects special characters that would otherwise alter OS command structure.

Least privilege reduces the permissions available to any process that could be subverted by injected commands.

Least functionality restricts available OS commands and interpreters, limiting the blast radius of injection.

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-01 mostly match
prevents

Configuration management directly prevents debug binaries from being deployed to production.

PR.PS-06 mostly match
prevents

Secure SDLC practices include build and release configuration checks that eliminate debug binaries.

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.

finds

Security testing in development and acceptance can detect debug binaries but does not prevent their creation or deployment.

prevents

Configuration management directly requires disabling debug builds and removing diagnostic information from production releases.

prevents

Secure development life cycle mandates removal of debug symbols and verbose error handling before deployment.

prevents

Secure coding practices discourage leaving debug binaries in production but do not explicitly govern configuration settings.

mitigates

Separation of environments reduces the chance that debug builds reach production but does not address the configuration weakness itself.

References