It means that anyone can use these layers without any required authentication. Potentially, anyone can interact with the broker (using Jolokia JMX REST API) and/or produce/consume messages or purge/delete destinations (using the Message REST API).
To mitigate, users can update the default conf/jetty.xml configuration file to add authentication requirement:
<bean id="securityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
<property name="constraint" ref="securityConstraint" />
<property name="pathSpec" value="/" />
</bean>
Or we encourage users to upgrade to Apache ActiveMQ 6.1.2 where the default configuration has been updated with authentication by default.
Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
EUVD |
EUVD-2024-1626 | Apache ActiveMQ's default configuration doesn't secure the API web context |
Github GHSA |
GHSA-gj5m-m88j-v7c3 | Apache ActiveMQ's default configuration doesn't secure the API web context |
Tue, 11 Feb 2025 17:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Apache
Apache activemq |
|
| CPEs | cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:* | |
| Vendors & Products |
Apache
Apache activemq |
Status: PUBLISHED
Assigner: apache
Published:
Updated: 2024-08-02T02:06:44.047Z
Reserved: 2024-04-11T08:12:15.896Z
Link: CVE-2024-32114
Updated: 2024-08-02T02:06:44.047Z
Status : Analyzed
Published: 2024-05-02T09:15:06.990
Modified: 2026-06-17T07:29:18.400
Link: CVE-2024-32114
OpenCVE Enrichment
No data.
-
CWE-1188
Initialization of a Resource with an Insecure Default
EUVD
Github GHSA