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-Dotnet: through 1.0.0.

Users are recommended to upgrade to version 1.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 that specifies very large or illegal ranges, which the Proton-Dotnet runtime handles in a naive way that causes excessive CPU consumption. The result is a denial of service of the application or service using the library. The weakness is a deficient input validation (CWE-606).

Affected Systems

The vulnerability affects Apache Qpid Proton-Dotnet, with all releases through version 1.0.0 impacted. No newer versions before the fix are provided.

Risk and Exploitability

The risk is significant for services that rely on Proton-Dotnet for messaging, as any authenticated user can trigger the DoS. The exploitation requires the attacker to be authenticated within the system; therefore, it targets internal or compromised accounts. While the EPSS score is shown as < 1% and the issue is not listed in the CISA KEV catalog, the availability of a direct upgrade mitigates the threat. The severity, as quantified by a CVSS score of 6.5, indicates moderate risk given the potential for service interruption. Proactively applying the patch is the recommended approach to eliminate the vulnerability.

Generated by OpenCVE AI on August 5, 2026 at 17:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to version 1.1.0 or later, which contains the fix for the disposition range handling issue.
  • Restrict authentication so that only trusted users can send disposition frames; consider removing external or public access where possible.
  • Deploy monitoring to detect abnormal CPU spikes or high-frequency disposition frame traffic and apply rate limiting or temporary isolation if anomalies are detected.

Generated by OpenCVE AI on August 5, 2026 at 17:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Apache qpid Proton Dotnet
Vendors & Products Apache qpid Proton Dotnet

Wed, 05 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 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-Dotnet: through 1.0.0. Users are recommended to upgrade to version 1.1.0, which fixes the issue.
Title Apache Qpid Proton Dotnet: Unbounded disposition range handling can lead to denial of service
Weaknesses CWE-606
References

Subscriptions

Apache Qpid Proton-dotnet Qpid Proton Dotnet
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-05T15:44:38.533Z

Reserved: 2026-07-29T19:06:21.573Z

Link: CVE-2026-67554

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-07T13:07:08.170

Link: CVE-2026-67554

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T14:28:26Z

Weaknesses
  • CWE-606

    Unchecked Input for Loop Condition