CVE detail
CVE-2026-27446
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 .
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 26.4 · diversity 16.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
13 source links · newest first
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-27446.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comMar 4, 2026, 9:15 AM - https://cert-portal.siemens.com/productcert/html/ssa-085541.htmlcert-portal.siemens.com
No excerpt available.
Vendor Advisorycert-portal.siemens.comMar 4, 2026, 9:15 AM - https://bugzilla.redhat.com/show_bug.cgi?id=2444320bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comMar 4, 2026, 9:15 AM - https://access.redhat.com/security/cve/CVE-2026-27446access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 4, 2026, 9:15 AM - https://access.redhat.com/errata/RHSA-2026:3957access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 4, 2026, 9:15 AM - https://access.redhat.com/errata/RHSA-2026:3955access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 4, 2026, 9:15 AM - https://access.redhat.com/errata/RHSA-2026:18059access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 4, 2026, 9:15 AM - https://access.redhat.com/errata/RHSA-2026:18055access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 4, 2026, 9:15 AM - https://access.redhat.com/errata/RHSA-2026:18054access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 4, 2026, 9:15 AM - https://access.redhat.com/errata/RHSA-2026:17668access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMar 4, 2026, 9:15 AM - http://www.openwall.com/lists/oss-security/2026/03/04/1www.openwall.com
No excerpt available.
Exploitwww.openwall.comMar 4, 2026, 9:15 AM - http://www.openwall.com/lists/oss-security/2026/03/03/4www.openwall.com
No excerpt available.
Exploitwww.openwall.comMar 4, 2026, 9:15 AM - https://lists.apache.org/thread/jwpsdc8tdxotm98od8n8n30fqlzoc8gglists.apache.org
No excerpt available.
Vendor Advisorylists.apache.orgMar 4, 2026, 9:15 AM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-5057CVSS 7.5 · High
ATEN Unizon RpcProvider Missing Authentication Denial-of-Service Vulnerability. This vulnerability allows remote attackers to create a denial-of-service condition on affected inst…
- CVE-2026-67426CVSS 9.3 · Critical
Flyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.7, the standalone flyto-verification service in src/core/verification_service.py exposes un…
- CVE-2026-14529CVSS 9.4 · Critical
IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.8 traditional is vulnerable to server-side request forgery (SS…
- CVE-2026-60113CVSS 9.3 · Critical
AMMOS Instrument Toolkit (AIT) Deep Space Network (DSN) Interface before 2.2.2 contains a missing authentication vulnerability in the Space Link Extension (SLE) interface manager…
- CVE-2026-60112CVSS 9.3 · Critical
AMMOS Instrument Toolkit (AIT) GUI before 2.5.1 contains a missing authentication vulnerability that allows any unauthenticated network attacker to obtain a valid session and issu…
- CVE-2026-62325CVSS 9.1 · Critical
goshs is a feature-rich single-binary file server for red teamers and developers. From 2.1.3 until 2.1.4, the sftpserver/sftpserver.go password handler used Username != "" && Pass…