CVE Tools

CVE-2024-32114

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

Published: May 2, 2024Updated: Feb 11, 2025 Sources: CVE List NVD GHSA BDUCWE-1188

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.

CVSS Vector Breakdown

AV:AAC:LPR:NUI:RS:CC:HI:NA:H
Exploitability
AV:AAttack Vector
Adjacent
AC:LAttack Complexity
Low
PR:NPrivileges Required
None
UI:RUser Interaction
Required
Scope
S:CScope
Changed
Impact
C:HConfidentiality
High
I:NIntegrity
None
A:HAvailability
High

Weaknesses

Affected Products

apache software foundationoss-projectUSWeb & CMS Pluginsaka apache foundation
apacheoss-projectUSWeb & CMS Pluginsaka apache http server, apache httpd
mavenpackage-ecosystemOSS Libraries

Exploitability

Official Patch Available

References

and 5 more references View all →

Timeline

Published
May 2, 2024
Last Updated
Feb 11, 2025
1

Unlock Complete Vulnerability Intelligence

Get the full picture for CVE-2024-32114 and every CVE in our database. Create a free account — no credit card required.

Create Free Account
Plain-language analysis
Impact assessment and exploitation scenario in plain English
Attack graph visualization
Interactive attack path and kill chain mapping
Exploit details & PoC links
ExploitDB, Metasploit, GitHub PoCs with direct links
Nuclei scanner templates
Ready-to-use vulnerability scanner templates
Full remediation guide
Patch instructions, workarounds, and compliance impact
Interactive AI chat
Ask questions about this vulnerability in natural language
Related vulnerabilities
Semantically similar CVEs and attack patterns
REST API & MCP access
Integrate vulnerability data into your workflows