Description
RabbitMQ is a messaging and streaming broker. Prior to versions 4.1.11, 4.2.6, and 4.3.0, validate_partitions only checks that the requested partition count is at least 1, with no upper bound. A large count such as lists:seq(0, 500000000) allocates roughly 8GB. Preconditions include The rabbitmq_stream_management plugin must be enabled. The caller needs the management tag and access to the target vhost.. This issue is fixed in versions 4.1.11, 4.2.6, and 4.3.0.
Published: 2026-09-23
Score: 5.9 Medium
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Patch Now
AI Analysis

Impact

RabbitMQ hosts a super‑stream partitions feature that, before the fix, validates only that the requested count is at least one, allowing an attacker to request an unbounded number of partitions such as a sequence from 0 to 500,000,000. This request forces the broker to allocate roughly 8 GB of memory, exhausting system resources and leading to broker instability or crashes, effectively causing a denial of service. The vulnerability is an example of CWE‑770 Resource Exhaustion.

Affected Systems

RabbitMQ Server versions older than 4.1.11, 4.2.6, and 4.3.0 are affected. The rabbitmq_stream_management plugin must be enabled, and the attacker must possess the management tag and access to the target vhost. Updates to the specified releases correct the validation logic to enforce an upper bound on partition requests.

Risk and Exploitability

With a CVSS score of 5.9 the risk is medium, but the EPSS score is not available, so current exploitation probability data is missing. The vulnerability is not listed in CISA’s KEV catalog, indicating no confirmed widespread exploitation yet. An attacker with management permissions can issue a large partition request via the stream management plugin, potentially exhausting memory and disrupting the broker. The risk is mitigated by updating the software or restricting the use of super‑streams.

Generated by OpenCVE AI on September 23, 2026 at 21:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade RabbitMQ Server to any of the fixed releases 4.1.11, 4.2.6, or 4.3.0.
  • Configure the broker to impose an explicit maximum on super‑stream partition counts or disable the super‑stream feature until a patch is applied.
  • If immediate upgrade is not possible, disable the rabbitmq_stream_management plugin to prevent the vulnerability from being exploitable while a fix is pending.

Generated by OpenCVE AI on September 23, 2026 at 21:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Description RabbitMQ is a messaging and streaming broker. Prior to versions 4.1.11, 4.2.6, and 4.3.0, validate_partitions only checks that the requested partition count is at least 1, with no upper bound. A large count such as lists:seq(0, 500000000) allocates roughly 8GB. Preconditions include The rabbitmq_stream_management plugin must be enabled. The caller needs the management tag and access to the target vhost.. This issue is fixed in versions 4.1.11, 4.2.6, and 4.3.0.
Title RabbitMQ: Super-stream partitions unbounded allocation
Weaknesses CWE-770
References
Metrics cvssV4_0

{'score': 5.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-23T20:20:34.845Z

Reserved: 2026-07-23T23:25:28.898Z

Link: CVE-2026-66080

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-23T21:16:59.787

Modified: 2026-09-23T21:16:59.787

Link: CVE-2026-66080

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T21:30:07Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling