Inefficient regular expression complexity in RabbitMQ Server - #VU137257
Published: July 9, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to inefficient regular expression complexity in the management API list endpoints when processing a user-supplied ?name= regular expression with use_regex=true. A remote user can send a specially crafted request to cause a denial of service.
Exploitation requires a user account with the management tag. The regular expression is evaluated once per resource in the result set, which can lead to prolonged CPU consumption and scheduler saturation on large result sets.