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

[Security] Stored XSS #38

Closed
edoardottt opened this issue Sep 19, 2022 · 0 comments
Closed

[Security] Stored XSS #38

edoardottt opened this issue Sep 19, 2022 · 0 comments

Comments

@edoardottt
Copy link

edoardottt commented Sep 19, 2022

Tested version: 8c2c8909 (latest)

Steps to reproduce the vulnerability:

  • Login in the application.
  • Set " <script>alert(document.domain)</script> as website name.
  • Fill other required fields with random values and save.
  • Then just visit the admin dashboard and the alert will fire.

Each time a target will visit the dashboard the payload will fire, even if the target is not logged in! Since the wesbite redirects to /admin/ presenting the login form, but the payload is reflected also there.

In order to test this, just click logout and reload the page.

Screenshot from 2022-09-19 17-48-22

Screenshot from 2022-09-19 17-48-46

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

No branches or pull requests

1 participant