CVE-2025-54251
published 2025-09-09CVE-2025-54251: Adobe Experience Manager versions 6.5.23.0 and earlier are affected by an XML Injection vulnerability that could result in a Security feature bypass. A…
PriorityP276medium4.3CVSS 3.1
AVNACLPRLUINSUCNILAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
1.61%
73.2th percentile
Adobe Experience Manager versions 6.5.23.0 and earlier are affected by an XML Injection vulnerability that could result in a Security feature bypass. A low-privileged attacker could leverage this vulnerability to manipulate XML queries and gain limited unauthorized write access.
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| adobe | adobe_experience_manager | <= 6.5.23.0 | — |
| adobe | experience_manager | <= 6.5.23.0 | — |
| adobe | experience_manager | <= 2025.8.0 | — |
| adobe | experience_manager | — | — |
Detection & IOCsextracted from sources · hover to see the quote
yara↗
rule CVE_2025_54251_AEM_XML_Injection { meta: description = "Detects CVE-2025-54251 Adobe Experience Manager XML Injection exploit attempt" strings: $ua = "hopgoblin/1.0" $path = "/crx/packmgr/service/exec.json" $bypass = "x='x/graphql/execute/json/x'" $xxe = "]>&foo;" condition: $ua and $path and $bypass }- →Detect POST requests to /crx/packmgr/service/exec.json with the semicolon-based path bypass suffix ;x='x/graphql/execute/json/x' and query parameter cmd=upload, which is the exploitation path for CVE-2025-54251. ↗
- →Flag multipart/form-data uploads to the AEM package manager endpoint that include a ZIP file containing META-INF/vault/privileges.xml with an XXE payload (]>&foo;). ↗
- →Alert on HTTP requests bearing the User-Agent 'hopgoblin/1.0', which is the scanner/exploit tool associated with this CVE. ↗
- →Monitor for out-of-band (OOB/OAST) DNS or HTTP callbacks triggered from the AEM server, as successful exploitation causes the server to make external requests (interactsh_protocol: http). ↗
- →The attack uses semicolon-based path traversal/bypass patterns (;x='.pdf/x', ;x='.ico/x', ;x='.html/x', ;x='.css/x', ;x='x/graphql/execute/json/x') to evade AEM dispatcher/security filters on sensitive endpoints. ↗
- →The exploit targets a low-privileged (authenticated) user context; monitor for unexpected package upload activity (cmd=upload) from non-admin accounts on the AEM package manager. ↗
- ·The Nuclei template uses out-of-band interaction (interactsh) to confirm exploitation; detection without an OOB callback infrastructure will only catch the request pattern, not confirmed exploitation. ↗
- ·The template is tagged 'intrusive' — the exploit uploads a malicious ZIP package to the AEM package manager, which may cause side effects on production systems during detection scanning. ↗
- ·The bypass relies on AEM dispatcher misconfiguration that allows semicolon-suffixed paths to reach protected endpoints; environments with a correctly hardened dispatcher blocking semicolons in URLs may not be exploitable. ↗
- ·The template stops at first successful path match (stop-at-first-match: true), so IDS/WAF rules should cover all six bypass path variants to ensure full coverage. ↗
CVSS provenance
nvdv3.14.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
vulncheck4.3MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-6cr4-774r-vpp6: Adobe Experience Manager versions 6
ghsa_unreviewed·2025-09-09
CVE-2025-54251 [MEDIUM] CWE-91 GHSA-6cr4-774r-vpp6: Adobe Experience Manager versions 6
Adobe Experience Manager versions 6.5.23.0 and earlier are affected by an XML Injection vulnerability that could result in a Security feature bypass. A low-privileged attacker could leverage this vulnerability to manipulate XML queries and gain limited unauthorized write access.
VulnCheck
Adobe experience_manager XML Injection (aka Blind XPath Injection)
vulncheck·2025·CVSS 4.3
CVE-2025-54251 [MEDIUM] Adobe experience_manager XML Injection (aka Blind XPath Injection)
Adobe experience_manager XML Injection (aka Blind XPath Injection)
Adobe Experience Manager versions 6.5.23.0 and earlier are affected by an XML Injection vulnerability that could result in a Security feature bypass. A low-privileged attacker could leverage this vulnerability to manipulate XML queries and gain limited unauthorized write access.
Affected: Adobe experience_manager
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://app.crowdsec.net/cti/cve-explorer/CVE-2025-54251
No detection rules found.
Nuclei
Adobe Experience Manager ≤ 6.5.23.0 – SSRF
nuclei·CVSS 6.5
CVE-2025-54249 [MEDIUM] Adobe Experience Manager ≤ 6.5.23.0 – SSRF
Adobe Experience Manager ≤ 6.5.23.0 – SSRF
Adobe Experience Manager versions 6.5.23.0 and earlier are affected by a Server-Side Request Forgery (SSRF) vulnerability that could result in a Security feature bypass
Template:
id: CVE-2025-54249
info:
name: Adobe Experience Manager ≤ 6.5.23.0 – SSRF
author: DhiyaneshDk,assetnote
severity: medium
description: |
Adobe Experience Manager versions 6.5.23.0 and earlier are affected by a Server-Side Request Forgery (SSRF) vulnerability that could result in a Security feature bypass
impact: |
Unauthenticated attackers can bypass security feature restrictions and force the server to make requests to arbitrary URLs, potentially enabling access to internal services and metadata endpoints.
remediation: |
Upgrade Adobe Experience Manager to a version l
Nuclei
Adobe Experience Manager ≤ 6.5.23.0 - XML Injection
nuclei·CVSS 4.3
CVE-2025-54251 [MEDIUM] Adobe Experience Manager ≤ 6.5.23.0 - XML Injection
Adobe Experience Manager ≤ 6.5.23.0 - XML Injection
Adobe Experience Manager versions 6.5.23.0 and earlier are affected by an XML Injection vulnerability that could result in a Security feature bypass.
Template:
id: CVE-2025-54251
info:
name: Adobe Experience Manager ≤ 6.5.23.0 - XML Injection
author: DhiyaneshDK,assetnote
severity: medium
description: |
Adobe Experience Manager versions 6.5.23.0 and earlier are affected by an XML Injection vulnerability that could result in a Security feature bypass.
impact: |
Attackers can inject malicious XML payloads to bypass security features and potentially access sensitive information through external entity references.
remediation: |
Upgrade Adobe Experience Manager to a version later than 6.5.23.0 that properly disables external entity proces
2025-09-09
Published
Exploited in the wild