CVE-2024-32114: Apache ActiveMQ's default configuration doesn't secure the API web context
(updated )
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:
Or we encourage users to upgrade to Apache ActiveMQ 6.1.2 where the default configuration has been updated with authentication by default.
References
- activemq.apache.org/security-advisories.data/CVE-2024-32114-announcement.txt
- github.com/advisories/GHSA-gj5m-m88j-v7c3
- github.com/apache/activemq
- github.com/apache/activemq/commit/43cc596219b6a8c8b5a54fbda3fb68cb4424f2d0
- github.com/apache/activemq/pull/1201
- issues.apache.org/jira/browse/AMQ-9477
- nvd.nist.gov/vuln/detail/CVE-2024-32114
Detect and mitigate CVE-2024-32114 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →