CVE-2026-67551
7.5Apache Software Foundation · Apache Qpid Proton Dotnet
A pre-authentication denial of service vulnerability in Apache Qpid Proton Dotnet allows attackers to trigger excessive memory allocation via manipulated type size or count values.
Executive summary
An unauthenticated attacker can trigger a denial of service condition in Apache Qpid Proton Dotnet by exploiting improper memory allocation handling.
Vulnerability
The vulnerability is a memory allocation flaw (CWE-789) where an unauthenticated attacker can send specially crafted messages to trigger excessive memory consumption, leading to a crash or service unavailability.
Business impact
The vulnerability carries a CVSS score of 7.5, reflecting its high impact on service availability. A successful exploit allows an unauthenticated remote attacker to crash the application, which could lead to significant operational disruption and downtime for services relying on the Qpid Proton library.
Remediation
Immediate Action: Upgrade Apache Qpid Proton Dotnet to version 1.1.0 or later as recommended by the vendor.
Proactive Monitoring: Monitor system memory usage and application error logs for sudden spikes or crash events that may indicate exploitation attempts.
Compensating Controls: Deploy rate limiting on network traffic reaching the affected service to mitigate the ability of an attacker to flood the application with malicious type size requests.
Exploitation status
Public Exploit Available: No — exploit_available (false).
Analyst recommendation
Given the ability for unauthenticated remote attackers to cause a denial of service, this vulnerability presents a high risk to availability. Administrators should prioritize updating the library to version 1.1.0 in all development and production environments to ensure stability and resilience against potential service disruption.