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

There is a stored XSS vulnerability that can triage JavaScript code #435

Open
magicming200 opened this issue Apr 14, 2018 · 0 comments
Open

Comments

@magicming200
Copy link

magicming200 commented Apr 14, 2018

Hi, I have found a stored XSS vulnerability. Not same with issue #427 . The trigger is in page's content section, not title section.

Steps to replicate:

  1. log into the system as an editor role
  2. creat a new page in the blog catalog
  3. navigate to content section
  4. enter payload as shown in below section
    <script>alert(document.cookie)</script>
  5. visit http://<your_site>/monstra/blog/<page_name>.php
  6. you will triage JavaScript execution

Impacts:
Anyone who visit the target page will be affected to triage JavaScript code, including administrator, editor, and guest.

Affected Version:
3.0.4

Affected URL:
http://<your_site>/monstra/blog/<page_name>.php

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