Description
An authenticated attacker can craft a disposition frame with large or illegal ranges causing excessive CPU usage due to naive range handling, leading to denial of service.

This issue affects Apache Qpid Broker-J: through 10.0.1.

Users are recommended to upgrade to version 10.1.0, which fixes the issue.
Published: 2026-08-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated attacker can send a disposition frame containing large or illegal ranges, which the broker processes with naive range handling. The resulting excessive CPU consumption leads to denial of service for the Qpid broker. The core weakness is the lack of bounds checking in range processing, classified as CWE‑606. Only an attacker who has valid credentials can craft such frames, but once authenticated, all packets from that source can saturate the broker’s resources.

Affected Systems

Apache Qpid Broker‑J supplied by the Apache Software Foundation is affected for all releases up to and including 10.0.1. Versions 10.1.0 and later contain the fix. Any installation of the broker that relies on 10.0.1 or older is potentially vulnerable.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, suggesting no widespread public exploitation has been observed yet. Nevertheless, the severity is high because an authenticated attacker can trigger an outage. The attack vector is likely an authenticated internal or compromised client that can send arbitrary disposition frames, and the exploit requires no additional software beyond the broker itself. Given the lack of external attack surface, the risk is primarily to environments where trusted clients have access to the broker and could be abused by malicious insiders or compromised credentials.

Generated by OpenCVE AI on August 5, 2026 at 07:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Qpid Broker‑J to version 10.1.0 or later, which fixes the range handling issue.
  • Limit the set of clients that may authenticate to the broker, ensuring only trusted users or services can send disposition frames.
  • Enable CPU and resource usage monitoring on the broker, and configure alerts or automatic throttling to mitigate the impact of potential denial of service attacks.
  • As a temporary protective measure, apply network‑level rate limiting or firewall rules to restrict the volume of AMQP traffic to the broker until a patch can be applied.

Generated by OpenCVE AI on August 5, 2026 at 07:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache qpid Broker-j
Vendors & Products Apache
Apache qpid Broker-j

Wed, 05 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description An authenticated attacker can craft a disposition frame with large or illegal ranges causing excessive CPU usage due to naive range handling, leading to denial of service. This issue affects Apache Qpid Broker-J: through 10.0.1. Users are recommended to upgrade to version 10.1.0, which fixes the issue.
Title Apache Qpid Broker-J: Unbounded disposition range handling can lead to denial of service
Weaknesses CWE-606
References

Subscriptions

Apache Qpid Broker-j
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-05T06:58:30.628Z

Reserved: 2026-07-30T09:11:26.680Z

Link: CVE-2026-68077

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T07:45:03Z

Weaknesses
  • CWE-606

    Unchecked Input for Loop Condition