Apache Software Foundation ActiveMQ
Approved changes feed: RSS · Atom
cpe:2.3:a:apache:activemq:-:*:*:*:*:*:*:*
part: a version: - update: *
| Vendor | Apache (b0303047-b7dd-5cf8-abcc-71b7d9d80b95) |
|---|---|
| Product | Activemq (db75e7d1-71e2-5c1b-8c68-2b326744850c) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from NVD CPE 2.0 feed |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:apache/activemq |
purl2cpe | 2026-06-01 10:14:26.209644 |
pkg:deb/debian/activemq |
purl2cpe | 2026-06-01 10:14:26.209645 |
pkg:deb/ubuntu/activemq |
purl2cpe | 2026-06-01 10:14:26.209647 |
pkg:dokcer/pharmazon/activemq_artemis |
purl2cpe | 2026-06-01 10:14:26.209648 |
pkg:github/apache/activemq |
purl2cpe | 2026-06-01 10:14:26.209649 |
pkg:maven/org.apache.activemq/activemq |
purl2cpe | 2026-06-01 10:14:26.209651 |
pkg:maven/org.apache.activemq/activemq-core |
purl2cpe | 2026-06-01 10:14:26.209652 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2024-32114 |
vulnerable | 2026-06-08 06:35:32.746863 |
Apache ActiveMQ: Jolokia and REST API were not secured with default configuration
HIGH (8.5)
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.
Published: 2024-05-02T08:29:18.219Z
Updated: 2024-08-02T02:06:44.047Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.