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

Cross Site Script Vulnerability on "content" in moziloCMS Admin 2.0 ("Amalia") #28

Closed
r0ck3t1973 opened this issue Sep 8, 2020 · 1 comment

Comments

@r0ck3t1973
Copy link

Describe the bug
An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Content" feature.

To Reproduce
Steps to reproduce the behavior:

1, Login into the panel
2. Go to "mozilo2.0-master/admin/index.php?nojs=true&action=catpage&multi=true"
3. Click Edit "Content"
4. Insert Payload:
'><details/ open/ontoggle=confirm (document.domain)>
5. Save
6. Click Edit
7. XSS Alert Message

Expected behavior
The removal of script tags is not sufficient to prevent an XSS attack. You must HTML Entity encode any output that is reflected back to the page.

Screenshots

  1. Infor moziloCMS Admin:
    1

  2. Go to "Content" and Edit:
    2

  3. Insert Payload XSS:
    3

  4. XSS Alert Message:
    4

Desktop (please complete the following information):

OS: Windows
Browser Chorme
Version 85.0.4183.83 (Official Build) (64-bit)

@r0ck3t1973 r0ck3t1973 changed the title Cross Site Script Vulnerability on "content" in moziloCMS Admin Cross Site Script Vulnerability on "content" in moziloCMS Admin 2.0 ("Amalia") Sep 8, 2020
@r0ck3t1973
Copy link
Author

CVE-2020-25394

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