Unauthenticated RCE in Yonyou U8 Cloud via Java Deserialization
Yonyou U8 Cloud contains an unauthenticated Java deserialization vulnerability (CVE-2023-54398) in the FileManageServlet component, enabling remote attackers to achieve arbitrary OS command execution.
CVE search metadata
CVE search record: CVE-2023-54398. Severity: critical. CVSS: 9.8. KEV: no. Product: U8 Cloud. Brief: Unauthenticated RCE in Yonyou U8 Cloud via Java Deserialization. Brief link: https://feed.craftedsignal.io/briefs/2026-09-cve-2023-54398/
Yonyou U8 Cloud is affected by a critical Java deserialization vulnerability, tracked as CVE-2023-54398, residing within the nc.impl.pub.filesystem.FileManageServlet component. This flaw allows unauthenticated remote attackers to trigger arbitrary OS command execution by sending a crafted serialized payload in the body of an HTTP POST request. The vulnerability stems from the doAction method, which insecurely processes incoming request body data through ObjectInputStream.readObject() without implementing input validation or filtering mechanisms.
This flaw poses a severe risk to organizations, as it bypasses standard authentication controls and provides a direct pathway for full system compromise. The Shadowserver Foundation reported observing in-the-wild exploitation of this vulnerability beginning on February 13, 2025. Defenders should prioritize identifying and patching instances of Yonyou U8 Cloud to prevent unauthorized access and potential downstream impacts, such as data exfiltration or the deployment of secondary malware payloads.
Attack Chain
- Attacker performs reconnaissance to identify internet-facing Yonyou U8 Cloud instances.
- Attacker probes for the presence of the vulnerable
FileManageServletendpoint. - Attacker crafts a malicious serialized Java object payload designed to execute OS commands.
- Attacker sends an HTTP POST request containing the serialized payload to the
doActionmethod of the target servlet. - The application component
nc.impl.pub.filesystem.FileManageServletfails to validate the request body. - The
ObjectInputStream.readObject()method deserializes the untrusted payload. - The deserialization process executes the embedded malicious command on the underlying host OS.
- Attacker gains remote code execution, typically used for establishing persistence or further lateral movement.
Impact
Successful exploitation of CVE-2023-54398 results in full, unauthenticated remote code execution on the underlying host running Yonyou U8 Cloud. Attackers can leverage this access to steal sensitive organizational data, manipulate financial information within the ERP, install persistent backdoors, or pivot deeper into the corporate network. Given the critical nature of ERP systems, the impact of such a compromise is high, potentially leading to widespread operational disruption and financial loss.
Recommendation
- Patch all Yonyou U8 Cloud deployments to the version provided by the vendor that addresses CVE-2023-54398.
- Deploy the provided webserver detection rule to identify and block incoming HTTP requests containing patterns indicative of Java object serialization.
- Monitor webserver logs for high-frequency or anomalous POST requests directed at the
FileManageServletendpoint. - Restrict network access to Yonyou U8 Cloud instances to only essential internal IP ranges, removing exposure from the public internet.
Immediate actions
Patch all instances of Yonyou U8 Cloud immediately.
Deploy WAF/SIEM rules to detect and block malicious deserialization payloads.
Threat Hunt
Look for POST requests to FileManageServlet since February 2025.
Data: Web server access logs
Mitigations
Upgrade to the latest patched version.
CVE-2023-54398
Detection coverage 1
Detects CVE-2023-54398 Exploitation - Java Deserialization Attempt
criticalDetects suspicious POST requests to the vulnerable FileManageServlet with headers or body content suggesting Java serialized objects
Detection queries are available on the platform. Get full rules →