CVE-2024-32114

Apache ActiveMQ: Jolokia and REST API were not secured with default configuration

Description

In Apache ActiveMQ 6.x, the default configuration doesn't secure the API web context (where the Jolokia JMX REST API and the Message REST API are located). 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.

Category

8.5
CVSS
Severity: High
CVSS 3.1 •
EPSS 0.24%
Vendor Advisory apache.org
Affected: Apache Software Foundation Apache ActiveMQ
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2024-32114?
CVE-2024-32114 has been scored as a high severity vulnerability.
How to fix CVE-2024-32114?
To fix CVE-2024-32114, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2024-32114 being actively exploited in the wild?
As for now, there are no information to confirm that CVE-2024-32114 is being actively exploited. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2024-32114?
CVE-2024-32114 affects Apache Software Foundation Apache ActiveMQ.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.