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-40466

CVE-2026-40466: Apache ActiveMQ RCE Vulnerability

CVE-2026-40466 is a remote code execution vulnerability in Apache ActiveMQ that allows authenticated attackers to bypass CVE-2026-34197 protections and execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 30, 2026

CVE-2026-40466 Overview

CVE-2026-40466 is a critical Code Injection vulnerability affecting Apache ActiveMQ that enables authenticated attackers to achieve remote code execution on the broker's JVM. This vulnerability represents a bypass of a previous security fix (CVE-2026-34197) and exploits the HTTP Discovery transport mechanism in conjunction with malicious Spring XML application context loading.

The vulnerability allows an authenticated attacker to add a connector using an HTTP Discovery transport via BrokerView.addNetworkConnector or BrokerView.addConnector through Jolokia when the activemq-http module is present on the classpath. A malicious HTTP endpoint can return a VM transport through the HTTP URI, bypassing validation controls, and subsequently load a remote Spring XML application context using ResourceXmlApplicationContext to execute arbitrary code.

Critical Impact

Authenticated attackers can achieve arbitrary code execution on the Apache ActiveMQ broker's JVM through bean factory methods such as Runtime.exec(), potentially compromising the entire message broker infrastructure.

Affected Products

  • Apache ActiveMQ: versions before 5.19.6, and versions 6.0.0 through 6.2.4
  • Apache ActiveMQ Broker: versions before 5.19.6, and versions 6.0.0 through 6.2.4
  • Apache ActiveMQ All: versions before 5.19.6, and versions 6.0.0 through 6.2.4

Discovery Timeline

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

Technical Details for CVE-2026-40466

Vulnerability Analysis

This vulnerability represents a sophisticated bypass of security controls implemented in CVE-2026-34197. The attack chain involves multiple components working in concert to achieve code execution on the target system.

The vulnerability exists because Spring's ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration. This ordering issue creates a window where malicious bean definitions can be processed and executed prior to any security validation taking place. An attacker leveraging this weakness can execute arbitrary code through Java's Runtime.exec() method or similar bean factory methods.

The attack requires authentication to the Jolokia interface and the presence of the activemq-http module on the classpath, making it an authenticated remote code execution vulnerability that affects enterprise deployments where Jolokia management is exposed.

Root Cause

The root cause of this vulnerability lies in improper input validation and a security control bypass in the connector addition functionality. When an HTTP Discovery transport is specified, the system fails to properly validate that the returned transport configuration from the HTTP endpoint is safe. The HTTP endpoint can return a VM transport URI containing a brokerConfig parameter pointing to a remote Spring XML configuration file.

The fundamental flaw is the order of operations: Spring's bean instantiation occurs before the BrokerService can validate the loaded configuration, allowing malicious beans to execute before any security checks can intervene. This represents a classic time-of-check-time-of-use (TOCTOU) style vulnerability in the configuration loading process.

Attack Vector

The attack leverages network-accessible Jolokia endpoints to inject malicious connector configurations. The attack flow proceeds as follows:

  1. An authenticated attacker accesses the Jolokia management interface
  2. The attacker calls BrokerView.addNetworkConnector or BrokerView.addConnector with an HTTP Discovery transport URI
  3. The HTTP endpoint under attacker control returns a VM transport URI containing a malicious brokerConfig parameter
  4. The brokerConfig parameter references a remote Spring XML application context
  5. When ResourceXmlApplicationContext processes this configuration, it instantiates all singleton beans
  6. Malicious bean definitions in the XML trigger code execution via methods like Runtime.exec() before validation occurs

The attack requires low privileges (authenticated access to Jolokia) and no user interaction, making it highly exploitable in environments where Jolokia management interfaces are accessible. For detailed technical information, refer to the Apache ActiveMQ Security Advisory.

Detection Methods for CVE-2026-40466

Indicators of Compromise

  • Unexpected network connections from the ActiveMQ broker to external HTTP endpoints
  • Jolokia API calls to BrokerView.addNetworkConnector or BrokerView.addConnector with HTTP Discovery transport URIs
  • Loading of remote Spring XML configuration files from untrusted sources
  • Suspicious process spawning from the ActiveMQ JVM process, particularly cmd.exe or /bin/sh invocations
  • Unexpected outbound connections on HTTP/HTTPS ports from the broker to unfamiliar destinations

Detection Strategies

  • Monitor Jolokia API access logs for calls to addNetworkConnector and addConnector methods with HTTP transport parameters
  • Implement network segmentation monitoring to detect unusual egress traffic from ActiveMQ broker hosts
  • Deploy JVM-level monitoring to detect suspicious Runtime.exec() invocations or unexpected child process creation
  • Review ActiveMQ broker logs for connector additions referencing HTTP Discovery transports or external VM transport configurations

Monitoring Recommendations

  • Enable detailed audit logging for all Jolokia management interface operations
  • Configure network monitoring to alert on HTTP/HTTPS connections originating from ActiveMQ broker processes to external destinations
  • Implement file integrity monitoring for ActiveMQ configuration directories to detect unauthorized configuration changes
  • Deploy endpoint detection and response (EDR) solutions to monitor JVM process behavior and detect anomalous code execution patterns

How to Mitigate CVE-2026-40466

Immediate Actions Required

  • Upgrade Apache ActiveMQ to version 5.19.6 or 6.2.5 immediately to address this vulnerability
  • Restrict access to the Jolokia management interface to trusted administrators only using network-level controls
  • Review existing connector configurations for any suspicious HTTP Discovery transport entries
  • Remove the activemq-http module from the classpath if HTTP transport functionality is not required
  • Implement network segmentation to prevent the ActiveMQ broker from making outbound HTTP connections to untrusted endpoints

Patch Information

Apache has released patched versions that address this vulnerability. Users are recommended to upgrade to version 5.19.6 (for the 5.x branch) or 6.2.5 (for the 6.x branch). These versions include enhanced validation that prevents the HTTP Discovery transport bypass attack vector.

For additional information, review the Apache ActiveMQ Security Advisory.

Workarounds

  • Disable or restrict access to the Jolokia management interface at the network level using firewall rules
  • Remove the activemq-http module from the classpath if HTTP transport functionality is not required for operations
  • Implement egress filtering to prevent the ActiveMQ broker from connecting to external HTTP endpoints
  • Configure Jolokia with strict authentication requirements and limit access to only required management operations
bash
# Example: Restrict Jolokia access via network firewall
# Block external access to Jolokia port (typically 8161)
iptables -A INPUT -p tcp --dport 8161 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8161 -j DROP

# Example: Remove activemq-http module if not needed
# Navigate to ActiveMQ lib directory and remove HTTP transport JARs
cd $ACTIVEMQ_HOME/lib/optional
mv activemq-http-*.jar /backup/location/

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.23%

  • 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
  • Apache ActiveMQ Security Advisory
  • Related CVEs
  • CVE-2026-41044: 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