CVE-2025-54254
Published: 05 August 2025
Summary
CVE-2025-54254 is a high-severity Improper Restriction of XML External Entity Reference (CWE-611) vulnerability in Adobe Experience Manager Forms. Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 49.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 CM-6 (Configuration Settings) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the XXE vulnerability by identifying, reporting, and applying vendor patches as specified in Adobe's APSB25-82 bulletin.
Implements input validation at XML processing points to restrict external entity references, preventing arbitrary file system reads.
Establishes and enforces secure configuration settings for XML parsers in Adobe Experience Manager to disable external entity processing.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
XXE in public-facing AEM directly enables remote unauthenticated exploitation (T1190) and arbitrary local file reads (T1005).
NVD Description
Adobe Experience Manager versions 6.5.23 and earlier are affected by an Improper Restriction of XML External Entity Reference ('XXE') vulnerability that could lead to arbitrary file system read. An attacker could exploit this vulnerability to access sensitive files on the…
more
local file system, scope is changed. Exploitation of this issue does not require user interaction.
Deeper analysisAI
CVE-2025-54254 is an Improper Restriction of XML External Entity Reference (XXE) vulnerability, classified as CWE-611, affecting Adobe Experience Manager versions 6.5.23 and earlier. This issue enables arbitrary file system reads, allowing attackers to access sensitive files on the local file system.
With a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N), the vulnerability is exploitable remotely over the network with low complexity, requiring no privileges or user interaction, and features a changed scope that results in high confidentiality impact. Unauthenticated attackers can leverage this to read sensitive local files without any user involvement.
Adobe's security bulletin APSB25-82, published at https://helpx.adobe.com/security/products/aem-forms/apsb25-82.html, details mitigation steps and available patches for affected versions.
Details
- CWE(s)