{"id":2415,"date":"2026-04-09T05:13:08","date_gmt":"2026-04-09T12:13:08","guid":{"rendered":"https:\/\/www.cycognito.com\/blog\/?p=2415"},"modified":"2026-04-09T05:13:08","modified_gmt":"2026-04-09T12:13:08","slug":"emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api","status":"publish","type":"post","link":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/","title":{"rendered":"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What is CVE-2026-34197?<\/h2>\n\n\n\n<p>CVE-2026-34197 is a remote code execution vulnerability in Apache ActiveMQ Classic. The flaw exists in the Jolokia JMX-HTTP bridge, which ActiveMQ exposes at <code>\/api\/jolokia\/<\/code> on the broker&#8217;s web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans, including <code>BrokerService.addNetworkConnector(String)<\/code> and <code>BrokerService.addConnector(String)<\/code>.<\/p>\n\n\n\n<p>An authenticated attacker can invoke these operations with a crafted discovery URI that triggers ActiveMQ&#8217;s VM transport <code>brokerConfig<\/code> parameter to load a remote Spring XML application context. Because Spring&#8217;s <code>ResourceXmlApplicationContext<\/code> instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker&#8217;s JVM through bean factory methods such as <code>Runtime.exec()<\/code>.<\/p>\n\n\n\n<p>The vulnerability carries a CVSS v3.1 base score of 8.8 (High). Exploitation requires low privileges in the general case, but default credentials (<code>admin:admin<\/code>) remain common across many ActiveMQ deployments. On ActiveMQ versions 6.0.0 through 6.1.1, a separate flaw (CVE-2024-32114) removed the Jolokia endpoint from the web console&#8217;s security constraints entirely, making CVE-2026-34197 effectively unauthenticated on those versions.<\/p>\n\n\n\n<p>The underlying code path has been present for approximately 13 years. ActiveMQ has been a repeated target for real-world attackers, and public proof-of-concept exploits are already available.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What assets are affected by CVE-2026-34197?<\/h2>\n\n\n\n<p>Apache ActiveMQ Classic versions prior to 5.19.4 and versions 6.0.0 through 6.2.2 are affected. Any system running an unpatched ActiveMQ broker with the web console enabled on port <code>8161<\/code> is potentially vulnerable.<\/p>\n\n\n\n<p>In practice, affected assets are message brokers that serve as middleware between application components. ActiveMQ is widely deployed in enterprise environments for asynchronous messaging, event-driven architectures, and system integration. These brokers commonly sit behind load balancers or within internal networks, but many are also directly internet-facing due to legacy deployment patterns, cloud migrations, or operational convenience.<\/p>\n\n\n\n<p>The web console, including the Jolokia endpoint, is enabled by default in most ActiveMQ installations. Organizations running older versions often lack visibility into whether <code>8161<\/code> is reachable from untrusted networks. Environments with mixed on-premises and cloud infrastructure are especially prone to having unintentionally exposed management interfaces.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Are fixes available?<\/h2>\n\n\n\n<p>Patches are available. Apache has released ActiveMQ Classic 5.19.4 and 6.2.3, both of which remove the ability for the <code>addNetworkConnector<\/code> operation to add <code>vm:\/\/<\/code> transports. This code path was never intended to be exposed as a remote operation.<\/p>\n\n\n\n<p>Organizations running ActiveMQ versions 6.0.0 through 6.1.1 should treat remediation as especially urgent, as the combination of CVE-2026-34197 and CVE-2024-32114 enables unauthenticated remote code execution on those versions. Upgrading to 6.2.3 addresses both vulnerabilities.<\/p>\n\n\n\n<p>Defenders should verify patch availability and applicability directly with their vendor or distribution maintainer rather than assuming a fix is available across all environments. Some Linux distributions may still be evaluating the patch for their packaged ActiveMQ versions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Are there any other recommended actions to take?<\/h2>\n\n\n\n<p>Restrict or disable Jolokia exec operations on the ActiveMQ web console. Block or limit access to <code>\/api\/jolokia\/<\/code> and restrict the web console (port <code>8161<\/code>) to trusted management networks only. Replace default credentials with strong, unique authentication. Monitor ActiveMQ broker logs for network connector activity referencing <code>vm:\/\/<\/code> URIs with <code>brokerConfig=xbean:http<\/code>, which is a clear indicator of exploitation attempts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How can CyCognito help your organization?<\/h2>\n\n\n\n<p>CyCognito published an Emerging Threat Advisory for CVE-2026-34197 in the CyCognito platform and is actively researching enhanced detection capabilities for this vulnerability.<\/p>\n\n\n\n<p>To learn how CyCognito can help your organization reduce external exposure and manage emerging threats more effectively, <a href=\"https:\/\/www.cycognito.com\/demo\/\">contact us to request a demo<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A remote code execution vulnerability in Apache ActiveMQ Classic&#8217;s Jolokia JMX-HTTP bridge allows an authenticated attacker to load a malicious Spring XML configuration and execute arbitrary commands.<\/p>\n","protected":false},"author":39,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-2415","post","type-post","status-publish","format-standard","hentry","category-research"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API | CyCognito Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API | CyCognito Blog\" \/>\n<meta property=\"og:description\" content=\"A remote code execution vulnerability in Apache ActiveMQ Classic&#039;s Jolokia JMX-HTTP bridge allows an authenticated attacker to load a malicious Spring XML configuration and execute arbitrary commands.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/\" \/>\n<meta property=\"og:site_name\" content=\"CyCognito Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-09T12:13:08+00:00\" \/>\n<meta name=\"author\" content=\"Igal Zeifman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Igal Zeifman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/\"},\"author\":{\"name\":\"Igal Zeifman\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3\"},\"headline\":\"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API\",\"datePublished\":\"2026-04-09T12:13:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/\"},\"wordCount\":554,\"publisher\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#organization\"},\"articleSection\":[\"Research\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/\",\"url\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/\",\"name\":\"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API | CyCognito Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#website\"},\"datePublished\":\"2026-04-09T12:13:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cycognito.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#website\",\"url\":\"https:\/\/www.cycognito.com\/blog\/\",\"name\":\"Cycognito Blog\",\"description\":\"Research, Product News and Latest Updates\",\"publisher\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.cycognito.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#organization\",\"name\":\"Cycognito\",\"url\":\"https:\/\/www.cycognito.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/logo-1720x550-1.png\",\"contentUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/logo-1720x550-1.png\",\"width\":1720,\"height\":550,\"caption\":\"Cycognito\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3\",\"name\":\"Igal Zeifman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b4495bcfbe7465d573c6f7ee3e2a3cab?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b4495bcfbe7465d573c6f7ee3e2a3cab?s=96&d=mm&r=g\",\"caption\":\"Igal Zeifman\"},\"description\":\"VP of Marketing\",\"url\":\"https:\/\/www.cycognito.com\/blog\/author\/igal-zeifman\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API | CyCognito Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/","og_locale":"en_US","og_type":"article","og_title":"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API | CyCognito Blog","og_description":"A remote code execution vulnerability in Apache ActiveMQ Classic's Jolokia JMX-HTTP bridge allows an authenticated attacker to load a malicious Spring XML configuration and execute arbitrary commands.","og_url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/","og_site_name":"CyCognito Blog","article_published_time":"2026-04-09T12:13:08+00:00","author":"Igal Zeifman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Igal Zeifman","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/#article","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/"},"author":{"name":"Igal Zeifman","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3"},"headline":"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API","datePublished":"2026-04-09T12:13:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/"},"wordCount":554,"publisher":{"@id":"https:\/\/www.cycognito.com\/blog\/#organization"},"articleSection":["Research"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/","url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/","name":"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API | CyCognito Blog","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/#website"},"datePublished":"2026-04-09T12:13:08+00:00","breadcrumb":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-34197-apache-activemq-remote-code-execution-via-jolokia-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cycognito.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Emerging Threat: (CVE-2026-34197) Apache ActiveMQ Remote Code Execution via Jolokia API"}]},{"@type":"WebSite","@id":"https:\/\/www.cycognito.com\/blog\/#website","url":"https:\/\/www.cycognito.com\/blog\/","name":"Cycognito Blog","description":"Research, Product News and Latest Updates","publisher":{"@id":"https:\/\/www.cycognito.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cycognito.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cycognito.com\/blog\/#organization","name":"Cycognito","url":"https:\/\/www.cycognito.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/logo-1720x550-1.png","contentUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/logo-1720x550-1.png","width":1720,"height":550,"caption":"Cycognito"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3","name":"Igal Zeifman","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b4495bcfbe7465d573c6f7ee3e2a3cab?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b4495bcfbe7465d573c6f7ee3e2a3cab?s=96&d=mm&r=g","caption":"Igal Zeifman"},"description":"VP of Marketing","url":"https:\/\/www.cycognito.com\/blog\/author\/igal-zeifman\/"}]}},"_links":{"self":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/comments?post=2415"}],"version-history":[{"count":1,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2415\/revisions"}],"predecessor-version":[{"id":2416,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2415\/revisions\/2416"}],"wp:attachment":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/media?parent=2415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/categories?post=2415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/tags?post=2415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}