Apache Axis security advisories
Security information for Apache Axis
Reporting
Do you want disclose a potential security issue for Apache Axis? Send your report to the Apache Security Team.
You can read more about the security policy on:
- Apache Axis2 Java Core security model
- Apache Axis2 Java Rampart security model
- Apache Axis2 C Core security model
Advisories
This section is experimental: it provides advisories since 2023 and may lag behind the official CVE publications. It may also lack details found on the project security pages linked above. If you have any feedback on how you would like this data to be provided, you are welcome to reach out on our public mailinglist or privately on security@apache.org
deserialization of untrusted Data
CVE-2026-66713 [CVE] [CVE json] [OSV json]
Last updated: 2026-07-28T13:44:22.395Z
Affected
- Apache Axis2/Java through 2.0.0
Description
Deserialization of Untrusted Data (CWE-502) in the Tribes-based clustering component
in Apache Software Foundation Apache Axis2/Java through 2.0.0 on Apache Tomcat
(only when Tribes clustering is enabled, which is off by default) allows an
unauthenticated remote attacker with network access to the clustering port to
execute arbitrary code via a crafted serialized Java object delivered to the cluster
channel and deserialized in
org.apache.axis2.clustering.tribes.Axis2ChannelListener#messageReceived. Users are
recommended to upgrade to version 2.0.1, which fixes this issue by removing the
clustering feature entirely.
References
- https://github.com/apache/axis-axis2-java-core/commit/e6f53b230bddcb40577c84ff290ba51e7265fa15
- https://lists.apache.org/thread/fgggbv3sjjqw7p6q0j88gspt9b2rb728
Credits
- liuhuajin of Huawei (finder)
Apache Axis 1.x (EOL) may allow SSRF when untrusted input is passed to the service admin HTTP API
CVE-2023-51441 [CVE] [CVE json] [OSV json]
Last updated: 2024-01-31T09:07:08.922Z
Affected
- Apache Axis through 1.3
Description
** UNSUPPORTED WHEN ASSIGNED ** Improper Input Validation vulnerability in Apache Axis allowed users with access to the admin service to perform possible SSRF
This issue affects Apache Axis: through 1.3.
As Axis 1 has been EOL we recommend you migrate to a different SOAP engine, such as Apache Axis 2/Java. Alternatively you could use a build of Axis with the patch from https://github.com/apache/axis-axis1-java/commit/685c309febc64aa393b2d64a05f90e7eb9f73e06 applied. The Apache Axis project does not expect to create an Axis 1.x release fixing this problem, though contributors that would like to work towards this are welcome.
References
- https://github.com/apache/axis-axis1-java/commit/685c309febc64aa393b2d64a05f90e7eb9f73e06
- https://lists.apache.org/thread/8nrm5thop8f82pglx4o0jg8wmvy6d9yd
Credits
- thiscodecc of MoyunSec Vlab and Bing (finder)
Apache Axis 1.x (EOL) may allow RCE when untrusted input is passed to getService
CVE-2023-40743 [CVE] [CVE json] [OSV json]
Last updated: 2023-09-05T14:42:08.579Z
Affected
- Apache Axis through 1.3
Description
References
- https://github.com/apache/axis-axis1-java/commit/7e66753427466590d6def0125e448d2791723210
- https://lists.apache.org/thread/gs0qgk2mgss7zfhzdd6ftfjvm4kp7v82
Credits
- Letian Yuan (finder)