The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-41044

CVE-2026-41044: Apache ActiveMQ RCE Vulnerability

CVE-2026-41044 is a remote code execution vulnerability in Apache ActiveMQ allowing authenticated attackers to execute arbitrary code via malicious broker names. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-41044 Overview

A critical code injection vulnerability has been identified in Apache ActiveMQ that allows an authenticated attacker to achieve remote code execution through a malicious broker name injection attack chain. The vulnerability stems from improper input validation in the admin web console that enables an attacker to bypass broker name validation and load a remote malicious Spring XML application context, ultimately leading to arbitrary code execution on the broker's JVM.

Critical Impact

Authenticated attackers can achieve remote code execution on Apache ActiveMQ broker servers through a chained attack involving malicious broker name injection and Spring XML context loading, potentially leading to full system compromise.

Affected Products

  • Apache ActiveMQ versions before 5.19.6 and from 6.0.0 before 6.2.5
  • Apache ActiveMQ Broker versions before 5.19.6 and from 6.0.0 before 6.2.5
  • Apache ActiveMQ All versions before 5.19.6 and from 6.0.0 before 6.2.5

Discovery Timeline

  • April 24, 2026 - CVE CVE-2026-41044 published to NVD
  • April 27, 2026 - Last updated in NVD database

Technical Details for CVE-2026-41044

Vulnerability Analysis

This vulnerability is a sophisticated multi-stage attack that exploits weaknesses in Apache ActiveMQ's broker name validation mechanism combined with Spring Framework's XML application context loading behavior. The attack requires authentication to the admin web console, making it exploitable by any user with console access.

The fundamental issue lies in how ActiveMQ validates broker names during configuration. An authenticated attacker can craft a malicious broker name that passes initial validation but contains an xbean binding reference. This binding reference points to a malicious remote Spring XML application context file controlled by the attacker.

When the attacker subsequently triggers the creation of a VM transport through the DestinationView MBean by sending a specially crafted message, ActiveMQ attempts to resolve the broker name containing the xbean binding. This causes the remote Spring XML context file to be fetched and loaded.

The critical exploitation window occurs because Spring's ResourceXmlApplicationContext instantiates all singleton beans defined in the configuration before the BrokerService has a chance to validate the configuration. Attackers can define bean factory methods such as Runtime.exec() within their malicious Spring XML context, resulting in arbitrary code execution on the broker's JVM with the privileges of the ActiveMQ service account.

Root Cause

The root cause of this vulnerability is inadequate input validation of broker names in the ActiveMQ admin web console. The validation logic fails to properly sanitize or reject broker name values that contain xbean protocol bindings, allowing attackers to inject references to external resources that will be automatically loaded by the Spring Framework during context initialization.

Attack Vector

The attack is executed over the network against the ActiveMQ admin web console. An attacker must first authenticate to the console, then navigate to broker configuration functionality where they can inject a maliciously crafted broker name containing an xbean binding to an attacker-controlled Spring XML file. The attacker then uses the DestinationView MBean to send a message that triggers VM transport creation, causing the malicious context to be loaded and arbitrary code to execute.

The vulnerability mechanism involves multiple components working together: the admin console's insufficient input validation allows the malicious broker name to be stored; the VM transport system references this name during transport creation; and Spring's eager bean instantiation executes the malicious code before validation can occur. For detailed technical analysis, see the Apache ActiveMQ Security Advisory.

Detection Methods for CVE-2026-41044

Indicators of Compromise

  • Unexpected outbound network connections from ActiveMQ broker processes to external hosts hosting XML files
  • Broker names containing xbean: protocol references in ActiveMQ configuration
  • Unusual process spawning from the ActiveMQ JVM process, particularly shell commands or system utilities
  • Suspicious entries in ActiveMQ logs showing attempts to load remote Spring XML contexts

Detection Strategies

  • Monitor admin web console access logs for repeated configuration changes or unusual broker naming patterns
  • Implement network segmentation rules to alert on ActiveMQ brokers making outbound HTTP/HTTPS requests to untrusted hosts
  • Deploy runtime application security monitoring to detect Runtime.exec() or similar dangerous method invocations from Spring context loading
  • Audit JMX/MBean access logs for suspicious DestinationView operations following broker configuration changes

Monitoring Recommendations

  • Enable verbose logging for ActiveMQ broker configuration changes and Spring context loading events
  • Configure security information and event management (SIEM) rules to correlate admin console authentication with subsequent broker name modifications
  • Implement file integrity monitoring on ActiveMQ configuration directories to detect unauthorized changes
  • Monitor Java process behavior for unexpected child process creation or outbound network activity

How to Mitigate CVE-2026-41044

Immediate Actions Required

  • Upgrade Apache ActiveMQ to version 5.19.6 or 6.2.5 immediately
  • Restrict access to the ActiveMQ admin web console to trusted administrators only
  • Implement network egress filtering to prevent ActiveMQ brokers from making outbound connections to untrusted hosts
  • Review existing broker configurations for any suspicious broker names containing xbean references

Patch Information

Apache has released security patches addressing this vulnerability in ActiveMQ versions 5.19.6 and 6.2.5. Organizations should upgrade to one of these patched versions as the primary remediation. The patches implement proper validation of broker names to reject xbean protocol bindings and other potentially dangerous input patterns. See the Apache ActiveMQ Security Advisory for detailed upgrade instructions.

Workarounds

  • Disable or restrict access to the ActiveMQ admin web console until patching is complete
  • Implement strict network egress rules blocking outbound HTTP/HTTPS from ActiveMQ broker hosts
  • Deploy a web application firewall (WAF) in front of the admin console to filter potentially malicious broker name inputs
  • Use JVM security manager policies to restrict dangerous operations like Runtime.exec() from Spring context loading
bash
# Restrict admin console access via firewall
# Allow only trusted admin workstations
iptables -A INPUT -p tcp --dport 8161 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8161 -j DROP

# Block outbound HTTP from ActiveMQ server
iptables -A OUTPUT -p tcp --dport 80 -m owner --uid-owner activemq -j DROP
iptables -A OUTPUT -p tcp --dport 443 -m owner --uid-owner activemq -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache Activemq

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • OpenWall OSS Security Posting
  • Vendor Resources
  • Apache ActiveMQ Security Advisory
  • Related CVEs
  • CVE-2026-40466: Apache ActiveMQ RCE Vulnerability

  • CVE-2026-34197: Apache ActiveMQ RCE Vulnerability

  • CVE-2025-54539: Apache ActiveMQ NMS AMQP RCE Vulnerability

  • CVE-2025-29953: Apache ActiveMQ NMS OpenWire RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English