Apache Seata Vulnerable to Deserialization of Untrusted Data
Low severity
GitHub Reviewed
Published
Jun 28, 2025
to the GitHub Advisory Database
•
Updated Mar 30, 2026
Package
Affected versions
>= 2.0.0, < 2.3.0
Patched versions
2.3.0
Description
Published by the National Vulnerability Database
Jun 28, 2025
Published to the GitHub Advisory Database
Jun 28, 2025
Reviewed
Jun 30, 2025
Last updated
Mar 30, 2026
Deserialization of Untrusted Data vulnerability in Apache Seata (incubating).
This security vulnerability is the same as CVE-2024-47552, but the version range described in the CVE-2024-47552 definition is too narrow.
This issue affects Apache Seata (incubating): from 2.0.0 before 2.3.0.
The Apache Seata security team assesses the severity of this vulnerability as "Low" due to stringent real-world mitigating factors. First, the vulnerability is strictly isolated to the Raft cluster mode, an optional and non-default feature introduced in v2.0.0, while most users rely on the unaffected traditional architecture. Second, Seata is an internal middleware; communication between TC and RM/TM occurs entirely within trusted internal networks. An attacker would require prior, unauthorized access to the Intranet to exploit this, making external exploitation highly improbable.
Users are recommended to upgrade to version 2.3.0, which fixes the issue.
References