CVE-2025-46644

6.0 MEDIUM

📋 TL;DR

This CVE describes an OS command injection vulnerability in Dell PowerProtect Data Domain systems. A high-privileged attacker with local access could execute arbitrary commands on affected systems. Organizations running vulnerable versions of Data Domain Operating System (DD OS) 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 local access to exploit. 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 with local access gains command execution capabilities, potentially compromising backup data integrity or using the system as a pivot point.

🟢

If Mitigated

With proper network segmentation and access controls limiting local access to trusted administrators only, impact is significantly reduced.

🌐 Internet-Facing: LOW - Requires local access to exploit, not remotely exploitable.
🏢 Internal Only: HIGH - High-privileged attackers with local access can achieve command execution on critical backup infrastructure.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW - Command injection vulnerabilities are typically straightforward to exploit once the injection point is identified.

Exploitation requires high-privileged local access. No public exploit code is currently available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Apply updates as specified in Dell Security Advisory DSA-2025-415

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 Security Advisory DSA-2025-415. 2. Download appropriate patches from Dell Support. 3. Apply patches during maintenance window. 4. Restart affected systems as required.

🔧 Temporary Workarounds

Restrict Local Access

all

Limit local console and SSH access to only trusted administrators using strict access controls.

# Configure SSH access controls in /etc/ssh/sshd_config
# Implement network segmentation to isolate Data Domain systems

🧯 If You Can't Patch

  • Implement strict access controls to limit local access to only essential administrators
  • Monitor system logs for unusual command execution patterns and implement network segmentation

🔍 How to Verify

Check if Vulnerable:

Check DD OS version using 'version' command on Data Domain system and compare against affected versions list.

Check Version:

version

Verify Fix Applied:

After patching, verify version is no longer in affected range using 'version' command and check patch installation logs.

📡 Detection & Monitoring

Log Indicators:

  • Unusual command execution patterns in system logs
  • Unexpected privilege escalation attempts
  • Suspicious local login activity

Network Indicators:

  • Unusual outbound connections from Data Domain systems
  • Unexpected SSH or console access patterns

SIEM Query:

source="data_domain" AND (event_type="command_execution" OR event_type="privilege_escalation")

🔗 References

📤 Share & Export