CVE-2026-66079
Last modified
CVE-2026-66079 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. RabbitMQ is a messaging and streaming broker. Prior to versions 3.13.15, 4.0.20, 4.1.11, and 4.2.6, parse_array_primitive/2 for constructor 0x45 (list0) returns an element with byte-width B = 0. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
RabbitMQ is a messaging and streaming broker. Prior to versions 3.13.15, 4.0.20, 4.1.11, and 4.2.6, parse_array_primitive/2 for constructor 0x45 (list0) returns an element with byte-width B = 0. The enclosing array32 parser at line 148 reads a 4-byte Count from the wire and loops Count times consuming B bytes each , with B = 0, no input is consumed and the loop builds a list of Count empty elements bounded only by the 32-bit field. The SASL-mechanisms / SASL-init frame is parsed by amqp10_framing:decode_bin/1 from rabbit_amqp_reader.erl:412 before authentication completes. The pre-auth incoming_max_frame_size (default 8192 bytes) caps the frame, not the Count field, so a 19-byte payload with Count = 0xFFFFFFFF is accepted. No max_heap_size is set on the reader process. An unauthenticated network attacker can crash any RabbitMQ node that has the AMQP 1.0 listener enabled (default port 5672) by sending a single ~19-byte frame. The reader process attempts to build a list of ~4 billion empty elements, exhausting heap memory and terminating the Erlang VM. All tenants and protocols on the node lose service. Preconditions include Network reachability to the AMQP listener (port 5672, enabled by default) No authentication required. This issue is fixed in versions 3.13.15, 4.0.20, 4.1.11, and 4.2.6.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| rabbitmq | rabbitmq-server | >= 3.13.0, < 3.13.15; >= 4.0.0, < 4.0.20; >= 4.1.0, < 4.1.11; >= 4.2.0, < 4.2.6 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-66079?
How severe is CVE-2026-66079?
How do I fix CVE-2026-66079?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-66073RabbitMQ is a messaging and streaming broker. From 3.13.0 un…6
- CVE-2026-66074RabbitMQ is a messaging and streaming broker. Prior to versi…6
- CVE-2026-66075RabbitMQ is a messaging and streaming broker. Prior to versi…2.3
- CVE-2026-66076RabbitMQ is a messaging and streaming broker. Prior to versi…2.3
- CVE-2026-66077RabbitMQ is a messaging and streaming broker. Prior to versi…7.3
- CVE-2026-66078RabbitMQ is a messaging and streaming broker. From 3.13.0 un…2.1
- CVE-2026-6608A vulnerability was detected in lm-sys fastchat up to 0.2.36…5.5
- CVE-2026-66080RabbitMQ is a messaging and streaming broker. Prior to versi…5.9
- CVE-2026-6609A flaw has been found in liangliangyy DjangoBlog up to 2.1.0…6.3
- CVE-2026-66098The Mira hormone monitor device firmware accepts a 0x01 writ…6.5
- CVE-2026-6610A vulnerability has been found in liangliangyy DjangoBlog up…3.7
- CVE-2026-66109A missing authorization vulnerability exists in SKYSEA Clien…8.5
Are you affected by CVE-2026-66079?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
