CVE-2025-64801: Cross-site Scripting (Stored XSS) (CWE-79) in Adobe Adobe Experience Manager
CVE-2025-64801 is a stored Cross-Site Scripting (XSS) vulnerability affecting Adobe Experience Manager (AEM) versions 6. 5. 23 and earlier. A low-privileged attacker can inject malicious JavaScript into vulnerable form fields, which executes in the browsers of users who visit the affected pages. This vulnerability requires user interaction and some privileges but can compromise confidentiality and integrity by stealing session tokens or performing actions on behalf of users. The CVSS score is 5. 4 (medium severity), reflecting the moderate impact and exploitation complexity. No known exploits are currently reported in the wild. European organizations using affected AEM versions, especially those in countries with high adoption of Adobe products and significant digital service infrastructure, are at risk. Mitigation involves applying patches once available, implementing strict input validation and output encoding, and employing Content Security Policy (CSP) headers to reduce script injection impact.
AI Analysis
Technical Summary
CVE-2025-64801 is a stored Cross-Site Scripting (XSS) vulnerability identified in Adobe Experience Manager (AEM) versions 6.5.23 and earlier. Stored XSS occurs when malicious script code is permanently stored on a target server, such as within form fields, and later executed in the browsers of users who access the affected content. In this case, a low-privileged attacker can inject arbitrary JavaScript into vulnerable form fields within AEM. When other users visit pages containing these fields, the malicious scripts execute in their browsers, potentially allowing attackers to steal session cookies, perform actions on behalf of users, or redirect users to malicious sites. The vulnerability requires some level of user interaction (browsing to the affected page) and low privilege on the system, but no authentication bypass is indicated. The CVSS v3.1 base score of 5.4 reflects a medium severity, with the vector indicating network attack vector (AV:N), low attack complexity (AC:L), low privileges required (PR:L), user interaction required (UI:R), scope changed (S:C), and impacts on confidentiality and integrity (C:L/I:L) but no impact on availability (A:N). No public exploits have been reported yet, and no patches are currently linked, indicating that organizations should monitor Adobe advisories closely. The vulnerability stems from insufficient input validation and output encoding in form fields, allowing script injection. Given AEM's widespread use in enterprise content management and digital experience platforms, exploitation could lead to data leakage, session hijacking, or unauthorized actions within affected web applications.
Potential Impact
For European organizations, this vulnerability poses a risk primarily to confidentiality and integrity of user data and sessions. Attackers exploiting this flaw could steal authentication tokens, enabling unauthorized access to sensitive information or user accounts. This is particularly concerning for organizations handling personal data under GDPR, as exploitation could lead to data breaches and regulatory penalties. The impact on availability is minimal, but the reputational damage and potential financial loss from compromised user trust and regulatory fines could be significant. Organizations using AEM for customer-facing websites, intranets, or digital services are at risk of targeted attacks, especially if they have not applied mitigations or patches. The medium severity score suggests that while exploitation is feasible, it requires some user interaction and privileges, limiting mass exploitation but still posing a serious threat to high-value targets. The absence of known exploits in the wild provides a window for proactive defense.
Mitigation Recommendations
1. Monitor Adobe security advisories closely and apply official patches or updates as soon as they become available for AEM versions 6.5.23 and earlier. 2. Implement strict input validation on all form fields to reject or sanitize potentially malicious scripts before storage. 3. Employ robust output encoding/escaping techniques when rendering user-supplied content to prevent script execution. 4. Deploy Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts and reduce the impact of any injected code. 5. Conduct regular security audits and penetration testing focused on web application input handling and XSS vulnerabilities. 6. Educate developers and administrators on secure coding practices specific to AEM and web applications. 7. Restrict privileges for users who can submit content to minimize the risk from low-privileged attackers. 8. Use web application firewalls (WAFs) with rules tuned to detect and block XSS attack patterns targeting AEM. 9. Monitor logs and user activity for unusual behavior that could indicate exploitation attempts. 10. Consider isolating or sandboxing vulnerable components until patches are applied.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy, Spain, Sweden
CVE-2025-64801: Cross-site Scripting (Stored XSS) (CWE-79) in Adobe Adobe Experience Manager
Description
CVE-2025-64801 is a stored Cross-Site Scripting (XSS) vulnerability affecting Adobe Experience Manager (AEM) versions 6. 5. 23 and earlier. A low-privileged attacker can inject malicious JavaScript into vulnerable form fields, which executes in the browsers of users who visit the affected pages. This vulnerability requires user interaction and some privileges but can compromise confidentiality and integrity by stealing session tokens or performing actions on behalf of users. The CVSS score is 5. 4 (medium severity), reflecting the moderate impact and exploitation complexity. No known exploits are currently reported in the wild. European organizations using affected AEM versions, especially those in countries with high adoption of Adobe products and significant digital service infrastructure, are at risk. Mitigation involves applying patches once available, implementing strict input validation and output encoding, and employing Content Security Policy (CSP) headers to reduce script injection impact.
AI-Powered Analysis
Technical Analysis
CVE-2025-64801 is a stored Cross-Site Scripting (XSS) vulnerability identified in Adobe Experience Manager (AEM) versions 6.5.23 and earlier. Stored XSS occurs when malicious script code is permanently stored on a target server, such as within form fields, and later executed in the browsers of users who access the affected content. In this case, a low-privileged attacker can inject arbitrary JavaScript into vulnerable form fields within AEM. When other users visit pages containing these fields, the malicious scripts execute in their browsers, potentially allowing attackers to steal session cookies, perform actions on behalf of users, or redirect users to malicious sites. The vulnerability requires some level of user interaction (browsing to the affected page) and low privilege on the system, but no authentication bypass is indicated. The CVSS v3.1 base score of 5.4 reflects a medium severity, with the vector indicating network attack vector (AV:N), low attack complexity (AC:L), low privileges required (PR:L), user interaction required (UI:R), scope changed (S:C), and impacts on confidentiality and integrity (C:L/I:L) but no impact on availability (A:N). No public exploits have been reported yet, and no patches are currently linked, indicating that organizations should monitor Adobe advisories closely. The vulnerability stems from insufficient input validation and output encoding in form fields, allowing script injection. Given AEM's widespread use in enterprise content management and digital experience platforms, exploitation could lead to data leakage, session hijacking, or unauthorized actions within affected web applications.
Potential Impact
For European organizations, this vulnerability poses a risk primarily to confidentiality and integrity of user data and sessions. Attackers exploiting this flaw could steal authentication tokens, enabling unauthorized access to sensitive information or user accounts. This is particularly concerning for organizations handling personal data under GDPR, as exploitation could lead to data breaches and regulatory penalties. The impact on availability is minimal, but the reputational damage and potential financial loss from compromised user trust and regulatory fines could be significant. Organizations using AEM for customer-facing websites, intranets, or digital services are at risk of targeted attacks, especially if they have not applied mitigations or patches. The medium severity score suggests that while exploitation is feasible, it requires some user interaction and privileges, limiting mass exploitation but still posing a serious threat to high-value targets. The absence of known exploits in the wild provides a window for proactive defense.
Mitigation Recommendations
1. Monitor Adobe security advisories closely and apply official patches or updates as soon as they become available for AEM versions 6.5.23 and earlier. 2. Implement strict input validation on all form fields to reject or sanitize potentially malicious scripts before storage. 3. Employ robust output encoding/escaping techniques when rendering user-supplied content to prevent script execution. 4. Deploy Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts and reduce the impact of any injected code. 5. Conduct regular security audits and penetration testing focused on web application input handling and XSS vulnerabilities. 6. Educate developers and administrators on secure coding practices specific to AEM and web applications. 7. Restrict privileges for users who can submit content to minimize the risk from low-privileged attackers. 8. Use web application firewalls (WAFs) with rules tuned to detect and block XSS attack patterns targeting AEM. 9. Monitor logs and user activity for unusual behavior that could indicate exploitation attempts. 10. Consider isolating or sandboxing vulnerable components until patches are applied.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- adobe
- Date Reserved
- 2025-11-11T22:48:38.826Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6939bdb3fe7b3954b690be52
Added to database: 12/10/2025, 6:36:35 PM
Last enriched: 12/17/2025, 8:57:56 PM
Last updated: 2/7/2026, 1:47:09 PM
Views: 36
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
Organizations Urged to Replace Discontinued Edge Devices
MediumCVE-2026-2085: Command Injection in D-Link DWR-M921
HighCVE-2026-2084: OS Command Injection in D-Link DIR-823X
HighCVE-2026-2083: SQL Injection in code-projects Social Networking Site
MediumCVE-2026-2082: OS Command Injection in D-Link DIR-823X
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.