CVE-2025-43906

6.7 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 local access can execute arbitrary commands, potentially escalating to root privileges. Organizations using vulnerable Dell Data Domain appliances for backup and recovery are affected.

💻 Affected Systems

Products:
  • Dell PowerProtect Data Domain
Versions: DD OS Feature Release 7.7.1.0 through 8.3.0.15, LTS2025 8.3.1.0, LTS2024 7.13.1.0 through 7.13.1.30, LTS2023 7.10.1.0 through 7.10.1.60
Operating Systems: Data Domain Operating System (DD OS)
Default Config Vulnerable: ⚠️ Yes
Notes: Requires local access and high-privileged user account; not exploitable remotely without existing access.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise with root access, allowing data theft, destruction, or lateral movement to connected systems.

🟠

Likely Case

Privilege escalation from high-privileged local user to root, enabling unauthorized administrative control of the Data Domain system.

🟢

If Mitigated

Limited impact if proper network segmentation, least privilege access, and monitoring are implemented.

🌐 Internet-Facing: LOW - Requires local access and high privileges; not directly exploitable over internet.
🏢 Internal Only: HIGH - Internal attackers with local access and elevated privileges can exploit this to gain root control.

🎯 Exploit Status

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

Exploitation requires local access and high privileges; command injection vulnerability in OS commands.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Apply updates per Dell advisory DSA-2025-333

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

Restart Required: No

Instructions:

1. Review Dell advisory DSA-2025-333. 2. Download appropriate patches from Dell Support. 3. Apply patches following Dell's update procedures for Data Domain systems. 4. Verify patch application.

🔧 Temporary Workarounds

Restrict Local Access

all

Limit local access to Data Domain systems to only authorized administrators.

Implement Least Privilege

all

Ensure users have only necessary privileges; review and reduce high-privileged accounts.

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate Data Domain systems from untrusted networks.
  • Enhance monitoring and logging for suspicious command execution and privilege escalation attempts.

🔍 How to Verify

Check if Vulnerable:

Check DD OS version using 'version' command in Data Domain CLI and compare with affected versions.

Check Version:

version

Verify Fix Applied:

Verify DD OS version is updated beyond affected ranges per Dell advisory.

📡 Detection & Monitoring

Log Indicators:

  • Unusual command execution patterns
  • Privilege escalation attempts
  • Suspicious user activity from high-privileged accounts

Network Indicators:

  • Unexpected outbound connections from Data Domain system
  • Anomalous administrative traffic

SIEM Query:

source="data_domain" AND (event_type="command_execution" OR user_privilege_change="escalation")

🔗 References

📤 Share & Export