Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When navigating to a page, the path is not sanitized in the "Request statistics" in the admin panel, leading to an XSS.
For example, navigating to http://beego-site/<script>alert(1)</script> leads to an alert when viewed on the admin panel:
http://beego-site/<script>alert(1)</script>
The text was updated successfully, but these errors were encountered:
Please update to newest master branch. Be careful, do not use develop branch.
master
develop
Sorry, something went wrong.
flycash
Successfully merging a pull request may close this issue.
When navigating to a page, the path is not sanitized in the "Request statistics" in the admin panel, leading to an XSS.
For example, navigating to

http://beego-site/<script>alert(1)</script>leads to an alert when viewed on the admin panel:The text was updated successfully, but these errors were encountered: