CVE-2026-48359
Adobe Experience Manager vulnerability analysis and mitigation

Overview

CVE-2026-48359 is an Improper Restriction of XML External Entity Reference (XXE) vulnerability in Adobe Experience Manager (AEM) that can result in arbitrary code execution in the context of the current user. It affects AEM as a Cloud Service through version 2026.5.0, AEM 6.5 through version 6.5.25.0, and AEM 6.5 LTS through SP2. Adobe disclosed and patched the vulnerability on July 14, 2026, via security advisory APSB26-74. It carries a CVSS v3.1 base score of 9.6 (Critical) with changed scope (Adobe Advisory).

Technical details

The vulnerability is classified as CWE-611 (Improper Restriction of XML External Entity Reference), where the application fails to properly restrict the processing of XML external entities in user-supplied input. A low-privileged, network-based attacker can craft malicious XML payloads that, when processed by the AEM server, trigger external entity resolution — enabling file read operations and potentially arbitrary code execution. No user interaction is required, and the changed scope (S:C) indicates that successful exploitation can affect resources beyond the vulnerable component itself, such as other system resources or user sessions (Adobe Advisory).

Impact

Successful exploitation allows a low-privileged attacker to read sensitive files on the server and potentially execute arbitrary code in the context of the current user, with high impact to both confidentiality and integrity. The changed scope means the attacker may gain elevated access or control over victim accounts or sessions beyond the AEM application boundary. Availability is not directly impacted, but the combination of file disclosure and potential code execution creates significant risk for data exfiltration, credential theft, and lateral movement within enterprise environments (Adobe Advisory).

Exploitation steps

  1. Reconnaissance: Identify internet-facing Adobe Experience Manager instances (Cloud Service ≤2026.5.0, AEM 6.5 ≤6.5.25.0, or AEM 6.5 LTS ≤SP2) using tools like Shodan, Censys, or targeted web crawling.
  2. Obtain low-privileged credentials: Acquire any valid AEM user account (e.g., through phishing, credential stuffing, or default credentials), as exploitation requires only low-privilege authentication.
  3. Identify XML-processing endpoints: Enumerate AEM endpoints that accept XML input, such as content import/export features, DAM asset upload, or API endpoints that process XML-formatted data.
  4. Craft malicious XXE payload: Construct an XML document containing an external entity declaration pointing to a sensitive local file (e.g., /etc/passwd) or an attacker-controlled server for out-of-band data exfiltration:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE foo [
      <!ENTITY xxe SYSTEM "file:///etc/passwd">
    ]>
    <root>&xxe;</root>
  5. Submit payload: Send the crafted XML to the vulnerable AEM endpoint via an authenticated HTTP request.
  6. Exfiltrate data or escalate: Retrieve sensitive file contents from the server response or via out-of-band DNS/HTTP callbacks; leverage disclosed credentials or session tokens to escalate privileges or pivot to other systems (Adobe Advisory).

Indicators of compromise

  • Network: Unusual outbound HTTP/DNS requests from the AEM server to external or attacker-controlled hosts (indicative of out-of-band XXE); unexpected connections to internal network resources originating from the AEM process.
  • Logs: AEM access logs showing authenticated POST requests to XML-processing endpoints with unusually large or malformed XML bodies; error logs referencing external entity resolution failures or unexpected file system access attempts.
  • File System: Unexpected access to sensitive system files (e.g., /etc/passwd, /etc/shadow, application configuration files) reflected in OS-level audit logs; new or modified files in AEM installation directories.
  • Process: AEM Java process spawning unexpected child processes or making unusual system calls; anomalous memory usage consistent with payload processing.

Mitigation and workarounds

Adobe has released patches addressing CVE-2026-48359 via security advisory APSB26-74 (published July 14, 2026). Organizations should apply the following fixes as soon as possible:

  • AEM as a Cloud Service: Update to version 2026.6.0 or later.
  • AEM 6.5: Apply the hotfix for NPR-43971 (available for version 6.5.25).
  • AEM 6.5 LTS: Apply the hotfix for NPR-43972 (available for SP2).

As interim mitigations, restrict network-level access to AEM instances to trusted IP ranges, enforce the principle of least privilege for AEM user accounts, and monitor for suspicious XML-based request patterns. Disabling unnecessary XML processing features where feasible can also reduce attack surface (Adobe Advisory).

Community reactions

The vulnerability was covered by SecurityWeek and The Hacker News as part of broader Adobe July 2026 Patch Tuesday coverage, which also addressed critical ColdFusion vulnerabilities (The Hacker News). The Center for Internet Security (CIS) issued an advisory noting that multiple Adobe vulnerabilities patched in July 2026 could allow arbitrary code execution. Community coverage on platforms such as VulnDB and threat intelligence aggregators highlighted the critical CVSS score and changed scope as key risk factors. No significant controversy or researcher-specific commentary beyond standard patch advisories has been observed.

Additional resources


SourceThis report was generated using AI

Related Adobe Experience Manager vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-48359CRITICAL9.6
  • Adobe Experience Manager logoAdobe Experience Manager
  • cpe:2.3:a:adobe:experience_manager
NoYesJul 14, 2026
CVE-2026-48310HIGH8.6
  • Adobe Experience Manager logoAdobe Experience Manager
  • cpe:2.3:a:adobe:experience_manager
NoYesJul 14, 2026
CVE-2026-48355MEDIUM5.4
  • Adobe Experience Manager logoAdobe Experience Manager
  • cpe:2.3:a:adobe:experience_manager
NoYesJul 14, 2026
CVE-2026-48263MEDIUM5.4
  • Adobe Experience Manager logoAdobe Experience Manager
  • cpe:2.3:a:adobe:experience_manager
NoYesJul 14, 2026
CVE-2026-48262MEDIUM5.4
  • Adobe Experience Manager logoAdobe Experience Manager
  • cpe:2.3:a:adobe:experience_manager
NoYesJul 14, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management