Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2020-13932

CVE-2020-13932: Apache ActiveMQ Artemis XSS Vulnerability

CVE-2020-13932 is an XSS vulnerability in Apache ActiveMQ Artemis that allows attackers to inject malicious payloads via MQTT packets. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 4, 2026

CVE-2020-13932 Overview

CVE-2020-13932 is a Cross-Site Scripting (XSS) vulnerability affecting Apache ActiveMQ Artemis versions 2.5.0 through 2.13.0. The vulnerability allows attackers to inject malicious JavaScript payloads through specially crafted MQTT packets, using the client-id or topic name fields as injection vectors. When an administrator accesses the admin console, the malicious payload executes within their browser context, potentially enabling session hijacking, credential theft, or unauthorized administrative actions.

Critical Impact

Attackers can execute arbitrary JavaScript in administrator browsers through the Artemis admin console, potentially compromising administrative sessions and enabling further attacks against the messaging infrastructure.

Affected Products

  • Apache ActiveMQ Artemis versions 2.5.0 through 2.13.0
  • Admin console diagram plugin
  • Queue node information section

Discovery Timeline

  • 2020-07-20 - CVE-2020-13932 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-13932

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The flaw exists in the Apache ActiveMQ Artemis admin console, which fails to properly sanitize user-controlled input received through MQTT protocol messages before rendering it in the web interface.

The attack requires network access and user interaction, specifically an administrator viewing the affected admin console pages. The vulnerability allows an attacker to compromise the confidentiality and integrity of the administrator's session, though availability impact is limited.

Root Cause

The root cause of CVE-2020-13932 is insufficient input validation and output encoding in the Apache ActiveMQ Artemis admin console. When MQTT packets are received by the broker, the client-id and topic name fields are stored and later displayed in the admin console's diagram plugin and queue information sections without proper HTML encoding or sanitization. This allows malicious scripts embedded in these fields to execute when rendered in an administrator's browser.

Attack Vector

The attack exploits the MQTT protocol's client-id and topic name fields as XSS payload delivery mechanisms. An attacker sends specially crafted MQTT packets to the ActiveMQ Artemis broker containing JavaScript payloads in these fields. When an administrator accesses the admin console to view queue diagrams or node information, the unsanitized payload is rendered in the browser, executing the malicious script in the context of the authenticated administrative session.

The XSS payload specifically triggers in two locations within the admin console: the diagram plugin visualization and the queue node information section. This provides multiple exploitation opportunities depending on which administrative interface the victim accesses first.

Detection Methods for CVE-2020-13932

Indicators of Compromise

  • MQTT connection attempts with unusual or script-containing client-id values
  • Topic names containing HTML tags or JavaScript code patterns
  • Admin console access logs showing requests with encoded script characters
  • Browser console errors related to JavaScript execution from unexpected sources

Detection Strategies

  • Monitor MQTT traffic for client-id and topic name fields containing HTML tags, script elements, or event handlers
  • Implement web application firewall (WAF) rules to detect and block XSS payloads in MQTT message metadata
  • Review admin console access logs for suspicious patterns following MQTT connections from untrusted sources
  • Configure intrusion detection systems to alert on MQTT packets containing common XSS patterns

Monitoring Recommendations

  • Enable detailed logging for MQTT connections including client-id values
  • Implement Content Security Policy (CSP) headers on the admin console to mitigate script execution
  • Set up alerts for admin console access immediately following connections from new or suspicious MQTT clients
  • Monitor for unusual JavaScript errors or DOM modifications in admin console sessions

How to Mitigate CVE-2020-13932

Immediate Actions Required

  • Upgrade Apache ActiveMQ Artemis to a version later than 2.13.0 that contains the security fix
  • Restrict network access to the MQTT port to trusted clients only
  • Limit admin console access to trusted networks and implement strong authentication
  • Consider temporarily disabling the diagram plugin if immediate patching is not possible

Patch Information

Apache has addressed this vulnerability in versions after 2.13.0. Organizations should upgrade to the latest stable release of Apache ActiveMQ Artemis. The official security advisory is available from the Apache ActiveMQ Security Advisory. Additional technical discussions regarding the fix can be found in the Apache ActiveMQ Commit Discussion.

Workarounds

  • Implement network segmentation to prevent untrusted MQTT clients from connecting to the broker
  • Use a reverse proxy with XSS filtering capabilities in front of the admin console
  • Disable the admin console diagram plugin through configuration if not required for operations
  • Apply browser-level XSS protections and ensure administrators use modern browsers with built-in XSS filtering
bash
# Configuration example - Restrict admin console access in broker.xml
# Add the following to limit admin console binding to localhost only
<web bind="http://localhost:8161" path="web">
    <app url="console" war="console.war"/>
</web>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechApache Activemq Artemis

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability2.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Apache ActiveMQ User Discussion

  • Apache ActiveMQ Commit Discussion

  • Apache ActiveMQ Commit Update
  • Vendor Resources
  • Apache ActiveMQ Security Advisory
  • Related CVEs
  • CVE-2022-23913: Apache ActiveMQ Artemis DoS Vulnerability
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