CVE-2026-67228
Last modified
CVE-2026-67228 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. RabbitMQ is a messaging and streaming broker. Prior to versions 4.2.7 and 4.3.1, The runtime-parameters lookup path coerces the URL :component segment to an atom with rabbit_data_coercion:to_atom/1 in lookup_component/1 (deps/rabbit/src/rabbit_runtime_parameters.erl), creating a new atom for any previously unseen value. EPSS estimates a 0.28% 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, The runtime-parameters lookup path coerces the URL :component segment to an atom with rabbit_data_coercion:to_atom/1 in lookup_component/1 (deps/rabbit/src/rabbit_runtime_parameters.erl), creating a new atom for any previously unseen value. A safe helper, rabbit_registry:binary_to_type/1, which uses binary_to_existing_atom with a catch, already exists but is not used at this call site. lookup_component/1 calls rabbit_data_coercion:to_atom(Component) on the :component segment of the request URL, converting an attacker-supplied string into a new atom. Because the Erlang atom table is bounded and atoms are never garbage collected, an authorized policymaker issuing roughly one million requests with distinct component values can exhaust the atom table and crash the node, resulting in a denial of service. Preconditions include Exploitation requires policymaker privileges and roughly one million requests.. 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-67228?
How severe is CVE-2026-67228?
How do I fix CVE-2026-67228?
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-67222RabbitMQ is a messaging and streaming broker. From 3.13.0 un…5.9
- CVE-2026-67223RabbitMQ is a messaging and streaming broker. The advisory e…6.3
- CVE-2026-67224RabbitMQ is a messaging and streaming broker. Prior to versi…2.1
- CVE-2026-67225RabbitMQ is a messaging and streaming broker. From 3.13.0 un…6.3
- CVE-2026-67226RabbitMQ is a messaging and streaming broker. From 4.0.0 unt…6.9
- CVE-2026-67227RabbitMQ is a messaging and streaming broker. From 4.0.0 unt…5.9
- CVE-2026-67229RabbitMQ is a messaging and streaming broker. Prior to versi…6.9
- CVE-2026-67230RabbitMQ is a messaging and streaming broker. From 3.13.0 un…6.3
- CVE-2026-67231RabbitMQ is a messaging and streaming broker. Prior to versi…9.1
- 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
Are you affected by CVE-2026-67228?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
