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 Proton-J: through 0.34.1.

Users are recommended to upgrade to version 0.35.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 construct a disposition frame containing large or illegal ranges, which the library processes with naive, unchecked range handling. This leads to exponentially increased CPU consumption and may eventually bring the messaging service to a halt. The flaw is classified as CWE-606, reflecting improper validation of input lengths.

Affected Systems

Apache Qpid Proton‑J versions 0.34.1 and earlier are vulnerable. Any deployment of this C library that accepts disposition frames from authenticated clients is at risk, particularly when the broker or transport is exposed to networked users who can supply forged frames.

Risk and Exploitability

Exploitation requires prior authentication to the broker, so an attacker would need valid credentials or unprotected network access. The CVSS score of 6.5 indicates moderate severity, while the EPSS score of < 1% suggests a low probability of exploitation under normal conditions. It is not listed in the CISA KEV catalog. The flaw may be mitigated by limiting access to the protocol and applying the vendor patch, but without the patch the library remains susceptible to resource exhaustion that could result in denial of service.

Generated by OpenCVE AI on August 6, 2026 at 17:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Apache Qpid Proton‑J 0.35.0 or newer to apply the vendor fix.
  • Restrict access to authenticated users by applying network segmentation, firewall rules, or broker‑level access controls to limit the number of users who can send disposition frames.
  • Monitor CPU usage and other system metrics for sudden spikes that could indicate a denial‑of‑service attempt, and configure alerts to notify administrators of abnormal load.

Generated by OpenCVE AI on August 6, 2026 at 17:28 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:30:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache qpid Proton-j
Vendors & Products Apache
Apache qpid Proton-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 Proton-J: through 0.34.1. Users are recommended to upgrade to version 0.35.0, which fixes the issue.
Title Apache Qpid Proton-J: Unbounded disposition range handling can lead to denial of service
Weaknesses CWE-606
References

Subscriptions

Apache Qpid Proton-j
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-06T15:14:36.749Z

Reserved: 2026-07-24T11:33:14.340Z

Link: CVE-2026-66276

cve-icon Vulnrichment

Updated: 2026-08-05T06:57:57.161Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-07T13:04:33.290

Link: CVE-2026-66276

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T17:30:16Z

Weaknesses
  • CWE-606

    Unchecked Input for Loop Condition