Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2739+ Articles
166+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-67593: Apache ActiveMQ Artemis Unauthenticated Queue Deletion
CVE-2026-67593: Apache ActiveMQ Artemis Unauthenticated Queue Deletion

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-67593

CVE-2026-67593: Apache ActiveMQ Artemis Unauthenticated Queue Deletion

A crafted OpenWire RemoveSubscriptionInfo command lets unauthenticated attackers delete Artemis broker queues before login completes.

Dylan H.

Security Team

September 10, 2026
4 min read

Affected Products

  • Apache ActiveMQ Artemis 1.0.0 – 2.44.0
  • Apache Artemis 2.50.0 – 2.56.0

Overview

CVE-2026-67593 allows a remote, unauthenticated attacker to delete queues on an Apache ActiveMQ Artemis broker by crafting an OpenWire RemoveSubscriptionInfo command. The command is processed before the connection completes authentication and authorization — and can also be replayed at any later point in the connection's lifecycle — making the flaw a straightforward, pre-auth path to destructive denial of service against messaging infrastructure.


Technical Details

FieldValue
CVE IDCVE-2026-67593
CVSS Score9.1 (Critical)
CWECWE-306: Missing Authentication for Critical Function
Affected VersionsApache ActiveMQ Artemis 1.0.0 – 2.44.0; Apache Artemis 2.50.0 – 2.56.0
Fixed Version2.57.0
Attack VectorNetwork
AuthenticationNone Required

How It Works

Artemis brokers that expose the OpenWire protocol process certain connection-management commands, including RemoveSubscriptionInfo, prior to completing the authentication handshake for the connection. In affected versions, this command is accepted and acted upon regardless of authentication state — allowing an attacker to send a crafted RemoveSubscriptionInfo packet that causes the broker to delete a targeted queue.

Because the command is honored both pre-authentication and at any point thereafter, even brokers that later enforce strict authentication on message operations remain exposed to this specific control-plane command.


Impact Assessment

Who Is At Risk

  • Any Artemis broker with an OpenWire listener reachable from untrusted or insufficiently restricted networks
  • Production messaging pipelines where queue availability is critical to application function (order processing, event-driven microservices, IoT telemetry ingestion)
  • Deployments assuming that pre-authentication network exposure carries no risk of state-changing actions

Potential Attack Chains

  1. Unauthenticated Connection — Attacker opens a raw OpenWire connection to the broker without valid credentials.
  2. Crafted Deletion Command — Attacker sends a RemoveSubscriptionInfo packet targeting a known or guessed queue/subscription.
  3. Queue Loss — The broker deletes the targeted queue, dropping in-flight and durable messages tied to it.
  4. Denial of Service — Dependent applications lose messaging connectivity, causing cascading failures across queue-dependent services.

Data Loss Considerations

Deleting a queue can result in permanent loss of durable messages that had not yet been consumed, with no built-in recovery path beyond broker-level backups or message replay from an upstream source, if one exists.


Mitigation

Immediate Actions

  • Upgrade to Apache Artemis 2.57.0, which enforces authentication before honoring RemoveSubscriptionInfo and similar control commands.
  • Restrict OpenWire listener exposure to trusted internal networks only — do not expose broker protocol ports directly to the internet.
  • Audit for recently deleted queues/subscriptions that cannot be attributed to known administrative activity.

Detection Opportunities

  • Monitor broker logs for RemoveSubscriptionInfo commands issued on unauthenticated or newly established connections.
  • Alert on unexpected queue or durable subscription deletions outside of change-managed maintenance windows.
  • Watch for connection attempts to OpenWire ports from IP ranges outside your known application/client inventory.

Defence-in-Depth

  • Segment broker networks so only authorized application servers can reach OpenWire, AMQP, or CORE protocol ports.
  • Enable broker-level backups or mirrored queues so accidental or malicious deletion does not result in permanent message loss.
  • Disable unused protocol acceptors (e.g., OpenWire) on brokers that don't require them, reducing overall attack surface.

Background

This is the third of three related Apache Artemis vulnerabilities disclosed together and fixed in version 2.57.0, alongside CVE-2026-49364 (cluster credential exposure) and CVE-2026-57967 (session hijack). All three stem from control-plane commands being processed without adequate authentication checks, and organizations running any affected Artemis or legacy ActiveMQ Artemis version should treat the 2.57.0 upgrade as a single, urgent remediation.


References

  • NVD — CVE-2026-67593
  • Apache Artemis Security Advisories
#Apache ActiveMQ#Artemis#CVE-2026-67593#OpenWire#Message Broker#Missing Authentication

Related Articles

CVE-2026-49364: Apache ActiveMQ Artemis Cluster Credential Exposure

A pre-auth flaw in Artemis cluster discovery lets network-adjacent attackers capture admin credentials during the connection handshake.

3 min read

CVE-2026-57967: Apache ActiveMQ Artemis Session Hijack via CORE Protocol

Attackers can craft a CORE protocol SESSION_REATTACH packet to steal an existing Artemis session and its authenticated privileges.

3 min read

13-Year-Old Bug in ActiveMQ Lets Hackers Remotely Execute

Security researchers discovered a remote code execution vulnerability in Apache ActiveMQ Classic that went undetected for 13 years, allowing attackers to...

4 min read
Back to all Security Alerts