Skip to content
New issue

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

XSS injection in output panel #921

Closed
sc0rp10 opened this issue Mar 9, 2021 · 0 comments · Fixed by #922
Closed

XSS injection in output panel #921

sc0rp10 opened this issue Mar 9, 2021 · 0 comments · Fixed by #922

Comments

@sc0rp10
Copy link
Contributor

sc0rp10 commented Mar 9, 2021

Describe the bug
Dashboard is vulnereable by XSS injection

To Reproduce
Steps to reproduce the behavior:

  1. Run a job that outputs some html and/or js. like echo <script>alert('xss')</script>
  2. Check execution output in dashboard
  3. Get an XSS injection in your browser

Expected behavior
Page with escaped job output instead of injected raw html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant