CVE-2026-34197
Confirmed PUBLISHEDApache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Authenticated users could perform RCE via Jolokia MBeans
1 day faster than CISA KEV
Recommended Action
Prioritize remediation. Validate affected assets and apply vendor fixes on an accelerated timeline.
At a Glance
Improper Input Validation, Improper Control of Generation of Code ('Code Injection') vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ. Apache ActiveMQ Classic exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String). An authenticated attacker can invoke these operations with a crafted discovery URI that triggers the VM transport's brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring's ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker's JVM through bean factory methods such as Runtime.exec(). This issue affects Apache ActiveMQ Broker: before 5.19.4, from 6.0.0 before 6.2.3; Apache ActiveMQ All: before 5.19.4, from 6.0.0 before 6.2.3; Apache ActiveMQ: before 5.19.4, from 6.0.0 before 6.2.3. Users are recommended to upgrade to version 5.19.4 or 6.2.3, which fixes the issue
- CVE Published
- Apr 07, 2026
- Exploitation Reported
- Jun 01, 2026
- CVSS
- 8.8 High
- EPSS
- 96.7%
Affected Versions
| Vendor | Product | Version | Status |
|---|---|---|---|
| Red Hat |
Red Hat AMQ Broker 7
|
All versions (default: unaffected) |
Unaffected |
| Red Hat |
Red Hat Data Grid 8
|
All versions (default: unaffected) |
Unaffected |
| Red Hat |
Red Hat Enterprise Linux 8
|
All versions (default: unaffected) |
Unaffected |
| Red Hat |
Red Hat Enterprise Linux 9
|
All versions (default: unaffected) |
Unaffected |
| Red Hat |
Red Hat Fuse 7
|
All versions (default: unaffected) |
Unaffected |
| Red Hat |
Red Hat Fuse 7
|
All versions (default: unaffected) |
Unaffected |
| Red Hat |
Red Hat JBoss Enterprise Application Platform 7
|
All versions (default: unaffected) |
Unaffected |
| Red Hat |
Red Hat JBoss Enterprise Application Platform 8
|
All versions (default: unaffected) |
Unaffected |
| Red Hat |
Red Hat JBoss Enterprise Application Platform Expansion Pack
|
All versions (default: unaffected) |
Unaffected |
| Apache Software Foundation |
Apache ActiveMQ Broker
|
0 to < 5.19.4 |
Affected |
| Apache Software Foundation |
Apache ActiveMQ Broker
|
6.0.0 to < 6.2.3 |
Affected |
| Apache Software Foundation |
Apache ActiveMQ All
|
0 to < 5.19.4 |
Affected |
| Apache Software Foundation |
Apache ActiveMQ All
|
6.0.0 to < 6.2.3 |
Affected |
| Apache Software Foundation |
Apache ActiveMQ
|
0 to < 5.19.4 |
Affected |
| Apache Software Foundation |
Apache ActiveMQ
|
6.0.0 to < 6.2.3 |
Affected |
CVE References
- Vendor Advisory — activemq.apache.org activemq.apache.org · Vendor Advisory https://activemq.apache.org/security-advisories.data/CVE-2026-34197-a...
Recommended Actions
- Prioritize remediation. Validate affected assets and apply vendor fixes on an accelerated timeline.
- Check enrichment artifacts for scanner coverage and available PoCs before rolling remediation validation.
- Use the Pro API to automate enrichment, telemetry, and workflow delivery for VM, SOC, and CTI pipelines.
Known Exploited Vulnerability Sources
Catalogues that list this CVE as a known exploited vulnerability.
Per-source evidence links for KEV attestations are available through the KEVIntel Pro API.
Learn about Pro API access| Source | Added |
|---|---|
| The Shadowserver First | 2026-06-01 00:00 UTC |
| CVE | 2026-06-01 13:07 UTC |
| CISA | 2026-06-02 14:01 UTC |
Scanner Artifacts
Nuclei and Metasploit references linked to this CVE.
| Scanner | Reference | Detected |
|---|---|---|
| Nuclei | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2026/CVE-2026-34197.yaml | Jun 01, 2026 |
Virtual Patch
Compensating WAF rules to help reduce exposure to this CVE. Rule content and deployable vendor exports are available with KEVIntel Enterprise.
KEVIntel does not currently have a virtual patch for this CVE. When available, KEVIntel virtual patches ship as deployable ModSecurity, Cloudflare, and AWS WAF rules.
Enterprise feature. Virtual patch rule content and deployable vendor exports (ModSecurity, Cloudflare, AWS WAF) are available to KEVIntel Enterprise users.
CVSS Scores
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Exploitation Status
Exploited in the wild
Recorded 2026-06-01 13:07:29 UTC · CVE
Proof of concept available
Recorded 2026-06-06 12:39:27 UTC · GitHub
Weaknesses (CWE)
-
Improper Input Validation
-
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
-
Improper Control of Generation of Code ('Code Injection')
Scanner Integrations
| Scanner | Reference | Detected |
|---|---|---|
| Nuclei | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2026/CVE-2026-34197.yaml | Jun 01, 2026 |
Recent Mentions
Rapid7 · Jun 05, 2026
When Open Source is a bit too OpenSeveral fun modules landed this week, including an Apache RCE, Windows Kernel pointer collection, and Gogs RCE via naming. Leading off is Gogs' RCE that allows an attacker to execute commands by naming their branch --exec and requesting a rebase.Another useful post module by CharlesQuinnDev enumerates the Kernel pointers leaked via the popular NtQuerySystemInformation technique. Those exposed pointers, combined with a good write primitive, make local privilege escalation easier to accomplish. Several local privilege escalations already use that technique, so exposing just that technique was a great call!New module content (3)Apache ActiveMQ RCE via Jolokia addNetworkConnectorAuthors: dinosn and h00dieType: ExploitPull request: #21497 contributed by h00diePath: multi/http/apache_activemq_jolokia_rceAttackerKB reference: CVE-2026-34197Adds a new exploit module exploit/multi/http/apache_activemq_jolokia_rce targeting CVE-2026-34197 in Apache ActiveMQ. The module abuses the Jolokia JMX-over-HTTP API exposed at /api/jolokia/ by calling the addNetworkConnector() MBean operation with a crafted brokerConfig=xbean:http://... URI. ActiveMQ fetches the attacker-controlled URL and instantiates it as a Spring XML application context, achieving remote code execution via a java.lang.ProcessBuilder bean. Authentication is required to exploit this vulnerability.Gogs Git Rebase Argument Injection RCEAuthor: Crypto-CatType: ExploitPull request: #21515 contributed by jburgess-r7Path: multi/http/gogs_rebase_rceThis adds an exploit module for the Gogs rebase Remote Code Execution (RCE) vulnerability. The module leverages an argument injection flaw residing in the pull request merge workflow of Gogs versions <= 0.14.2 and <= 0.15.0+dev.Windows Kernel Pointer Exposure EnumeratorAuthor: CharlesQuinnDevType: PostPull request: #21039 contributed by CharlesQuinnDevPath: windows/gather/windows_kernel_pointer_enumAdds a new post module for Windows that...
Potential Proof of Concepts
These PoCs are unverified and could contain malware. Use at your own risk.
github · Created 2026-07-16 14:34:32 UTC · 0 stars
CVE-2026-34197 - Apache ActiveMQ Jolokia Remote Code Execution (RCE)
github · Created 2026-06-06 12:39:27 UTC · 0 stars
Apache ActiveMQ RCE via Jolokia vulnerability analysis and reproduction notes
github · Created 2026-05-18 14:36:46 UTC · 1 stars
这是一个面向防守和内网排查的 Apache ActiveMQ Classic 暴露面检测工具,用于辅助评估 CVE-2026-34197 相关风险。
github · Created 2026-05-18 03:30:22 UTC · 0 stars
nuclei · Created Unknown
Timeline
Key exploitation, disclosure, scanner coverage, and KEV attestation events for this CVE.
-
12:39 UTC about 1 month ago12:39 UTC · about 1 month ago
Public PoC available
Public proof-of-concept code published
-
14:01 UTC about 2 months ago14:01 UTC · about 2 months ago
Added to CISA KEV
Listed in the CISA Known Exploited Vulnerabilities catalog
-
15:34 UTC about 2 months ago15:34 UTC · about 2 months ago
Nuclei template available
Scanner coverage available
-
13:07 UTC about 2 months ago13:07 UTC · about 2 months ago
KEV confirmed by CVE
Exploitation attested by an external source
-
00:00 UTC about 2 months ago00:00 UTC · about 2 months ago
Added to KEVIntel KEV Feed
High-confidence, third-party attested exploitation
-
07:50 UTC 3 months ago07:50 UTC · 3 months ago
CVE published
Vulnerability disclosed publicly
-
14:51 UTC 4 months ago14:51 UTC · 4 months ago
CVE ID reserved
Identifier reserved by the CNA
Automate This Intelligence with the Pro API
Confidence scoring, exploit status, sensor telemetry, PoCs, scanner integrations, mentions, and tags are available programmatically for VM, SOC, and CTI workflows.
Pro API Example
GET /api/v2/pro/kevs/CVE-2026-34197
{
"cve_id": "CVE-2026-34197",
"title": "Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Authenticated u...",
"affected_vendor": "Apache Software Foundation",
"affected_product": "Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ",
"affected_versions": [
{ "vendor": "...", "product": "...", "status": "affected", "display_label": "..." }
],
"confidence": "Confirmed",
"cvss_score": 8.8,
"epss_score": 0.96666,
"exploit_status": {
"exploited_in_the_wild": true,
"active_exploitation_observed": false
},
"sensor_telemetry": { "...": "Pro API fields" },
"proof_of_concepts": [ "..." ],
"scanner_integrations": [ "..." ]
}