Aias00 opened a new issue, #2338: URL: https://github.com/apache/rocketmq-dashboard/issues/2338
## Problem An administrator can register any syntactically valid `host:port` through the proxy compatibility API, then invoke proxy configuration reload. The service posts to `http://<address>/admin/reloadConfig` without a resolved-address policy or a binding to known RocketMQ proxy endpoints. This is an administrator-scoped blind SSRF. ## Scope - Bind reload targets to trusted, configured proxy endpoints. - Reject arbitrary dynamic target registration for reload execution. - Add regression coverage for loopback and non-cluster target rejection. ## Impact Server-side outbound requests to attacker-selected destinations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
