VYPR
Moderate severityNVD Advisory· Published Jul 20, 2020· Updated Aug 4, 2024

CVE-2020-13932

CVE-2020-13932

Description

In Apache ActiveMQ Artemis 2.5.0 to 2.13.0, a specially crafted MQTT packet which has an XSS payload as client-id or topic name can exploit this vulnerability. The XSS payload is being injected into the admin console's browser. The XSS payload is triggered in the diagram plugin; queue node and the info section.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A remote XSS vulnerability in Apache ActiveMQ Artemis web console Diagram Plugin allows injection via crafted MQTT client IDs or topic names.

Overview

CVE-2020-13932 is a cross-site scripting (XSS) vulnerability in the web console of Apache ActiveMQ Artemis versions 2.5.0 through 2.13.0. The root cause is insufficient sanitization of MQTT packet fields: a specially crafted MQTT packet containing an XSS payload as the client-id or topic name is accepted and later rendered unsafely in the admin console's Diagram Plugin, specifically in queue nodes and the info section [1][2].

Exploitation

The attack is network-based and does not require prior authentication to the message broker. An attacker sends a malicious MQTT packet to a vulnerable Artemis broker. Because the payload is stored in the broker's internal state and later displayed in the browser-based admin console, any administrator viewing the diagram of queues or related info sections will trigger the XSS payload in their session [1][2].

Impact

Successful exploitation leads to arbitrary JavaScript execution in the context of the admin console browser. This could allow an attacker to perform actions on behalf of an authenticated administrator, steal session cookies, deface the console interface, or redirect the admin to malicious sites. The vulnerability is rated Medium severity [2].

Mitigation

The vulnerability is patched in Apache ActiveMQ Artemis version 2.14.0. Users running any affected version (2.5.0 to 2.13.0) should upgrade immediately. There is no workaround mentioned in the advisory; applying the update is the only recommended mitigation [2].

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.apache.activemq:apache-artemisMaven
>= 2.5.0, < 2.14.02.14.0

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

9

News mentions

0

No linked articles in our index yet.