CVE Catalog

CVE-2026-66080

MediumCVSS 5.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

18th percentile - higher than 18% of all known CVEs

Summary

RabbitMQ 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.

Risk Assessment

A user with management privileges can cause memory exhaustion and crash a RabbitMQ node, resulting in denial of service.

Recommendation

Upgrade RabbitMQ to versions 4.1.11, 4.2.6, or 4.3.0. Restrict management privileges and access to the rabbitmq_stream_management plugin to trusted users.

Other vulnerabilities in RabbitMQ

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS