Improper Encoding or Escaping of Output in RabbitMQ Server - #VU139293
Published: July 24, 2026
Vulnerability details
The vulnerability allows a remote user to bypass MQTT topic authorization.
The vulnerability exists due to improper escaping of special elements in rabbit_auth_backend_internal.erl escape_regex_char/1 and topic permission expansion when processing MQTT topic permission templates that place {client_id} inside a character class. A remote user can supply a crafted client_id value to bypass MQTT topic authorization.
The issue affects read and write topic checks only when templates embed {client_id} within a [...] character class.