CSP headers and management UI #14179
-
Community Support Policy
RabbitMQ version used3.13.7 or older How is RabbitMQ deployed?RPM package Steps to reproduce the behavior in questionHi,
Initially - Inorder to resolve these vulnerabilities, I've followed the Official Docs and tried the following -
but in both the cases I get the same issue, The login page of management UI just shows a blank page and I can see the below error in the Inspect tab -
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
These are not vulnerabilities, they are warnings. A vulnerability is a proven RabbitMQ's management UI is an old SPA that relies on a very old library (Sammy), so it might depend on inline scripts. This won't change in the short and medium term. If you want to contribute a new UI, you are welcome to do so. The UI should not be exposed to the public Internet and its use is entirely optional. Prometheus and Grafana are the recommended monitoring option, standard CLI tools and |
Beta Was this translation helpful? Give feedback.
These are not vulnerabilities, they are warnings. A vulnerability is a proven
RabbitMQ's management UI is an old SPA that relies on a very old library (Sammy), so it might depend on inline scripts. This won't change in the short and medium term. If you want to contribute a new UI, you are welcome to do so.
The UI should not be exposed to the public Internet and its use is entirely optional. Prometheus and Grafana are the recommended monitoring option, standard CLI tools and
rabbitmqadmin
v2 can do everything the UI can (and more).