CVE-2026-70423 Overview
CVE-2026-70423 is an XML External Entity (XXE) vulnerability affecting Dell OpenManage Enterprise versions prior to 4.7.0. The flaw stems from improper restriction of XML external entity references [CWE-611] in the application's XML parser. A remote attacker with low privileges can exploit this weakness to trigger information exposure. Dell addressed the issue in security advisory DSA-2026-359.
The vulnerability requires network access and authenticated (low privilege) credentials but no user interaction. Successful exploitation compromises confidentiality without impacting integrity or availability. Organizations running Dell OpenManage Enterprise for server lifecycle management should prioritize remediation to prevent disclosure of sensitive system files and internal service metadata.
Critical Impact
An authenticated remote attacker can read sensitive files and internal resources accessible to the OpenManage Enterprise service through crafted XML input.
Affected Products
- Dell OpenManage Enterprise versions prior to 4.7.0
- Deployments exposing the OpenManage Enterprise management interface to authenticated users
- Environments where low-privilege OpenManage accounts are provisioned for operators or integrations
Discovery Timeline
- 2026-08-19 - CVE-2026-70423 published to the National Vulnerability Database
- 2026-08-20 - Last updated in NVD database
Technical Details for CVE-2026-70423
Vulnerability Analysis
CVE-2026-70423 is an XML External Entity (XXE) flaw categorized under [CWE-611]. Dell OpenManage Enterprise processes XML input without disabling external entity resolution. An attacker submits crafted XML that references external entities pointing to local files or internal network resources. The parser dereferences those entities and returns their contents through application responses or error channels.
The attacker must hold a valid low-privilege account, so pre-authentication exploitation is not in scope. However, OpenManage Enterprise is commonly integrated with service accounts, operator roles, and automation credentials, expanding the pool of usable identities. Impact is limited to information disclosure; the CWE and vendor description do not indicate write access or code execution.
Root Cause
The root cause is an insecurely configured XML parser that resolves external entity declarations in user-controlled XML documents. Secure parser configuration requires disabling DOCTYPE declarations, external general entities, and external parameter entities. Dell resolved the defect in OpenManage Enterprise 4.7.0 as documented in advisory DSA-2026-359.
Attack Vector
Exploitation is network-based. An authenticated attacker sends an HTTP request containing a malicious XML payload to an OpenManage Enterprise endpoint that accepts XML. The payload defines an external entity referencing a local file path or an internal URL. When the parser expands the entity, its content is included in the parsed document and returned to the attacker, enabling filesystem reads and internal service reconnaissance.
No verified proof-of-concept code is public for this CVE. Refer to the Dell Security Update DSA-2026-359 for authoritative technical details.
Detection Methods for CVE-2026-70423
Indicators of Compromise
- HTTP request bodies to OpenManage Enterprise endpoints containing <!DOCTYPE, <!ENTITY, or SYSTEM declarations
- Outbound connections from the OpenManage Enterprise host to unexpected internal or external URLs referenced by entity payloads
- Application responses that unexpectedly contain contents of local files such as /etc/passwd or Windows configuration files
Detection Strategies
- Inspect web application firewall (WAF) and reverse proxy logs for XML payloads containing external entity syntax targeting OpenManage Enterprise URIs
- Correlate authenticated OpenManage sessions with anomalous file-read patterns or process behavior on the management server
- Baseline normal XML request sizes and structures to the management API, then alert on deviations consistent with entity-expansion attacks
Monitoring Recommendations
- Enable verbose HTTP request logging on the OpenManage Enterprise appliance and forward logs to a central analytics platform
- Monitor egress traffic from the management server for connections to attacker-controlled or unusual internal endpoints
- Track authentication events for low-privilege OpenManage accounts and flag sessions that submit XML payloads outside normal operator workflows
How to Mitigate CVE-2026-70423
Immediate Actions Required
- Upgrade Dell OpenManage Enterprise to version 4.7.0 or later as directed in DSA-2026-359
- Inventory OpenManage Enterprise accounts and disable unused low-privilege identities and stale API tokens
- Restrict network access to the OpenManage Enterprise management interface to trusted administrative networks
Patch Information
Dell released the fix in OpenManage Enterprise 4.7.0. Apply the update per vendor guidance in the Dell Security Update DSA-2026-359. Verify the running version after upgrade and confirm the patch across all clustered or high-availability instances.
Workarounds
- Place the OpenManage Enterprise management interface behind a WAF configured to block XML payloads containing DOCTYPE or ENTITY declarations
- Enforce network segmentation so the management server cannot initiate outbound connections to arbitrary internal hosts
- Rotate credentials for low-privilege OpenManage accounts and enforce multi-factor authentication where supported
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

