cbcvebase.
CVE-2025-49533
published 2025-07-08

CVE-2025-49533: Adobe Experience Manager (MS) versions 6.5.23.0 and earlier are affected by a Deserialization of Untrusted Data vulnerability that could lead to arbitrary code…

PriorityP187critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
44.89%
98.6th percentile
Adobe Experience Manager (MS) versions 6.5.23.0 and earlier are affected by a Deserialization of Untrusted Data vulnerability that could lead to arbitrary code execution by an attacker. Exploitation of this issue does not require user interaction. Scope is unchanged.

Affected

3 ranges
VendorProductVersion rangeFixed in
adobeadobe_experience_manager<= 6.5.23.0
adobeexperience_manager<= 6.5.23.0
msrccbl2_kernel_5.15.186.1-1_on_cbl_mariner_2.0

Detection & IOCsextracted from sources · hover to see the quote

path/FormServer/servlet/GetDocumentServlet
commandjava -DproperXalan=true -jar ysoserial-all.jar CommonsBeanutils1 "pwd" | gzip | base64 -w0
bytes
H4sIAA (gzip+base64 serialized Java deserialization payload in serDoc parameter)
snort
alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS Adobe Experience Manager Forms Insecure Deserialization (CVE-2025-49533)"; flow:established,to_server; http.uri; content:"/FormServer/servlet/GetDocumentServlet|3f|"; fast_pattern; startswith; content:"serDoc|3d|"; content:"H4sIAA"; reference:url,slcyber.io/assetnote-security-research-center/struts-devmode-in-2025-critical-pre-auth-vulnerabilities-in-adobe-experience-manager-forms/; reference:cve,2025-49533; classtype:web-application-attack; sid:2064045; rev:1; metadata:affected_product Adobe_Experience_Manager, attack_target Server, tls_state TLSDecrypt, created_at 2025_08_19, cve CVE_2025_49533, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Exploit, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2025_08_19, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application; target:dest_ip;)
  • CVE-2025-49533 is a Java deserialization flaw in the FormServer module. The vulnerable endpoint is /FormServer/servlet/GetDocumentServlet, which accepts a 'serDoc' parameter containing a gzip+base64-encoded serialized Java payload without validation. Detect requests to this URI containing the 'serDoc=' parameter with a gzip magic bytes prefix (H4sI) in the value.
  • Exploitation does not require authentication. Look for unauthenticated HTTP GET requests to /FormServer/servlet/GetDocumentServlet with a serDoc parameter containing base64/gzip-encoded data (starting with H4sI).
  • A successful exploitation attempt will return an HTTP 200 response containing the string 'InvocationTargetException' in the body, which can be used as a blind RCE detection signal.
  • Pre-exploitation fingerprinting step: attackers may first probe /lc/libs/livecycle/core/content/login.html and check for 'Adobe Experience Manager forms' in the response body to confirm a vulnerable AEM Forms instance before sending the deserialization payload.
  • The ysoserial gadget chain used in the known PoC is CommonsBeanutils1, with the payload gzip-compressed and base64-encoded. Network signatures should match the H4sI gzip magic bytes in the serDoc URL parameter.
  • The Snort/Suricata rule (ET sid:2064045) targets TLS-decrypted traffic; ensure TLS inspection is enabled on perimeter and internal sensors to detect this attack in encrypted environments.
  • ·The PoC and Snort rule reference the public technical write-up at slcyber.io. Defenders should consult this resource for full exploit chain details, as the write-up triggered Adobe's emergency patch release.
  • ·If patching is not immediately possible, restrict internet access to AEM Forms when deployed as a standalone application, as recommended by the researchers.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vulncheck9.8CRITICAL
vendor_msrc5.5MEDIUM
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.