Apache ActiveMQ Vulnerability Exploited, Added to CISA KEV Catalog
A high-severity flaw in Apache ActiveMQ Classic, CVE-2026-34197 (CVSS 8.8), is under active exploitation, prompting CISA to add it to its Known Exploited Vulnerabilities catalog and mandate patching for federal agencies.

MITRE ATT&CK® TTPs (2)
Click any technique to view details on attack.mitre.org
Executive Summary
A high-severity vulnerability in Apache ActiveMQ Classic, tracked as CVE-2026-34197, is being actively exploited in the wild. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added the flaw to its Known Exploited Vulnerabilities (KEV) catalog, requiring federal civilian agencies to patch by May 8, 2026. The vulnerability, which carries a CVSS score of 8.8, allows for remote code execution (RCE) and has been linked to ransomware deployment attempts.
Technical Analysis
CVE-2026-34197 is a deserialization of untrusted data vulnerability affecting Apache ActiveMQ Classic versions 5.18.0 through 5.18.4, 5.17.0 through 5.17.7, 5.16.0 through 5.16.8, and all versions prior to 5.15.17. According to Apache's advisory, the flaw exists in the OpenWire protocol marshaller. A remote attacker with network access to an ActiveMQ instance can exploit this by sending a specially crafted OpenWire packet, leading to the deserialization of malicious data and subsequent execution of arbitrary code on the broker host with the privileges of the ActiveMQ process.
The vulnerability was patched in versions 5.15.17, 5.16.9, 5.17.8, and 5.18.5, released in March 2026. CISA's KEV entry, dated April 16, 2026, states that the flaw is "known to be currently exploited," though the agency's brief description does not specify the nature of the attacks. The Hacker News report links the exploitation activity to ransomware campaigns, though the specific ransomware family or threat actor was not named in the source material.
Tactics, Techniques & Procedures
Based on the technical description and the link to ransomware, the likely exploitation chain involves initial access via the exploitation of the vulnerable OpenWire service (T1190 - Exploit Public-Facing Application). Successful exploitation leads to remote code execution (T1203 - Exploitation for Client Execution), which can be used to establish a foothold, disable security controls, and deploy ransomware payloads (T1486 - Data Encrypted for Impact). The use of a deserialization flaw aligns with technique T1212 - Exploitation for Credential Access, as it can be used to execute arbitrary code within a trusted process context.
Threat Actor Context
The source material does not attribute the active exploitation to a specific named threat actor or group. The mention of ransomware activity suggests financially motivated actors, but their identity and origin remain unclear. The targeting appears opportunistic, focusing on publicly exposed and unpatched ActiveMQ instances rather than a specific sector or region.
Mitigations & Recommendations
The primary mitigation is immediate patching. Organizations running affected versions of Apache ActiveMQ Classic must upgrade to the patched versions: 5.15.17, 5.16.9, 5.17.8, or 5.18.5. CISA has given federal agencies a binding deadline of May 8, 2026, to apply these updates, a timeline all organizations should emulate.
If immediate patching is not feasible, administrators should consider implementing network-level controls to restrict access to the OpenWire port (TCP 61616 by default) to only trusted, necessary sources. As a general security practice, the ActiveMQ broker should not be run with root or administrator privileges. Organizations should also review their instances for any signs of compromise, such as unfamiliar queues, topics, or scheduled jobs.
Stay Updated
Get the latest cybersecurity news delivered to your inbox.
