CVE-2026-32642: Apache Artemis, Apache ActiveMQ Artemis: Temporary address auto-created for OpenWire consumer without createAddress permission
Incorrect Authorization (CWE-863) vulnerability in Apache Artemis, Apache ActiveMQ Artemis exists when an application using the OpenWire protocol attempts to create a non-durable JMS topic subscription on an address that doesn't exist with an authenticated user which has the "createDurableQueue" permission but does not have the "createAddress" permission and address auto-creation is disabled. In this circumstance, a temporary address will be created whereas the attempt to create the non-durable subscription should instead fail since the user is not authorized to create the corresponding address. When the OpenWire connection is closed the address is removed.
This issue affects Apache Artemis: from 2.50.0 through 2.52.0; Apache ActiveMQ Artemis: from 2.0.0 through 2.44.0.
Users are recommended to upgrade to version 2.53.0, which fixes the issue.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Apache Artemisto a version that resolves this vulnerability.Fixed in 2.53.0 - Upgrade
Upgrade
Apache ActiveMQ Artemisto a version that resolves this vulnerability.Fixed in 2.53.0
Event History
Frequently Asked Questions
What is the severity of CVE-2026-32642?
CVE-2026-32642 is categorized as a Medium severity vulnerability due to incorrect authorization in Apache Artemis and ActiveMQ Artemis.
How do I fix CVE-2026-32642?
To fix CVE-2026-32642, ensure that proper permissions are set for the createAddress feature in applications using the OpenWire protocol.
Which versions of Apache Artemis are affected by CVE-2026-32642?
Apache Artemis versions 2.50.0 to 2.52.0 are affected by CVE-2026-32642.
Which versions of Apache ActiveMQ Artemis are affected by CVE-2026-32642?
CVE-2026-32642 impacts Apache ActiveMQ Artemis from versions 2.0.0 to 2.44.0.
What type of vulnerability is CVE-2026-32642 classified as?
CVE-2026-32642 is classified as an Incorrect Authorization vulnerability.