Description
Missing Authorization vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.

Apache ActiveMQ Classic temporary destinations are expected to be isolated to the connection that created them. The isolation can be broken as this is only checked in the client, allowing a different connection to consume from another connection's temporary
destination.
This issue affects Apache ActiveMQ Broker: before 5.19.8, from 6.0.0 before 6.2.7; Apache ActiveMQ All: before 5.19.8, from 6.0.0 before 6.2.7; Apache ActiveMQ: before 5.19.8, from 6.0.0 before 6.2.7.

Users are recommended to upgrade to version 6.2.7, which fixes the issue.
Published: 2026-06-30
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Missing authorization in Apache ActiveMQ Classic creates a scenario where temporary destinations, which are meant to be isolated to the client that created them, can be accessed by any other connected client. An attacker who establishes a separate connection to the broker can consume messages from another connection's temporary destination, enabling unauthorized read of potentially confidential messages. The weakness is a classic lack of access control (CWE‑1220) and missing authorization checks (CWE‑862).

Affected Systems

This issue affects Apache ActiveMQ Classic, Broker, and All editions before 5.19.8 and any 6.x release prior to 6.2.7. Users running those versions are vulnerable. The vendor recommends upgrading to at least 5.19.8 for the 5.x line or 6.2.7 for the 6.x line.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity vulnerability, and the EPSS score is not available, so the likelihood of exploitation is uncertain but not negligible. Because the flaw requires the attacker to possess a separate connection to the broker, environments with weak authentication or internal network exposure could provide the necessary prerequisites. The vulnerability is not listed in CISA KEV, and no public exploits are known as of the data, but the potential impact of unauthorized data access warrants immediate remediation.

Generated by OpenCVE AI on July 1, 2026 at 16:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the ActiveMQ installation to version 6.2.7 or, for 5.x users, to 5.19.8 to apply the vendor fix.
  • If an upgrade cannot be performed immediately, enforce network segmentation so that only trusted, authorized clients can reach the broker, reducing the ability for an attacker to open a second connection.
  • Review broker configuration to disable or tightly restrict temporary destination creation, and apply access control lists to enforce client isolation.

Generated by OpenCVE AI on July 1, 2026 at 16:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache activemq
Apache activemq All
Apache activemq Broker
Vendors & Products Apache
Apache activemq
Apache activemq All
Apache activemq Broker

Wed, 01 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1220
References
Metrics threat_severity

None

threat_severity

Important


Tue, 30 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 30 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
Description Missing Authorization vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ. Apache ActiveMQ Classic temporary destinations are expected to be isolated to the connection that created them. The isolation can be broken as this is only checked in the client, allowing a different connection to consume from another connection's temporary destination. This issue affects Apache ActiveMQ Broker: before 5.19.8, from 6.0.0 before 6.2.7; Apache ActiveMQ All: before 5.19.8, from 6.0.0 before 6.2.7; Apache ActiveMQ: before 5.19.8, from 6.0.0 before 6.2.7. Users are recommended to upgrade to version 6.2.7, which fixes the issue.
Title Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Temporary destination ownership takeover
Weaknesses CWE-862
References

Subscriptions

Apache Activemq Activemq All Activemq Broker
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-06-30T14:52:25.352Z

Reserved: 2026-06-15T16:52:41.340Z

Link: CVE-2026-54475

cve-icon Vulnrichment

Updated: 2026-06-30T11:06:25.154Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-06-30T09:48:28Z

Links: CVE-2026-54475 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T16:45:04Z

Weaknesses
  • CWE-1220

    Insufficient Granularity of Access Control

  • CWE-862

    Missing Authorization