ghsa-gj5m-m88j-v7c3
Vulnerability from github
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.
{ affected: [ { package: { ecosystem: "Maven", name: "org.apache.activemq:apache-activemq", }, ranges: [ { events: [ { introduced: "6.0.0", }, { fixed: "6.1.2", }, ], type: "ECOSYSTEM", }, ], }, ], aliases: [ "CVE-2024-32114", ], database_specific: { cwe_ids: [ "CWE-1188", ], github_reviewed: true, github_reviewed_at: "2024-05-03T17:47:07Z", nvd_published_at: "2024-05-02T09:15:06Z", severity: "HIGH", }, details: "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).\n\nTo mitigate, users can update the default conf/jetty.xml configuration file to add authentication requirement:\n<bean id=\"securityConstraintMapping\" class=\"org.eclipse.jetty.security.ConstraintMapping\">\n <property name=\"constraint\" ref=\"securityConstraint\" />\n <property name=\"pathSpec\" value=\"/\" />\n</bean>\n\nOr we encourage users to upgrade to Apache ActiveMQ 6.1.2 where the default configuration has been updated with authentication by default.", id: "GHSA-gj5m-m88j-v7c3", modified: "2025-02-11T19:03:08Z", published: "2024-05-02T09:30:48Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-32114", }, { type: "WEB", url: "https://github.com/apache/activemq/pull/1201", }, { type: "WEB", url: "https://github.com/apache/activemq/commit/43cc596219b6a8c8b5a54fbda3fb68cb4424f2d0", }, { type: "WEB", url: "https://activemq.apache.org/security-advisories.data/CVE-2024-32114-announcement.txt", }, { type: "PACKAGE", url: "https://github.com/apache/activemq", }, { type: "WEB", url: "https://issues.apache.org/jira/browse/AMQ-9477", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", type: "CVSS_V3", }, ], summary: "Apache ActiveMQ's default configuration doesn't secure the API web context", }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.