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-57967: Apache ActiveMQ Artemis Session Hijack via CORE Protocol
CVE-2026-57967: Apache ActiveMQ Artemis Session Hijack via CORE Protocol

Critical Security Alert

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

SECURITYCRITICALCVE-2026-57967

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.

Dylan H.

Security Team

September 10, 2026
3 min read

Affected Products

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

Overview

CVE-2026-57967 is a critical session-hijacking vulnerability in Apache ActiveMQ Artemis that lets an unauthenticated remote attacker take over an existing, already-authenticated client session. By crafting a CORE protocol SESSION_REATTACH packet, an attacker can reconnect to and assume control of a session that another user previously established — inheriting whatever privileges and in-progress work that session held.


Technical Details

FieldValue
CVE IDCVE-2026-57967
CVSS Score9.8 (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's CORE protocol supports session reattachment (SESSION_REATTACH) so that clients can resume a broker session after a transient network interruption, without forcing a full re-authentication. The vulnerable versions did not properly verify that the party issuing the reattach request was the legitimate owner of the session being resumed.

An attacker who can send a crafted SESSION_REATTACH packet to the broker can therefore hijack an existing session belonging to another, already-authenticated client — assuming its identity and continuing its ongoing execution context without ever presenting valid credentials.


Impact Assessment

Who Is At Risk

  • Any Artemis broker reachable over the network by clients whose sessions could be targeted for reattachment
  • Deployments where sessions carry elevated privileges (administrative consoles, privileged producer/consumer roles)
  • Environments without strict network segmentation between broker clients and untrusted network segments

Potential Attack Chains

  1. Session Identification — Attacker identifies or brute-forces session identifiers eligible for reattachment.
  2. Unauthenticated Reattach — Attacker sends a crafted SESSION_REATTACH CORE packet, hijacking the target session.
  3. Privilege Inheritance — The hijacked session retains whatever queue access and permissions the original authenticated client held.
  4. Message Manipulation — Attacker can read, inject, or redirect messages within the scope of the stolen session.

Mitigation

Immediate Actions

  • Upgrade to Apache Artemis 2.57.0, which fixes the reattachment authentication gap.
  • Restrict broker network exposure — limit CORE protocol ports to trusted client networks only.
  • Review active session logs post-upgrade for any signs of prior unexpected reattachment activity.

Detection Opportunities

  • Monitor broker logs for SESSION_REATTACH requests originating from IP addresses that differ from the session's original client.
  • Alert on reattachment attempts against sessions that were not recently disconnected.
  • Watch for anomalous message patterns (unexpected consumers/producers) appearing mid-session.

Defence-in-Depth

  • Apply TLS with mutual authentication for all broker client connections to reduce the exposure window for session-level attacks.
  • Set conservative session timeout and reattachment windows to shrink the opportunity for hijacking.
  • Segment high-privilege broker clients (administrative tooling) onto isolated network paths.

Background

CVE-2026-57967 was disclosed alongside CVE-2026-49364 (cluster credential exposure) and CVE-2026-67593 (unauthenticated queue deletion) as part of the same Apache Artemis security batch, all resolved in version 2.57.0. Given the CVSS 9.8 score and zero authentication requirement, this is the most severe of the three and should be prioritized for immediate patching.


References

  • NVD — CVE-2026-57967
  • Apache Artemis Security Advisories
#Apache ActiveMQ#Artemis#CVE-2026-57967#Session Hijacking#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-67593: Apache ActiveMQ Artemis Unauthenticated Queue Deletion

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

4 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