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: n/a
EPSS: n/a
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. No public exploits have been released and the EPSS score is not provided, but the potential for resource exhaustion raises the risk level. Because it is not included in the CISA KEV catalog and no CVSS score is published, the exact severity assessment is unclear; however, the possibility of sustained CPU exhaustion warrants careful monitoring.

Generated by OpenCVE AI on August 5, 2026 at 08:06 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 5, 2026 at 08:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-05T06:57:57.161Z

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

Link: CVE-2026-66276

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T08:15:12Z

Weaknesses
  • CWE-606

    Unchecked Input for Loop Condition