HIGH 7.1

CVE-2026-41122: Dell PowerProtect Data Domain Stored XSS Vulnerability

Dell PowerProtect Data Domain contains a stored cross-site scripting (XSS) vulnerability that allows an unauthenticated attacker to inject malicious code into the application. When legitimate users access the affected system, that injected code executes in their browsers, potentially stealing session tokens, harvesting credentials, or performing actions on their behalf. The vulnerability affects multiple release branches across versions 7.7.1.0 through 8.7, with specific ranges identified for LTS releases.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Weaknesses (CWE)
CWE-79
Affected products
1 configuration(s)
Published / Modified
2026-07-08 / 2026-07-08

NVD description (verbatim)

Dell PowerProtect Data Domain, versions 7.7.1.0 through 8.7, LTS2026 release version 8.6.1.0 through 8.6.1.10, LTS2025 release version 8.3.1.0 through 8.3.1.30, LTS2024 release versions 7.13.1.0 through 7.13.1.70 contain a stored cross-site scripting vulnerability. An unauthenticated attacker with remote access could potentially exploit this vulnerability. Exploitation may lead to information disclosure, session theft, or client-side request forgery.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-41122 is a stored XSS vulnerability (CWE-79) in Dell PowerProtect Data Domain's web interface. The vulnerability stems from insufficient input validation and output encoding of user-supplied data, allowing an attacker to persist malicious JavaScript payloads in the application database. These payloads execute in the context of authenticated users' browsers when they view affected pages. The attack requires no authentication to inject the payload but does require user interaction to trigger exploitation. The CVSS 3.1 score of 7.1 reflects the network-accessible vector, low complexity, and the potential for confidentiality, integrity, and availability impacts through client-side compromise.

Business impact

Successful exploitation could lead to unauthorized access to backup and deduplication data managed by Data Domain systems, which often contain sensitive corporate and customer information. Session hijacking could grant attackers administrative control over backup operations, potentially enabling data exfiltration, ransomware staging, or destruction of backup copies. In environments where Data Domain is critical to business continuity and disaster recovery, compromise of these systems creates cascading risk to organizational resilience. Compromised backups lose their integrity as trusted recovery points.

Affected systems

Dell PowerProtect Data Domain versions vulnerable include: 7.7.1.0 through 8.7 (general release), 8.6.1.0 through 8.6.1.10 (LTS2026), 8.3.1.0 through 8.3.1.30 (LTS2025), and 7.13.1.0 through 7.13.1.70 (LTS2024). Organizations running any version within these ranges should verify their current Data Domain software version and consult Dell's patch advisories for applicable updates.

Exploitability

Exploitation is moderately straightforward. The attacker must craft a payload and inject it through an unauthenticated vector in the web interface, then socially engineer or wait for an authorized administrator to interact with the malicious content. No authentication is required to perform the injection, lowering the barrier to exploitation. However, the UI requirement means the attack depends on user action rather than being fully automatic. The attack surface includes any input fields or data elements reflected or stored without proper sanitization. This vulnerability is not currently tracked in CISA's Known Exploited Vulnerabilities catalog.

Remediation

Immediate patching is strongly recommended given the sensitivity of data protected by Data Domain systems. Organizations should obtain and apply vendor patches for their specific release branch—verify against Dell's security advisory for the exact patch version applicable to your installation. Until patching is complete, network segmentation to restrict administrative access to Data Domain interfaces from untrusted networks provides temporary risk reduction. Additionally, disable web interface access for users who do not require it, and enforce multi-factor authentication for all administrative accounts to limit session hijacking impact.

Patch guidance

Contact Dell for the specific patch version corresponding to your Data Domain release line and version. The vulnerability affects broad version ranges; Dell has released patches for multiple tracks (general release, LTS2026, LTS2025, LTS2024). Download patches only from Dell's official support portal or security advisory pages. Test patches in a non-production environment mirroring your deployment before applying to production backup systems. Coordinate patching windows to avoid disrupting backup and recovery operations. Verify remediation by reviewing release notes to confirm the XSS issue is addressed.

Detection guidance

Monitor Data Domain web interface logs for suspicious input patterns, particularly encoded JavaScript, script tags, or event handlers in request parameters and form submissions. Search for payloads containing 'script', 'onerror', 'onload', 'onclick', or similar XSS indicators in HTTP POST and GET parameters. Inspect administrator session logs for unexpected access times or geographic origins. Review browser-based audit logs for console errors or warnings that might indicate injected script execution. Consider deploying a Web Application Firewall (WAF) in front of Data Domain interfaces to detect and block common XSS payloads. Enable verbose logging on the Data Domain web service and correlate access patterns with known administrator activity to identify anomalies.

Why prioritize this

Prioritize this vulnerability HIGH because Data Domain systems are critical infrastructure protecting organizational data and recovery capability. The combination of unauthenticated injection capability, stored persistence, and potential for administrative session hijacking makes this a direct path to major business impact. Backup system compromise is particularly damaging because it undermines the last line of defense in incident response. The CVSS 7.1 HIGH rating, cross-site scope, and confidentiality/integrity/availability impacts align with vulnerability prioritization best practices for systems handling sensitive data.

Risk score, explained

The CVSS 3.1 score of 7.1 reflects: AV:N (remotely exploitable over the network), AC:L (no complex conditions required for exploitation), PR:N (no authentication needed to inject), UI:R (requires user interaction to trigger), S:C (crosses trust boundaries to affect other users), and C:L/I:L/A:L (impacts confidentiality, integrity, and availability). The score appropriately captures a serious vulnerability in a critical infrastructure component, though the UI requirement prevents it from reaching the 8.0+ critical threshold. Organizations managing backup systems should treat this as critical operationally even though the numeric CVSS falls in the HIGH range.

Frequently asked questions

Can this vulnerability be exploited without any user interaction?

No. While the attacker does not need authentication to inject the malicious payload, a legitimate user (typically an administrator) must interact with the affected content in their browser for the injected script to execute. The attacker cannot directly steal data; they must rely on social engineering or waiting for normal administrative activity.

If we restrict web interface access to internal networks only, does that eliminate the risk?

It significantly reduces risk, but does not eliminate it entirely. Internal network restriction prevents remote exploitation by external attackers but does not protect against insider threats or compromised internal systems. Additionally, if your organization has remote administrators accessing Data Domain over VPNs or cloud connectivity, those users remain in scope for exploitation.

What data is at highest risk if an attacker compromises a Data Domain administrator session?

An attacker gaining administrative access through session hijacking could read, modify, or delete backup metadata, access stored deduplication keys, trigger backup or restore operations, and potentially exfiltrate the data being protected. This is especially dangerous because backups are often the last trusted copy of organizational data and may contain unencrypted sensitive information.

Should we apply patches to all Data Domain systems at the same time?

No. Coordinate patching carefully with your backup and recovery schedule. Patch non-production systems first to validate compatibility and operational stability. Stagger patching of production systems during maintenance windows to avoid disrupting ongoing backup operations. Document your patching sequence and have rollback procedures ready in case issues arise.

This analysis is provided for informational purposes to support vulnerability management and risk decision-making. SEC.co does not provide exploit code, weaponized proof-of-concepts, or step-by-step attack guidance. Organizations must verify all patch versions, affected product ranges, and remediation steps against official Dell security advisories and product documentation. Implement changes only in non-production environments first, and coordinate all patching with your change management and business continuity procedures. This vulnerability analysis does not constitute legal advice or professional security consulting; consult with qualified security professionals for your specific environment. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).