CVE-2026-67240
Last modified
CVE-2026-67240 is a low-severity vulnerability rated 2.3/10 on the CVSS scale. RabbitMQ is a messaging and streaming broker. Prior to versions 4.2.7 and 4.3.1, pattern_to_regex maps % -> .*? and _ -> ., then compiles ^...$ with only [unicode]; re:run is called with only [{capture, none}] - no explicit match_limit. EPSS estimates a 0.26% 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, pattern_to_regex maps % -> .*? and _ -> ., then compiles ^...$ with only [unicode]; re:run is called with only [{capture, none}] - no explicit match_limit. A pattern like %_%_..._%X becomes ^.*?..*?.....*?.X$ with overlapping lazy quantifiers. The whole-expression cap is ?MAX_EXPRESSION_LENGTH=4096 chars / ?MAX_TOKENS=200; a LIKE string literal is one token, so ~2000 %_ pairs fit. SQL filters are accepted unconditionally at rabbit_amqp_session.erl:3264 (no feature flag). Evaluated per-message at rabbit_stream_queue.erl:1439. OTP's default 10M match_limit caps each match at ~100-200 ms (not seconds), and the re NIF yields to the scheduler. An authenticated AMQP 1.0 consumer with read+write on a stream queue can cause ~100-200 ms of CPU per delivered message via a crafted LIKE filter, multiplied across thousands of messages and parallel sessions - a substantial backtracking-driven CPU amplification. Preconditions include AMQP 1.0 with stream queues in use Attacker can attach a receiver with a filter (read permission) and publish messages with long property values (write permission). 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-67240?
How severe is CVE-2026-67240?
How do I fix CVE-2026-67240?
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-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-67238RabbitMQ is a messaging and streaming broker. Prior to versi…7.1
- CVE-2026-67239RabbitMQ is a messaging and streaming broker. From 3.13.0 un…7.6
- 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
- CVE-2026-67245A path traversal vulnerability was found in the VPN Clients …8.1
- CVE-2026-67246A path traversal vulnerability was found in the Wallpaper co…6.5
Are you affected by CVE-2026-67240?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
