CVE Catalog

CVE-2026-67413

MediumCVSS 6.0
Published: Translated: NVD NIST

Summary

The optional rabbitmq_jms_topic_exchange plugin in RabbitMQ accepts a client-controlled rjms_erlang_selector binding expression whose LIKE evaluator expands wildcards into overlapping PCRE fragments executed without match or recursion limits. An authenticated tenant can consume broker scheduler CPU and deny service with pathological selectors.

Risk Assessment

An authenticated user with bind and publish permissions can trigger pathological selectors causing CPU exhaustion and unavailability of the RabbitMQ broker.

Recommendation

Update RabbitMQ to versions 4.0.23, 4.1.14, 4.2.9, or 4.3.3, which contain the fix for this issue.

Other vulnerabilities in RabbitMQ

See all
Original NVD description (English source)

RabbitMQ is a messaging and streaming broker. From 4.0.0 until 4.0.23, 4.1.14, 4.2.9, and 4.3.3, the optional rabbitmq_jms_topic_exchange plugin's x-jms-topic exchange accepted a client-controlled rjms_erlang_selector binding expression whose LIKE evaluator expanded percent and underscore wildcards into overlapping PCRE fragments. It executed those fragments with raw re:run/3 without match or recursion limits, allowing an authenticated tenant that can bind and publish to consume broker scheduler CPU and deny service with pathological selectors. This issue is fixed in versions 4.0.23, 4.1.14, 4.2.9, and 4.3.3.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS