CVE-2026-49363
Apache Software Foundation · Apache Artemis / Apache ActiveMQ Artemis
An unauthenticated remote attacker can use the CORE protocol to disclose cluster node information by sending a SUBSCRIBE_TOPOLOGY request before authentication.
Executive summary
A vulnerability in Apache Artemis allows unauthenticated remote attackers to perform unauthorized information disclosure regarding cluster topology.
Vulnerability
The flaw is a missing authentication check (CWE-306) for the SUBSCRIBE_TOPOLOGY function within the CORE protocol, which allows unauthenticated remote attackers to retrieve sensitive cluster node details.
Business impact
Successful exploitation of this vulnerability permits unauthorized access to internal infrastructure details, which can be leveraged for reconnaissance and targeted follow up attacks against the messaging cluster. While the CVSS score of 7.5 reflects a high severity rating due to the ease of exploitation, the impact is primarily focused on the confidentiality of network configuration rather than total system compromise.
Remediation
Immediate Action: Upgrade to Apache Artemis version 2.57.0, which contains the necessary security patch to enforce authentication requirements.
Proactive Monitoring: Review application and network logs for unauthorized or unexpected SUBSCRIBE_TOPOLOGY requests originating from untrusted sources.
Compensating Controls: Implement network segmentation or access control lists to restrict access to the Artemis CORE protocol port to authorized management hosts only.
Exploitation status
Public Exploit Available: No
Analyst recommendation
This vulnerability presents a significant reconnaissance risk to messaging environments. Administrators must prioritize upgrading affected instances to version 2.57.0 immediately to prevent unauthorized exposure of cluster architecture, which could otherwise facilitate more severe lateral movement or targeted attacks.
More Apache Software Foundation CVEs
History
CVE Brief tracked this CVE 5 days before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 7.5 (3.1)
- Analyst report written
Sources
Originally found and disclosed by Domenico Francesco Bruscino, per the CVE Program record.