CVE-2026-67593
Apache Software Foundation · Apache Artemis
A critical vulnerability in Apache Artemis allows unauthenticated remote attackers to delete message queues by sending a crafted Openwire RemoveSubscriptionInfo command.
Executive summary
A critical unauthenticated remote code execution and denial of service vulnerability in Apache Artemis requires immediate patching to prevent unauthorized queue deletion.
Vulnerability
This flaw is a result of missing authentication for a critical function (CWE-306), where the broker processes administrative Openwire commands before verifying the identity or privileges of the requester. An unauthenticated attacker can trigger this at any time, including before the connection handshake completes.
Business impact
Successful exploitation of this vulnerability leads to the deletion of critical message queues, which can result in significant data loss and severe service disruption for applications relying on the Artemis broker. Given the CVSS score of 9.1, the ability for an unauthenticated attacker to remotely destroy infrastructure components without interaction represents a high risk to business continuity and operational integrity.
Remediation
Immediate Action: Upgrade to Apache Artemis version 2.57.0 immediately, as this release contains the necessary security fixes to enforce authentication.
Proactive Monitoring: Review broker logs for unexpected Openwire commands or unauthorized connection attempts, and monitor for sudden drops in queue availability or message processing throughput.
Compensating Controls: Implement strict network access control lists (ACLs) to restrict access to the Artemis broker to known, trusted management segments, and utilize firewalls to inspect and block unauthorized Openwire traffic.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability presents a severe risk to the availability of message-driven architectures. Organizations utilizing Apache Artemis must prioritize the transition to version 2.57.0 to eliminate the possibility of unauthenticated queue manipulation. If an immediate upgrade is not feasible, restrict network access to the affected broker as a mandatory temporary containment measure.
More Apache Software Foundation CVEs
History
CVE Brief tracked this CVE 5 days before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 9.1 (3.1)
- Analyst report written
Sources
Originally found and disclosed by Daniel Birtwhistle, krsecurity(kongr), Dilrevx, NSSL, SJTU, per the CVE Program record.