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

404 page have Stored XSS Vulnerability #437

Open
Waterpaste opened this issue Apr 15, 2018 · 0 comments
Open

404 page have Stored XSS Vulnerability #437

Waterpaste opened this issue Apr 15, 2018 · 0 comments

Comments

@Waterpaste
Copy link

Stored-XSS reported #427(title section) &#435 (content section) &#436(title section)
I found another stored-XSS in 404page(name field),the Vulnerability source in monstra-3.0.4/plugins/box/pages/pages.admin.php.

Affected Version:

3.0.4 or before

Payload:
<a href="javascript:alert(/xss/)">xss</a>

Steps to replicate:

  1. Goto http://<your_site>/monstra/admin/index.php?id=pages
  2. Click Edit 404 page(http://<your_site>/monstra/admin/index.php?id=pages&action=edit_page&name=error404)
  3. Enter payload in title section and save
  4. Visit http://<your_site>/monstra/bilibili.php
  5. You will triage Javascript execution

Impacts:
A user with editor level privileges can make JavaScript code execution in admin's session.

Testing Environment:
PHP/5.5.38 + Apache/2.4.23

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