Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Unauthenticated network attacker (AV:N, PR:N, UI:N) trivially repeats one command (AC:L); availability-only impact with broker OOM crash (A:H, C:N, I:N).
Primary rating from Vendor (apache).
CVSS VectorVendor: apache
Lifecycle Timeline
3DescriptionCVE.org
Denial of Service via Out of Memory vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ, Apache ActiveMQ All.
Following the fix for CVE-2026-49270 an unauthenticated attacker can now cause broker OOM by sending an repeated BrokerInfo commands without sending a ConnectionInfo, until the broker will crash with OOM. This issue affects Apache ActiveMQ Broker: from 5.19.7 before 5.19.8, from 6.2.6 before 6.2.7; Apache ActiveMQ: from 5.19.7 before 5.19.8, from 6.2.6 before 6.2.7; Apache ActiveMQ All: from 5.19.7 before 5.19.8, from 6.2.6 before 6.2.7.
Users are recommended to upgrade to version 6.2.7, which fixes the issue.
Articles & Coverage 1
AnalysisAI
Remote denial of service in Apache ActiveMQ (versions 5.19.7 and 6.2.6) allows an unauthenticated attacker to exhaust broker heap memory and crash the service with an OutOfMemory error. The flaw is a regression introduced by the fix for CVE-2026-49270: an attacker repeatedly sends OpenWire BrokerInfo commands while never sending the expected ConnectionInfo, causing unbounded state accumulation until the broker dies. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the unauthenticated network reachability makes it a credible availability threat to exposed brokers.
Technical ContextAI
Apache ActiveMQ is a widely used open-source Java message broker implementing JMS, with its native OpenWire protocol used for client-broker communication. In the OpenWire handshake, a client is expected to send a ConnectionInfo command to establish a connection context; here the broker accepts and processes repeated BrokerInfo commands without ever receiving the corresponding ConnectionInfo, so resources allocated per command are never bounded or released. The root cause is an uncontrolled resource consumption / unbounded memory allocation condition (CWE-400, Uncontrolled Resource Consumption, closely related to CWE-789 Memory Allocation with Excessive Size Value), arising from incomplete remediation of the earlier CVE-2026-49270. Affected CPEs are cpe:2.3:a:apache_software_foundation:apache_activemq_broker, apache_activemq, and apache_activemq_all.
RemediationAI
Vendor-released patch: upgrade to Apache ActiveMQ 6.2.7 (the 5.19.x branch should likewise be moved to 5.19.8, the fixed release for that line); the vendor explicitly recommends 6.2.7, per https://lists.apache.org/thread/nhkmbdym61yp6wwy0dny8w1p46sm87kr. Where immediate patching is not possible, restrict network exposure of the OpenWire transport connector (default TCP 61616) so it is reachable only from trusted, authenticated clients via firewall rules or network segmentation, since the attack is unauthenticated and pre-connection - this is the most effective compensating control and has the side effect of blocking legitimate clients on untrusted networks. Additionally, place the broker behind authentication/TLS transport and consider lowering the JVM max heap exposure window by monitoring for abnormal BrokerInfo command volume, though these reduce rather than eliminate the OOM risk. Avoid relying on connection rate limiting alone, as a single source can send the repeated commands quickly.
More in Apache Activemq Broker
View allRemote code execution in Apache ActiveMQ Classic versions before 5.19.5 and 6.0.0-6.2.2 allows authenticated attackers t
Remote code execution in Apache ActiveMQ 5.x (before 5.19.6) and 6.x (before 6.2.5) allows authenticated attackers to by
Remote code execution in Apache ActiveMQ allows authenticated attackers with admin console access to inject malicious Sp
Improper input validation in Apache ActiveMQ lets an attacker who can write or modify LDAP entries matching the broker's
Out-of-memory denial of service in Apache ActiveMQ allows unauthenticated remote attackers to exhaust broker memory via
Improper path validation in Apache ActiveMQ Client and Broker allows authenticated users to traverse the classpath via c
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40280
GHSA-9qj4-v6r6-3wmx