Description
A pre-authentication attacker could leverage type size/count handling to cause excessive allocation leading to potential denial of service.

This issue affects Apache Qpid ProtonJ2: through 1.1.0.

Users are recommended to upgrade to version 1.2.0, which fixes the issue.
Published: 2026-08-05
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in Apache Qpid ProtonJ2 where size and count fields in certain message types are not properly validated before memory allocation. An attacker can send a crafted request that forces the server to allocate an excessively large amount of memory, potentially exhausting resources and causing a denial of service. This flaw is classified as CWE-789, an integer overflow or out-of-bounds allocation weakness, and as CWE-770, an excessive allocation vulnerability.

Affected Systems

The affected product is Apache Qpid ProtonJ2 from the Apache Software Foundation. All releases up to and including version 1.1.0 are vulnerable, whereas version 1.2.0 and later contain the fix. Administrators running ProtonJ2 should identify their installed version and plan an upgrade accordingly.

Risk and Exploitability

The flaw can be triggered by a pre-authentication message that requests excessive memory allocation. The conditions for exploitation require that a client can send such a message to the ProtonJ2 service; it is inferred that any network entity capable of sending data to the service can potentially trigger the vulnerability. The CVSS score of 7.5 indicates high severity, the EPSS score is not available and the vulnerability is not listed in CISA KEV, so the likelihood of exploitation remains uncertain, but the impact on availability is significant.

Generated by OpenCVE AI on August 5, 2026 at 14:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ProtonJ2 to version 1.2.0 or later.
  • Restrict network exposure of ProtonJ2 services, allowing only trusted clients.
  • Monitor memory usage and application health to detect abnormal allocation patterns.

Generated by OpenCVE AI on August 5, 2026 at 14:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 09:45: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 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Important


Wed, 05 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Description A pre-authentication attacker could leverage type size/count handling to cause excessive allocation leading to potential denial of service. This issue affects Apache Qpid ProtonJ2: through 1.1.0. Users are recommended to upgrade to version 1.2.0, which fixes the issue.
Title Apache Qpid ProtonJ2: Type size/count handling can lead to excessive allocation pre-authentication
Weaknesses CWE-789
References

Subscriptions

Apache Qpid Proton-j Qpid Protonj2
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-06T15:37:47.356Z

Reserved: 2026-07-29T20:16:43.082Z

Link: CVE-2026-67589

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-08-05T06:16:39.583

Modified: 2026-08-07T20:39:28.130

Link: CVE-2026-67589

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-05T05:28:15Z

Links: CVE-2026-67589 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T09:30:11Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling

  • CWE-789

    Memory Allocation with Excessive Size Value