CVE-2026-67220
Last modified
CVE-2026-67220 is a medium-severity vulnerability rated 6/10 on the CVSS scale. RabbitMQ is a messaging and streaming broker. Prior to versions 3.13.15, 4.0.20, 4.1.11, 4.2.6, 4.3.0, When a binding is created on an x-jms-topic exchange, add_binding/3 reads the rjms_erlang_selector argument and passes it through erl_scan:string/1 then erl_parse:parse_term/1. EPSS estimates a 0.29% 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, 4.2.6, 4.3.0, When a binding is created on an x-jms-topic exchange, add_binding/3 reads the rjms_erlang_selector argument and passes it through erl_scan:string/1 then erl_parse:parse_term/1. erl_scan:string/1 interns every atom literal it tokenizes. validate_binding/2 is a no-op (-> ok.), there is no length cap, and the surrounding try/catch cannot reclaim atoms. The Java JMS client compiles selectors client-side, but the server does not enforce this , a raw AMQP client can send arbitrary selector strings. An authenticated low-privilege AMQP user confined to one vhost can crash the entire broker node (cross-tenant DoS) in <100 bind calls. Preconditions include rabbitmq_jms_topic_exchange plugin enabled (bundled; required for any JMS deployment) Authenticated AMQP user with read on an x-jms-topic exchange + write on a queue (or configure to declare both). This issue is fixed in versions 3.13.15, 4.0.20, 4.1.11, 4.2.6, 4.3.0.
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-67220?
How severe is CVE-2026-67220?
How do I fix CVE-2026-67220?
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-67215cJSON through 1.7.19 is vulnerable to uncontrolled recursion…8.7
- CVE-2026-67216cJSON through 1.7.19 contains an inefficient algorithmic com…7.5
- CVE-2026-67217cJSON through 1.7.19 applies RFC 6902 JSON Patch operations …6.9
- CVE-2026-67218RabbitMQ is a messaging and streaming broker. Prior to versi…2.1
- CVE-2026-67219RabbitMQ is a messaging and streaming broker. Prior to versi…6
- CVE-2026-6722In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.…9.8
- CVE-2026-67221RabbitMQ is a messaging and streaming broker. Prior to versi…5.9
- 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
Are you affected by CVE-2026-67220?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
