CVE-2026-27446: CWE-306 Missing Authentication for Critical Function in Apache Software Foundation Apache Artemis
Missing Authentication for Critical Function (CWE-306) vulnerability in Apache Artemis, Apache ActiveMQ Artemis. An unauthenticated remote attacker can use the Core protocol to force a target broker to establish an outbound Core federation connection to an attacker-controlled rogue broker. This could potentially result in message injection into any queue and/or message exfiltration from any queue via the rogue broker. This impacts environments that allow both: - incoming Core protocol connections from untrusted sources to the broker - outgoing Core protocol connections from the broker to untrusted targets This issue affects: - Apache Artemis from 2.50.0 through 2.51.0 - Apache ActiveMQ Artemis from 2.11.0 through 2.44.0. Users are recommended to upgrade to Apache Artemis version 2.52.0, which fixes the issue. The issue can be mitigated by one of the following: - Remove Core protocol support from any acceptor receiving connections from untrusted sources. Incoming Core protocol connections are supported by default via the "artemis" acceptor listening on port 61616. See the "protocols" URL parameter configured for the acceptor. An acceptor URL without this parameter supports all protocols by default, including Core. - Use two-way SSL (i.e. certificate-based authentication) in order to force every client to present the proper SSL certificate when establishing a connection before any message protocol handshake is attempted. This will prevent unauthenticated exploitation of this vulnerability. - Implement and deploy a Core interceptor to deny all Core downstream federation connect packets. Such packets have a type of (int) -16 or (byte) 0xfffffff0. Documentation for interceptors is available at https://artemis.apache.org/components/artemis/documentation/latest/intercepting-operations.html .
AI Analysis
Technical Summary
CVE-2026-27446 is a Missing Authentication for Critical Function (CWE-306) vulnerability in Apache Artemis and Apache ActiveMQ Artemis. It allows an unauthenticated remote attacker to exploit the Core protocol to coerce a target broker into establishing an outbound Core federation connection to an attacker-controlled rogue broker. This can result in unauthorized message injection into or exfiltration from any queue. The vulnerability affects environments that permit both incoming Core protocol connections from untrusted sources and outgoing Core protocol connections to untrusted targets. Affected versions include Apache Artemis from 2.50.0 through 2.51.0 and Apache ActiveMQ Artemis from 2.11.0 through 2.44.0. The issue is fixed in Apache Artemis 2.52.0. Mitigation options include disabling Core protocol support on acceptors exposed to untrusted sources, implementing two-way SSL authentication to require client certificates before protocol handshake, or deploying a Core interceptor to deny downstream federation connect packets. Red Hat advisories confirm the vulnerability and provide updated packages addressing this issue.
Potential Impact
An unauthenticated remote attacker can exploit this vulnerability to force a broker to connect to a malicious broker, potentially allowing message injection into any queue or exfiltration of messages from any queue. This compromises the confidentiality and integrity of messaging data handled by the affected brokers. The vulnerability requires that the environment allows both incoming Core protocol connections from untrusted sources and outgoing Core protocol connections to untrusted targets. The CVSS 4.0 base score is 9.3, indicating critical severity with network attack vector, no privileges or user interaction required, and high impact on confidentiality and integrity.
Mitigation Recommendations
A fix is available in Apache Artemis version 2.52.0; users are strongly recommended to upgrade to this version. Alternatively, mitigation can be achieved by removing Core protocol support from acceptors exposed to untrusted sources, such as disabling the default 'artemis' acceptor on port 61616 or configuring the 'protocols' URL parameter to exclude Core. Implementing two-way SSL (certificate-based authentication) will require clients to present valid certificates before any protocol handshake, preventing unauthenticated exploitation. Deploying a Core interceptor to deny all Core downstream federation connect packets (type (int) -16 or (byte) 0xfffffff0) is another mitigation approach. Users should consult the vendor advisories for detailed guidance and apply patches or mitigations accordingly.
CVE-2026-27446: CWE-306 Missing Authentication for Critical Function in Apache Software Foundation Apache Artemis
Description
Missing Authentication for Critical Function (CWE-306) vulnerability in Apache Artemis, Apache ActiveMQ Artemis. An unauthenticated remote attacker can use the Core protocol to force a target broker to establish an outbound Core federation connection to an attacker-controlled rogue broker. This could potentially result in message injection into any queue and/or message exfiltration from any queue via the rogue broker. This impacts environments that allow both: - incoming Core protocol connections from untrusted sources to the broker - outgoing Core protocol connections from the broker to untrusted targets This issue affects: - Apache Artemis from 2.50.0 through 2.51.0 - Apache ActiveMQ Artemis from 2.11.0 through 2.44.0. Users are recommended to upgrade to Apache Artemis version 2.52.0, which fixes the issue. The issue can be mitigated by one of the following: - Remove Core protocol support from any acceptor receiving connections from untrusted sources. Incoming Core protocol connections are supported by default via the "artemis" acceptor listening on port 61616. See the "protocols" URL parameter configured for the acceptor. An acceptor URL without this parameter supports all protocols by default, including Core. - Use two-way SSL (i.e. certificate-based authentication) in order to force every client to present the proper SSL certificate when establishing a connection before any message protocol handshake is attempted. This will prevent unauthenticated exploitation of this vulnerability. - Implement and deploy a Core interceptor to deny all Core downstream federation connect packets. Such packets have a type of (int) -16 or (byte) 0xfffffff0. Documentation for interceptors is available at https://artemis.apache.org/components/artemis/documentation/latest/intercepting-operations.html .
CVSS v4.0
Score 9.3critical
Affected software
pkg:maven/org.apache.activemq/artemis-core-clientRun on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-27446 is a Missing Authentication for Critical Function (CWE-306) vulnerability in Apache Artemis and Apache ActiveMQ Artemis. It allows an unauthenticated remote attacker to exploit the Core protocol to coerce a target broker into establishing an outbound Core federation connection to an attacker-controlled rogue broker. This can result in unauthorized message injection into or exfiltration from any queue. The vulnerability affects environments that permit both incoming Core protocol connections from untrusted sources and outgoing Core protocol connections to untrusted targets. Affected versions include Apache Artemis from 2.50.0 through 2.51.0 and Apache ActiveMQ Artemis from 2.11.0 through 2.44.0. The issue is fixed in Apache Artemis 2.52.0. Mitigation options include disabling Core protocol support on acceptors exposed to untrusted sources, implementing two-way SSL authentication to require client certificates before protocol handshake, or deploying a Core interceptor to deny downstream federation connect packets. Red Hat advisories confirm the vulnerability and provide updated packages addressing this issue.
Potential Impact
An unauthenticated remote attacker can exploit this vulnerability to force a broker to connect to a malicious broker, potentially allowing message injection into any queue or exfiltration of messages from any queue. This compromises the confidentiality and integrity of messaging data handled by the affected brokers. The vulnerability requires that the environment allows both incoming Core protocol connections from untrusted sources and outgoing Core protocol connections to untrusted targets. The CVSS 4.0 base score is 9.3, indicating critical severity with network attack vector, no privileges or user interaction required, and high impact on confidentiality and integrity.
Mitigation Recommendations
A fix is available in Apache Artemis version 2.52.0; users are strongly recommended to upgrade to this version. Alternatively, mitigation can be achieved by removing Core protocol support from acceptors exposed to untrusted sources, such as disabling the default 'artemis' acceptor on port 61616 or configuring the 'protocols' URL parameter to exclude Core. Implementing two-way SSL (certificate-based authentication) will require clients to present valid certificates before any protocol handshake, preventing unauthenticated exploitation. Deploying a Core interceptor to deny all Core downstream federation connect packets (type (int) -16 or (byte) 0xfffffff0) is another mitigation approach. Users should consult the vendor advisories for detailed guidance and apply patches or mitigations accordingly.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- apache
- Date Reserved
- 2026-02-19T16:10:53.921Z
- Cvss Version
- 4.0
- State
- PUBLISHED
- Vendor Advisory Urls
- [{"url":"https://access.redhat.com/security/cve/CVE-2026-27446","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:18054","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:18055","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:3955","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:3957","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:18059","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:17668","vendor":"Red Hat"}]
Threat ID: 69a7f558d1a09e29cb1e3730
Added to database: 03/04/2026, 09:03:20 UTC
Last enriched: 07/15/2026, 08:43:55 UTC
Last updated: 07/31/2026, 19:22:58 UTC
Views: 1253
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.