CVE-2025-46645

6.5 MEDIUM

📋 TL;DR

This CVE describes an OS command injection vulnerability in Dell PowerProtect Data Domain systems running affected DD OS versions. A high-privileged attacker with remote access could execute arbitrary commands on the system. Organizations using vulnerable Dell PowerProtect Data Domain deployments are affected.

💻 Affected Systems

Products:
  • Dell PowerProtect Data Domain
Versions: DD OS Feature Release 7.7.1.0 through 8.4.0.0, LTS2025 8.3.1.10, LTS2024 7.13.1.0 through 7.13.1.40, LTS2023 7.10.1.0 through 7.10.1.70
Operating Systems: Data Domain Operating System (DD OS)
Default Config Vulnerable: ⚠️ Yes
Notes: Requires high privileged attacker with remote access. All configurations running affected versions are vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise allowing attacker to execute arbitrary commands with high privileges, potentially leading to data theft, system destruction, or lateral movement.

🟠

Likely Case

Privileged attacker gains command execution on the Data Domain system, potentially compromising backup integrity or accessing sensitive backup data.

🟢

If Mitigated

With proper network segmentation and access controls, impact is limited to the isolated backup environment.

🌐 Internet-Facing: MEDIUM - While exploitation requires high privileges, internet-facing backup systems are attractive targets for credential theft or supply chain attacks.
🏢 Internal Only: HIGH - Backup systems often contain sensitive data and are targeted by attackers who have already gained internal access.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires high privileged credentials but command injection vulnerabilities are typically straightforward to exploit once access is obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Update to versions beyond those listed in affected ranges. Check Dell advisory for specific fixed versions.

Vendor Advisory: https://www.dell.com/support/kbdoc/en-us/000405813/dsa-2025-415-security-update-for-dell-powerprotect-data-domain-multiple-vulnerabilities

Restart Required: Yes

Instructions:

1. Review Dell advisory DSA-2025-415. 2. Download appropriate DD OS update from Dell support. 3. Apply update following Dell's documented procedures. 4. Reboot system as required. 5. Verify update was successful.

🔧 Temporary Workarounds

Network Segmentation

all

Isolate Data Domain systems from general network access and restrict to backup/management networks only.

Access Control Hardening

all

Implement strict access controls, multi-factor authentication, and privileged access management for Data Domain administration.

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate Data Domain systems from untrusted networks
  • Enforce strong authentication and access controls, including MFA for administrative access

🔍 How to Verify

Check if Vulnerable:

Check DD OS version via administrative interface or CLI. Compare against affected version ranges listed in CVE.

Check Version:

ssh admin@data-domain 'version' or check via Data Domain System Manager web interface

Verify Fix Applied:

Verify DD OS version is updated beyond affected ranges and check for successful patch application in system logs.

📡 Detection & Monitoring

Log Indicators:

  • Unusual command execution patterns in system logs
  • Multiple failed authentication attempts followed by successful login
  • Unexpected system processes or commands

Network Indicators:

  • Unusual outbound connections from Data Domain system
  • Anomalous traffic patterns to/from backup management interfaces

SIEM Query:

source="data_domain" AND (event_type="command_execution" OR auth_failure>3) | stats count by src_ip, user

🔗 References

📤 Share & Export