CVE-2026-46737 Overview
CVE-2026-46737 affects Dell PowerProtect Data Manager versions prior to 20.2.0.0. The vulnerability is an Improper Input Validation flaw [CWE-20] in the product's REST API. An authenticated attacker with high privileges and remote network access can exploit this weakness to achieve remote code execution on the appliance. Dell disclosed the issue in security advisory DSA-2026-287 alongside other fixes for PowerProtect Data Manager. Because PowerProtect Data Manager handles backup and recovery workloads, compromise of the appliance can affect the integrity and availability of protected data across an enterprise environment.
Critical Impact
Authenticated remote attackers can execute arbitrary code on Dell PowerProtect Data Manager appliances, threatening backup data integrity and recovery capabilities.
Affected Products
- Dell PowerProtect Data Manager versions prior to 20.2.0.0
- REST API component of PowerProtect Data Manager
- Deployments exposed to networks accessible by high-privileged users
Discovery Timeline
- 2026-07-22 - CVE-2026-46737 published to NVD
- 2026-07-22 - Last updated in NVD database
Technical Details for CVE-2026-46737
Vulnerability Analysis
The vulnerability resides in the REST API exposed by Dell PowerProtect Data Manager. The API accepts input that is not properly validated before use, allowing crafted requests to alter execution flow on the backend. Successful exploitation results in remote code execution in the context of the PowerProtect Data Manager service. Because PowerProtect Data Manager orchestrates backup and restore operations across an enterprise, code execution on the appliance can affect data integrity, backup availability, and adjacent systems that trust the manager.
Exploitation requires an attacker to already possess high-privilege credentials on the appliance. However, once authenticated, no user interaction is required, and the attack can be executed remotely over the network.
Root Cause
The root cause is Improper Input Validation [CWE-20] within one or more REST API endpoints. The endpoints do not correctly restrict the type, structure, or content of incoming parameters. Attacker-controlled data reaches sensitive code paths where it influences command execution or process behavior on the underlying host.
Attack Vector
The attack vector is network-based. An attacker authenticates to the REST API using a high-privileged account, then sends a crafted HTTP request to the vulnerable endpoint. The malformed input passes validation checks and drives the appliance to execute attacker-supplied instructions. No local access or user interaction is required.
No public proof-of-concept or exploit code is available at time of writing. Technical specifics are limited to the vendor advisory. See the Dell Security Update DSA-2026-287 for vendor-supplied details.
Detection Methods for CVE-2026-46737
Indicators of Compromise
- Unexpected process creation by the PowerProtect Data Manager service account following REST API calls
- Anomalous outbound network connections originating from the PowerProtect Data Manager host
- REST API requests containing unusual payload structures, encoded commands, or oversized parameters
- Configuration changes or new scheduled tasks on the appliance that were not initiated by administrators
Detection Strategies
- Enable verbose logging on the PowerProtect Data Manager REST API and forward logs to a central platform for review
- Alert on REST API requests from high-privileged accounts that deviate from established administrative patterns
- Correlate authentication events on the appliance with subsequent process execution and network activity
- Baseline normal PowerProtect Data Manager child-process trees and flag deviations
Monitoring Recommendations
- Restrict REST API access to a management network segment and log all connections at the network layer
- Monitor for changes to backup policies, credentials, and integration endpoints on the appliance
- Track privileged account usage on PowerProtect Data Manager and require review for out-of-hours access
- Continuously verify the appliance version to confirm the patched build is running
How to Mitigate CVE-2026-46737
Immediate Actions Required
- Upgrade Dell PowerProtect Data Manager to version 20.2.0.0 or later as specified in DSA-2026-287
- Audit and rotate credentials for all high-privileged accounts on the appliance
- Restrict network reachability of the REST API to trusted management hosts only
- Review recent REST API activity logs for suspicious requests from privileged accounts
Patch Information
Dell has released a fixed version of PowerProtect Data Manager. Administrators should apply the update referenced in the Dell Security Update DSA-2026-287 advisory. Upgrading to version 20.2.0.0 or later remediates the improper input validation flaw in the REST API.
Workarounds
- Limit REST API exposure by placing PowerProtect Data Manager behind a firewall that only permits traffic from designated administrative subnets
- Enforce multi-factor authentication for administrative access where supported
- Reduce the number of high-privileged accounts and apply least-privilege principles to API service accounts
- Increase monitoring on the appliance until the patch is deployed
# Example: restrict REST API access at the network layer (illustrative only)
# Replace interface and subnet values to match your environment
iptables -A INPUT -p tcp --dport 443 -s 10.10.20.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

