CVE-2025-30097

6.7 MEDIUM

📋 TL;DR

This CVE describes an OS command injection vulnerability in Dell PowerProtect Data Domain's DDSH CLI. A high-privileged attacker with local access can execute arbitrary commands with root privileges. Affected systems include Dell PowerProtect Data Domain with DD OS versions 7.7.1.0 through 8.1.0.10 and specific LTS releases.

💻 Affected Systems

Products:
  • Dell PowerProtect Data Domain
Versions: DD OS Feature Release versions 7.7.1.0 through 8.1.0.10, LTS2024 versions 7.13.1.0 through 7.13.1.25, LTS 2023 versions 7.10.1.0 through 7.10.1.50
Operating Systems: Data Domain Operating System (DD OS)
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects systems where high-privileged local users exist. Requires access to DDSH CLI.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

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

🟠

Likely Case

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

🟢

If Mitigated

Limited impact if proper access controls restrict local high-privileged users and network segmentation is implemented.

🌐 Internet-Facing: LOW - Requires local access to exploit, not remotely exploitable.
🏢 Internal Only: HIGH - High-privileged local attackers (insider threats or compromised accounts) can achieve root access.

🎯 Exploit Status

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

Requires high-privileged local access and knowledge of command injection techniques. No public exploit available as of analysis.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Update to DD OS versions beyond the affected ranges. Refer to Dell advisory for specific fixed versions.

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

Restart Required: No

Instructions:

1. Review Dell advisory DSA-2025-159. 2. Download appropriate patch from Dell support. 3. Apply update following Dell's documented procedures for Data Domain systems. 4. Verify update completion.

🔧 Temporary Workarounds

Restrict DDSH CLI Access

all

Limit access to DDSH CLI to only necessary administrative users through role-based access controls.

🧯 If You Can't Patch

  • Implement strict access controls to limit high-privileged local users to only trusted personnel.
  • Monitor and audit DDSH CLI usage for suspicious command patterns or privilege escalation attempts.

🔍 How to Verify

Check if Vulnerable:

Check DD OS version using 'version' command in DDSH CLI and compare against affected version ranges.

Check Version:

version

Verify Fix Applied:

After patching, verify DD OS version is outside affected ranges using 'version' command.

📡 Detection & Monitoring

Log Indicators:

  • Unusual DDSH CLI command patterns, especially with shell metacharacters or unexpected command execution

Network Indicators:

  • Not applicable - local exploitation only

SIEM Query:

Search for DDSH CLI logs containing suspicious command injection patterns like ';', '|', '&', '`', or '$()'

🔗 References

📤 Share & Export