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

CVE-2020-13920: Apache ActiveMQ Auth Bypass Vulnerability

CVE-2020-13920 is an authentication bypass flaw in Apache ActiveMQ that allows attackers to intercept credentials via JMX RMI registry manipulation. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-13920 Overview

Apache ActiveMQ contains a man-in-the-middle vulnerability in its JMX RMI registry implementation. The vulnerability exists because Apache ActiveMQ uses LocateRegistry.createRegistry() to create the JMX RMI registry and binds the server to the "jmxrmi" entry without proper authentication controls. An attacker can connect to the registry without authentication and call the rebind method to rebind jmxrmi to a malicious proxy server, enabling credential interception when legitimate users connect.

Critical Impact

Attackers can intercept administrative credentials by exploiting unauthenticated JMX RMI registry access, potentially leading to complete compromise of ActiveMQ message broker infrastructure.

Affected Products

  • Apache ActiveMQ (versions prior to 5.15.12)
  • Oracle Communications Diameter Signaling Router
  • Oracle FLEXCUBE Private Banking 12.0.0 and 12.1.0
  • Debian Linux 9.0

Discovery Timeline

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

Technical Details for CVE-2020-13920

Vulnerability Analysis

This vulnerability stems from a missing authentication mechanism (CWE-306) in Apache ActiveMQ's JMX RMI registry implementation. The JMX (Java Management Extensions) interface is designed to allow administrators to monitor and manage ActiveMQ brokers. However, the registry creation process lacks proper access controls, allowing unauthenticated network connections.

The vulnerability enables a sophisticated man-in-the-middle attack scenario. When an administrator attempts to connect to the JMX interface for management purposes, they expect to communicate directly with the ActiveMQ server. However, an attacker who has previously exploited this vulnerability can intercept these connections through a proxy server bound to the jmxrmi entry, capturing authentication credentials transmitted during the connection handshake.

Root Cause

The root cause lies in the use of LocateRegistry.createRegistry() without implementing authentication requirements on the RMI registry. This allows any network-accessible client to invoke the rebind method, effectively replacing the legitimate jmxrmi binding with an attacker-controlled endpoint. The lack of authentication on registry operations violates the principle of least privilege and exposes critical management interfaces to unauthorized manipulation.

Attack Vector

The attack leverages network-accessible JMX RMI services to execute a man-in-the-middle attack:

  1. Reconnaissance: The attacker identifies an exposed ActiveMQ JMX RMI registry on the network
  2. Registry Manipulation: Without authentication, the attacker connects to the RMI registry and calls the rebind method
  3. Proxy Setup: The attacker creates a malicious RMI server that proxies requests to the original jmxrmi service
  4. Credential Interception: When legitimate administrators connect to manage ActiveMQ, their credentials pass through the attacker's proxy server
  5. Exploitation: Captured credentials can be used for unauthorized access to the ActiveMQ broker and potentially lateral movement within the network

The attack requires network access to the JMX RMI port (typically port 1099) and high complexity due to the need to set up a functioning proxy server. However, no privileges or user interaction are required for successful exploitation.

Detection Methods for CVE-2020-13920

Indicators of Compromise

  • Unexpected rebind operations in RMI registry logs indicating potential registry manipulation
  • Multiple JMX connections from unusual IP addresses or at irregular times
  • Network traffic analysis showing JMX communications routing through unexpected intermediary hosts
  • Authentication failures followed by successful connections from different source addresses

Detection Strategies

  • Monitor RMI registry operations for unauthorized rebind calls, particularly targeting the "jmxrmi" entry
  • Implement network segmentation monitoring to detect JMX traffic crossing unexpected boundaries
  • Deploy intrusion detection rules to identify RMI registry manipulation patterns
  • Correlate JMX authentication logs with network flow data to identify proxy interception scenarios

Monitoring Recommendations

  • Enable detailed logging for all JMX RMI registry operations on ActiveMQ brokers
  • Implement network traffic monitoring on JMX ports (default 1099) to baseline normal administrative access patterns
  • Configure alerts for any rebind operations on the jmxrmi registry entry
  • Monitor for new or unexpected SSL/TLS certificates presented during JMX connections

How to Mitigate CVE-2020-13920

Immediate Actions Required

  • Upgrade Apache ActiveMQ to version 5.15.12 or later immediately
  • Restrict network access to JMX RMI ports using firewall rules to allow only authorized management hosts
  • Implement network segmentation to isolate ActiveMQ management interfaces from untrusted networks
  • Review JMX access logs for any signs of prior exploitation or unauthorized access attempts

Patch Information

Apache has released a security patch in Apache ActiveMQ version 5.15.12 that addresses this vulnerability. The fix implements proper authentication controls on the JMX RMI registry to prevent unauthorized rebind operations. Organizations should upgrade to this version or later to remediate the vulnerability. Additional vendor patches are available:

  • Apache ActiveMQ Security Advisory
  • Oracle Critical Patch Update for Oracle products
  • Debian LTS Security Announcement for Debian systems

Workarounds

  • Disable JMX remote access entirely if not required for operational purposes
  • Implement SSL/TLS for JMX connections using the -Dcom.sun.management.jmxremote.ssl=true option
  • Configure JMX authentication using password files with the -Dcom.sun.management.jmxremote.authenticate=true option
  • Use VPN or SSH tunneling to secure JMX management access from authorized administrative workstations
bash
# Configuration example - Securing JMX in ActiveMQ
# Add to activemq.xml or ACTIVEMQ_OPTS in env configuration

# Enable JMX authentication
export ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS -Dcom.sun.management.jmxremote.authenticate=true"
export ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS -Dcom.sun.management.jmxremote.ssl=true"
export ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS -Dcom.sun.management.jmxremote.password.file=/path/to/jmxremote.password"
export ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS -Dcom.sun.management.jmxremote.access.file=/path/to/jmxremote.access"

# Restrict JMX to localhost only if remote access not needed
export ACTIVEMQ_OPTS="$ACTIVEMQ_OPTS -Djava.rmi.server.hostname=127.0.0.1"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Activemq

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • Apache ActiveMQ Commit Thread

  • Apache ActiveMQ Commit Thread

  • Debian LTS Security Announcement

  • Debian LTS Security Announcement

  • Oracle Critical Patch Update
  • Vendor Resources
  • Apache ActiveMQ Security Advisory
  • Related CVEs
  • CVE-2024-32114: Apache ActiveMQ Auth Bypass Vulnerability

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

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

  • 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