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
    • 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-2020-11998

CVE-2020-11998: Apache ActiveMQ RCE Vulnerability

CVE-2020-11998 is a remote code execution vulnerability in Apache ActiveMQ caused by a JMX authentication regression. Attackers can exploit this to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-11998 Overview

CVE-2020-11998 is a critical authentication bypass vulnerability in Apache ActiveMQ that was introduced as a regression in a commit intended to prevent JMX re-binding. The flaw occurs when an empty environment map is passed to RMIConnectorServer instead of the map containing authentication credentials, effectively leaving ActiveMQ exposed without proper JMX authentication controls.

This vulnerability allows remote attackers to create a javax.management.loading.MLet MBean and use it to instantiate new MBeans from arbitrary URLs, ultimately enabling arbitrary code execution on vulnerable systems without requiring any authentication or user interaction.

Critical Impact

Remote attackers can achieve arbitrary code execution on vulnerable Apache ActiveMQ instances by exploiting the JMX authentication bypass, potentially compromising entire message broker infrastructures and downstream systems.

Affected Products

  • Apache ActiveMQ 5.15.12
  • Oracle Communications Diameter Signaling Router
  • Oracle Communications Element Manager
  • Oracle Communications Session Report Manager
  • Oracle Communications Session Route Manager
  • Oracle Enterprise Repository 11.1.1.7.0
  • Oracle FlexCube Private Banking 12.0.0 and 12.1.0

Discovery Timeline

  • September 10, 2020 - CVE-2020-11998 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-11998

Vulnerability Analysis

This vulnerability represents a significant regression in Apache ActiveMQ's JMX security implementation. The flaw stems from improper handling of the authentication environment map during JMX connector initialization. When establishing the RMIConnectorServer, the code passes an empty environment map instead of the properly configured map containing authentication credentials, effectively nullifying all JMX authentication controls.

The impact of this vulnerability is severe because JMX (Java Management Extensions) provides extensive control over Java applications. An unauthenticated attacker can leverage the MLet (Management Applet) service to load arbitrary MBeans from remote URLs. These MBeans can contain malicious code that executes with the same privileges as the ActiveMQ process, typically running with elevated system permissions in production environments.

Root Cause

The root cause is a regression introduced in a commit that was intended to prevent JMX re-bind attacks. During this security fix implementation, the code was inadvertently modified to pass an empty HashMap to the RMIConnectorServer constructor instead of the environment map containing the authentication credentials. This meant that while the original JMX re-bind vulnerability was addressed, a new and more severe authentication bypass was introduced.

The problematic code path occurs during ActiveMQ's JMX connector server initialization, where the security context should be populated with JAAS authentication credentials but instead receives an empty configuration.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can remotely connect to the exposed JMX port (typically 1099 or configured JMX ports) and exploit the vulnerability through the following mechanism:

  1. The attacker connects to the vulnerable ActiveMQ JMX service
  2. Without any authentication challenge, the attacker gains access to the MBean server
  3. The attacker creates a new javax.management.loading.MLet MBean instance
  4. Using the MLet, the attacker loads a malicious MBean from an attacker-controlled URL
  5. The malicious MBean executes arbitrary code within the ActiveMQ JVM context

As documented in the Oracle JMX Security Guide, when no security manager is in place, a remote client can create an MLet MBean and use it to instantiate new MBeans from arbitrary URLs, effectively achieving remote code execution.

Detection Methods for CVE-2020-11998

Indicators of Compromise

  • Unexpected JMX connections from external or unauthorized IP addresses to ActiveMQ broker ports
  • Creation of javax.management.loading.MLet MBean instances in JMX logs
  • Unusual outbound HTTP/HTTPS connections from the ActiveMQ process to external URLs
  • New or unexpected MBean registrations in the ActiveMQ JMX domain
  • Anomalous process spawning or code execution from the ActiveMQ Java process

Detection Strategies

  • Monitor JMX port access (default 1099) for connections from unauthorized sources
  • Implement network intrusion detection rules for JMX protocol traffic patterns
  • Review ActiveMQ logs for MLet MBean creation events
  • Deploy endpoint detection to identify suspicious child processes of the ActiveMQ JVM
  • Use application performance monitoring to detect unexpected MBean registrations

Monitoring Recommendations

  • Enable comprehensive JMX audit logging in ActiveMQ configurations
  • Configure network flow monitoring for JMX-related ports
  • Implement file integrity monitoring on ActiveMQ installation directories
  • Set up alerts for any new network connections initiated by the ActiveMQ process
  • Deploy SentinelOne agents on ActiveMQ hosts for real-time behavioral analysis

How to Mitigate CVE-2020-11998

Immediate Actions Required

  • Upgrade Apache ActiveMQ to version 5.15.13 or later immediately
  • If upgrade is not immediately possible, disable JMX remote access entirely
  • Implement network segmentation to restrict JMX port access to authorized management hosts only
  • Review firewall rules to block external access to JMX ports (1099, and any custom JMX ports)
  • Audit systems for signs of compromise before and after patching

Patch Information

Apache has released version 5.15.13 which addresses this vulnerability. The fix restores proper authentication credential handling in the JMX connector server initialization. Organizations using Oracle products should reference the Oracle CPU April 2021 Alert, Oracle CPU July 2021 Alert, and Oracle CPU October 2021 Alert for patches to affected Oracle products that embed ActiveMQ components.

For detailed information, see the Apache ActiveMQ Security Advisory.

Workarounds

  • Disable remote JMX access by removing or commenting out JMX connector configuration in activemq.xml
  • Implement IP-based access controls at the network level to restrict JMX port access
  • Use a security manager with restrictive policies to prevent MLet-based attacks
  • Deploy a firewall or security group rule blocking inbound traffic to JMX ports from untrusted networks
  • Consider using SSH tunneling for necessary JMX management access as an interim measure
bash
# Disable JMX remote access in activemq.xml (interim mitigation)
# Comment out or remove the managementContext connector configuration
# 
# Before (vulnerable):
# <managementContext>
#   <managementContext connectorPort="1099" jmxDomainName="org.apache.activemq"/>
# </managementContext>
#
# After (mitigated):
# <managementContext>
#   <managementContext createConnector="false" jmxDomainName="org.apache.activemq"/>
# </managementContext>

# Verify JMX port is not listening after restart
netstat -tlnp | grep 1099
ss -tlnp | grep 1099

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability6.91%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Apache ActiveMQ Commit Discussion

  • Apache ActiveMQ Commit Discussion

  • Oracle CPU January 2021 Alert
  • Vendor Resources
  • Apache ActiveMQ Security Advisory

  • Oracle CPU July 2021 Alert

  • Oracle CPU April 2021 Alert

  • Oracle CPU October 2021 Alert
  • Related CVEs
  • CVE-2025-54539: Apache ActiveMQ NMS AMQP RCE Vulnerability

  • CVE-2025-29953: Apache ActiveMQ NMS OpenWire RCE Flaw

  • CVE-2025-66168: Apache ActiveMQ Buffer Overflow Flaw

  • CVE-2025-27533: Apache ActiveMQ DoS Vulnerability
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