GHSA-4j92-6h2x-83rf
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Network-reachable broker (AV:N), straightforward once authenticated (AC:L), valid credentials required (PR:L), availability-only impact (A:H), no confidentiality or integrity effect.
Primary rating from Vendor (CNA).
CVSS VectorVendor
Lifecycle Timeline
4Description PRE-NVD
AnalysisAI
Denial of service in Apache Qpid Broker-J through version 10.0.1 allows authenticated AMQP 1.0 clients to exhaust broker CPU resources by sending crafted disposition frames containing large or illegal delivery-ID ranges. The broker's naive range iteration logic processes these ranges without bounds enforcement, causing excessive CPU consumption that degrades or halts message brokering for all connected clients. No public exploit code and no confirmed active exploitation are known at time of analysis; vendor-released fix 10.1.0 is available.
Technical ContextAI
Apache Qpid Broker-J is a pure-Java AMQP 1.0 message broker maintained by the Apache Software Foundation (Maven artifact org.apache.qpid:qpid-broker-plugins-amqp-1-0-protocol). In the AMQP 1.0 protocol, a 'disposition' performative is used by a receiver to settle (acknowledge or reject) message deliveries by specifying a delivery-ID range. The vulnerable code path within the AMQP 1.0 protocol plugin does not impose upper bounds when iterating over the delivery-ID range provided in an incoming disposition frame, allowing an attacker to specify pathologically large or structurally illegal ranges. This forces the broker into excessive iteration, consuming CPU cycles without productive work - a pattern consistent with CWE-400 (Uncontrolled Resource Consumption) or CWE-834 (Excessive Iteration), though no formal CWE mapping was provided in the advisory. No CPE string was supplied, but the affected artifact is unambiguously identified as org.apache.qpid:qpid-broker-plugins-amqp-1-0-protocol.
RemediationAI
Upgrade Apache Qpid Broker-J to version 10.1.0, which contains the fix for unbounded disposition range handling; this is the only confirmed remediation per the Apache advisory (https://seclists.org/oss-sec/2026/q3/418). No documented workarounds exist in the advisory. As compensating controls pending upgrade, operators should restrict AMQP connection access exclusively to trusted, known service accounts using broker authentication policy or network-level ACLs, reducing the pool of potential authenticated attackers. If the broker configuration supports per-connection or per-session resource quotas (such as message rate limits or connection throttling), enabling these may limit the CPU impact of malformed frames at the cost of added latency for legitimate clients. Minimizing broker exposure to internal networks and auditing active AMQP client credentials to remove stale or overly permissioned accounts further reduces risk. See https://qpid.apache.org/ for release downloads.
More in Qpid Broker J
View allIn Apache Qpid Broker-J 0.18 through 0.32, if the broker is configured with different authentication providers on differ
The AMQP 0-8, 0-9, 0-91, and 0-10 connection handling in Apache Qpid Java before 6.0.3 might allow remote attackers to b
In Apache Qpid Broker-J versions 6.1.0 through 6.1.4 (inclusive) the broker does not properly enforce a maximum frame si
The Apache Qpid Broker for Java can be configured to use different so called AuthenticationProviders to handle user auth
A Denial of Service vulnerability was found in Apache Qpid Broker-J versions 6.0.0-7.0.6 (inclusive) and 7.1.0 which all
A Denial of Service vulnerability was found in Apache Qpid Broker-J versions 7.0.0-7.0.4 when AMQP protocols 0-8, 0-9 or
Unbounded echo flow responses in Apache Qpid Broker-J (all versions through 10.0.1) allow an authenticated AMQP 1.0 clie
Resource exhaustion in Apache Qpid Broker-J through version 10.0.1 enables authenticated remote attackers to cause denia
PlainSaslServer.java in Apache Qpid Java before 6.0.3, when the broker is configured to allow plaintext passwords, allow
A Denial of Service vulnerability was found in Apache Qpid Broker-J 7.0.0 in functionality for authentication of connect
Same weakness CWE-606 – Unchecked Input for Loop Condition
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53091