ghsa-gj5m-m88j-v7c3
Vulnerability from github
Published
2024-05-02 09:30
Modified
2024-05-03 17:47
Severity ?
Summary
Apache ActiveMQ's default configuration doesn't secure the API web context
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).
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\u0027t 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\u003cbean id=\"securityConstraintMapping\" class=\"org.eclipse.jetty.security.ConstraintMapping\"\u003e\n\u00a0 \u003cproperty name=\"constraint\" ref=\"securityConstraint\" /\u003e\n\u00a0 \u003cproperty name=\"pathSpec\" value=\"/\" /\u003e\n\u003c/bean\u003e\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": "2024-05-03T17:47:07Z", "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:A/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Apache ActiveMQ\u0027s default configuration doesn\u0027t secure the API web context" }
Loading...
Loading...
- 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.