CVE-2026-67238: RabbitMQ: Atom-table exhaustion via reply-to queue name decoding

Published Sep 23, 2026
·
Updated

RabbitMQ is a messaging and streaming broker. Prior to versions 4.2.7 and 4.3.1, rabbitpidcodec:decomposefrombinary/1 parses a caller-supplied ETF-encoded binary and calls binarytoatom(Node, utf8) on the node-name field. It is reached from rabbitvolatilequeue:pidfromname/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). binarytoexistingatom 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.

Affected Software

1 affected component
RabbitMQ RabbitMQ<4.2.7, <4.3.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade RabbitMQ to a version that resolves this vulnerability.

    Fixed in 4.2.7
  2. Upgrade

    Upgrade RabbitMQ to a version that resolves this vulnerability.

    Fixed in 4.3.1

Event History

Sep 23, 2026
CVE Published
via MITRE·07:58 PM
Data Sourced
via MITRE·07:58 PM
DescriptionWeakness
Data Sourced
via NVD·08:17 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

Any authenticated AMQP 0-9-1 client connected to any vhost can trigger it. The impact is broker-wide: exhausting the Erlang atom table crashes the entire Erlang VM, affecting all vhosts and connections.

2

What traffic reaches the vulnerable code path?

The vulnerable path is invoked for queue names or routing keys beginning with amq.rabbitmq.reply-to. The client supplies an ETF-encoded value whose node-name field is decoded into a new atom before candidate-node membership is checked.

3

Are default deployments affected?

A deployment is exposed when an authenticated AMQP 0-9-1 client can perform the required operations and no per-connection rate limit makes roughly one million requests infeasible. The issue applies to RabbitMQ versions before 4.2.7 and 4.3.1.

4

What can be done if upgrading is not immediately possible?

Restrict AMQP 0-9-1 access to trusted authenticated clients and apply per-connection rate limits low enough to make approximately one million operations infeasible. Because created atoms are never garbage-collected, catching errors after processing does not prevent exhaustion.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203