Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (apache).
CVSS VectorVendor: apache
Lifecycle Timeline
5DescriptionCVE.org
Incorrect Default Permissions vulnerability in Apache ActiveMQ.
This issue affects Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6.
The default Jolokia authorization settings granted non-admin (low-privilege) web-login accounts access to Jolokia operations which allowed executing broker management operations meant for admins such as addQueue and removeQueue.
Users are recommended to upgrade to version 6.2.6 or 5.19.7, which fixes the issue.
AnalysisAI
Privilege escalation in Apache ActiveMQ versions before 5.19.7 and 6.0.0 through 6.2.5 allows authenticated low-privilege web-login users to invoke administrative Jolokia operations such as addQueue and removeQueue due to overly permissive default authorization settings. The CVSS 8.8 score reflects high impact on confidentiality, integrity, and availability, though EPSS exploitation probability sits at just 0.01% and no public exploit identified at time of analysis. The flaw effectively collapses the broker's privilege boundary between normal web users and administrators.
Technical ContextAI
Apache ActiveMQ is a widely deployed open-source message broker implementing JMS, AMQP, MQTT, and STOMP protocols. It exposes a management interface via Jolokia, a JMX-HTTP bridge that allows JMX MBean operations to be invoked over REST. The vulnerability is rooted in CWE-276 (Incorrect Default Permissions): the shipped Jolokia authorization policy did not properly restrict sensitive MBean operations (such as addQueue and removeQueue on broker management beans) to administrative roles, instead inheriting permissions that allowed any authenticated web-login user to invoke them. This is a configuration/policy defect in the access-control mapping rather than a memory-safety or injection bug.
RemediationAI
Vendor-released patch: upgrade to Apache ActiveMQ 6.2.6 (for the 6.x line) or 5.19.7 (for the 5.x line), which correct the default Jolokia authorization policy as described in the Apache advisory at https://lists.apache.org/thread/rrcsf6s90hj4tdh89nvkko75q5505rj8. Where immediate upgrade is not feasible, restrict the Jolokia endpoint by tightening jolokia-access.xml or the policy file to require an explicit admin role for management MBeans (notably addQueue, removeQueue, and similar broker operations), or front the Jolokia path with an authenticating reverse proxy that allows only admin users - the side effect is that legitimate non-admin monitoring queries through Jolokia will also be denied. As an additional control, audit existing low-privilege web-login accounts and remove any that are no longer needed, since exploitation requires a valid credential.
Directory traversal vulnerability in the fileserver upload/download functionality for blob messages in Apache ActiveMQ 5
Apache ActiveMQ 5.x before 5.13.0 does not restrict the classes that can be serialized in the broker, which allows remot
The Java OpenWire protocol marshaller is vulnerable to Remote Code Execution. Rated critical severity (CVSS 9.8), this v
The processControlCommand function in broker/TransportConnection.java in Apache ActiveMQ before 5.11.0 allows remote att
XStream is a Java library to serialize objects to XML and back again. Rated critical severity (CVSS 9.9), this vulnerabi
XStream is a Java library to serialize objects to XML and back again. Rated critical severity (CVSS 9.8), this vulnerabi
XStream is a Java library to serialize objects to XML and back again. Rated critical severity (CVSS 9.8), this vulnerabi
XStream is a Java library to serialize objects to XML and back again. Rated critical severity (CVSS 9.8), this vulnerabi
XStream is a Java library to serialize objects to XML and back again. Rated critical severity (CVSS 9.8), this vulnerabi
XStream is a Java library to serialize objects to XML and back again. Rated critical severity (CVSS 9.1), this vulnerabi
XStream is a Java library to serialize objects to XML and back again. Rated critical severity (CVSS 9.1), this vulnerabi
In Apache ActiveMQ 6.x, the default configuration doesn't secure the API web context (where the Jolokia JMX REST API and
Same weakness CWE-276 – Incorrect Default Permissions
View allSame technique Privilege Escalation
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33574
GHSA-99qx-5qqr-4j95