CVE-2026-67238
Last modified
CVE-2026-67238 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. RabbitMQ is a messaging and streaming broker. Prior to versions 4.2.7 and 4.3.1, rabbit_pid_codec:decompose_from_binary/1 parses a caller-supplied ETF-encoded binary and calls binary_to_atom(Node, utf8) on the node-name field. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
RabbitMQ is a messaging and streaming broker. Prior to versions 4.2.7 and 4.3.1, rabbit_pid_codec:decompose_from_binary/1 parses a caller-supplied ETF-encoded binary and calls binary_to_atom(Node, utf8) on the node-name field. It is reached from rabbit_volatile_queue:pid_from_name/2, which is invoked for any queue name / routing key beginning amq.rabbitmq.reply-to.. The CandidateNodes membership check happens after the atom is created, and the surrounding try/catch cannot reclaim atoms (they are never GC'd). binary_to_existing_atom is not used. Any authenticated AMQP client can crash the entire Erlang VM (all vhosts, all connections) with ~1M cheap requests. Preconditions include Authenticated AMQP 0-9-1 connection to any vhost No per-connection rate limit low enough to make ~1M operations infeasible. This issue is fixed in versions 4.2.7 and 4.3.1.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| rabbitmq | rabbitmq-server | >= 4.2.0, < 4.2.7; >= 4.3.0, < 4.3.1 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-67238?
How severe is CVE-2026-67238?
How do I fix CVE-2026-67238?
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-67232RabbitMQ is a messaging and streaming broker. Prior to versi…8.2
- CVE-2026-67233RabbitMQ is a messaging and streaming broker. Prior to versi…6
- CVE-2026-67234RabbitMQ is a messaging and streaming broker. From 4.2.0 unt…2.3
- CVE-2026-67235RabbitMQ is a messaging and streaming broker. Prior to versi…7.1
- CVE-2026-67236RabbitMQ is a messaging and streaming broker. From 4.2.0 unt…8.2
- CVE-2026-67237RabbitMQ is a messaging and streaming broker. From 4.2.0 unt…7.5
- CVE-2026-67239RabbitMQ is a messaging and streaming broker. From 3.13.0 un…7.6
- CVE-2026-67240RabbitMQ is a messaging and streaming broker. Prior to versi…2.3
- CVE-2026-67241RabbitMQ is a messaging and streaming broker. From 4.2.0 unt…4.8
- CVE-2026-67242RabbitMQ is a messaging and streaming broker. From 4.2.0 unt…6.3
- CVE-2026-67243freo2 provided by refirio contains an unrestricted upload of…8.6
- CVE-2026-67244A format string vulnerability was found in the Notification …7.2
Are you affected by CVE-2026-67238?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
