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: 6.5 Medium
EPSS: < 1% Very Low
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 < 1% and the vulnerability is not listed in the CISA KEV catalog, indicating no widespread public exploitation has been observed yet. The CVSS score of 6.5 indicates a moderate severity, meaning an authenticated attacker can trigger an outage if the broker is not patched. 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 6, 2026 at 17:37 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 6, 2026 at 17:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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-06T15:13:48.596Z

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

Link: CVE-2026-68077

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

Published: 2026-08-05T07:16:39.210

Modified: 2026-08-06T18:34:45.740

Link: CVE-2026-68077

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T17:45:03Z

Weaknesses
  • CWE-606

    Unchecked Input for Loop Condition