Summary
Apache ActiveMQ Classic exposes a Jolokia JMX-HTTP bridge at /api/jolokia/ in the web console. An authenticated attacker can use Jolokia exec operations on broker MBeans to invoke addNetworkConnector or addConnector with a crafted vm:// discovery URI, causing the broker to load remote Spring XML and execute attacker-controlled code in the broker JVM. On some 6.0.x deployments with the older web-console security flaw, the attack path can become effectively unauthenticated.
Why Planned Fix?
5/6Exploitation Details
Execute arbitrary code on the ActiveMQ broker JVM as the broker process user.
RCE (Remote Code Execution)Affected Software
| Product | Affected Versions |
|---|---|
| Apache ActiveMQ Classic | before 5.19.4; 6.0.0 through 6.2.2 |
Apache ActiveMQ Classic is an open-source, Java-based message broker used to route asynchronous messages between applications over JMS and other protocols.
Affected ComponentJolokia JMX-HTTP bridge in the web console, especially /api/jolokia/ exec operations on BrokerService.addNetworkConnector and addConnector.
Jolokia JMX-HTTP bridge in the web console, especially /api/jolokia/ exec operations on BrokerService.addNetworkConnector and addConnector.
Affected Endpoints(1)/api/jolokia/
On affected 6.0.0-6.1.1 systems, update conf/jetty.xml to require authentication for the API web context, and restrict /api/jolokia/ and port 8161 to trusted management networks. This reduces exposure but does not replace patching.
On affected 6.0.0-6.1.1 systems, update conf/jetty.xml to require authentication for the API web context, and restrict /api/jolokia/ and port 8161 to trusted management networks. This reduces exposure but does not replace patching.
Not available
Upgrade Apache ActiveMQ Classic to the fixed release line; Apache's advisory recommends 5.19.5 or 6.2.3 or later.
Upgrade Apache ActiveMQ Classic to the fixed release line; Apache's advisory recommends 5.19.5 or 6.2.3 or later.
Probability of exploitation in the next 30 days
Worse than 90% of all CVEs
No known threat actors
NVD Data
Description Summary
CVSS Base Score
CVSS Vector (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
Sources
| Source | Article |
|---|---|
| activemq.apache.org | CVE-2026-34197 announcement |
| activemq.apache.org | Security Advisories - ActiveMQ Classic |
| www.openwall.com | oss-security: CVE-2026-34197 |
| activemq.apache.org | ActiveMQ 5.19.4 Release |
| activemq.apache.org | ActiveMQ 5.19.5 Release |
| activemq.apache.org | CVE-2024-32114 announcement |
| www.cycognito.com | Emerging Threat: CVE-2026-34197 |
| purple-ops.io | CVE-2026-34197 ActiveMQ RCE Critical Analysis |
| github.com | CVE-2026-34197.yaml |
| github.com | CVE-2026-34197 activemq PoC |
| www.tenable.com | CVE-2026-34197 |
Priority History
Initial analysis