Path traversal when MessageBus::Diagnostics is enabled
Moderate severity
GitHub Reviewed
Published
Dec 17, 2021
in
discourse/message_bus
•
Updated May 4, 2023
Description
Published by the National Vulnerability Database
Dec 17, 2021
Reviewed
Dec 17, 2021
Published to the GitHub Advisory Database
Dec 17, 2021
Last updated
May 4, 2023
Impact
Users who deployed message bus with diagnostics features enabled (default off) were vulnerable to a path traversal bug, which could lead to disclosure of secret information on a machine if an unintended user were to gain access to the diagnostic route. The impact is also greater if there is no proxy for your web application as the number of steps up the directories is not bounded. For deployments which uses a proxy, the impact varies. For example, If a request goes through a proxy like Nginx with
merge_slashes
enabled, the number of steps up the directories that can be read is limited to 3 levels.Patches
Patched in 3.3.7.
Workarounds
Disable MessageBus::Diagnostics in production like environments.
References