viccctor opened a new issue, #154: URL: https://github.com/apache/rocketmq-dashboard/issues/154
The issue tracker is **ONLY** used for bug report and feature request. Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/). **BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? make a login to dashboard - What did you expect to see? login credentials in POST body - What did you see instead? login credentials in POST param 2. Please tell us about your environment: Latest version 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): In nginx access log, we can see `POST /login/login.do?password=12312112&username=admin` [Information exposure](https://owasp.org/www-community/vulnerabilities/Information_exposure_through_query_strings_in_url) through query strings in URL is when sensitive data is passed to parameters in the URL. This allows attackers to obtain sensitive data such as usernames, passwords, tokens (authX), database details, and any other potentially sensitive data. Simply using HTTPS does not resolve this vulnerability. -- 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]
