RockteMQ-AI commented on issue #2337: URL: https://github.com/apache/rocketmq-dashboard/issues/2337#issuecomment-5326022721
Thanks for the clarification, @Aias00. I've verified the code on the `rocketmq-studio` branch and can confirm this is a valid SSRF vulnerability. **Verified on `rocketmq-studio` branch:** - `RocketMQMessageProvider.viewMessageByOffsetId()` decodes the broker IP:port from the message ID - Directly invokes `viewMessage(brokerAddr, ...)` without validating the address belongs to the selected instance - Allows arbitrary RocketMQ-protocol outbound connections via crafted message IDs **Category:** Security (SSRF) | **Severity:** MEDIUM (administrator-scoped) **Status:** Confirmed ✓ This should validate decoded broker addresses against the instance's known broker set before making outbound connections. -- 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]
