CVE-2023-50780:
Apache ActiveMQ Artemis: Authenticated users could perform RCE via Jolokia MBeans
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.3882%
CWE
Published
10/14/2024
Updated
10/16/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.activemq:artemis-cli | maven | < 2.29.0 | 2.29.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from Apache ActiveMQ Artemis exposing the Log4j2 MBean (LoggerContextAdminMBean) through its Jolokia endpoint. This MBean provides methods to modify logging configurations (e.g., injecting malicious appenders). The fix in version 2.29.0 explicitly disables the MBean via the '-Dlog4j2.disableJmx=true' flag, confirming that the MBean's exposure was the root cause. While the vulnerable code resides in Log4j2, Artemis' insecure default configuration (lack of JMX disabling) enabled the attack vector.