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 module "Content" in NavigateCMS 2.9 #12

Closed
r0ck3t1973 opened this issue Jun 17, 2020 · 2 comments
Closed

Comments

@r0ck3t1973
Copy link

r0ck3t1973 commented Jun 17, 2020

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

/To Reproduce/
Steps to reproduce the behavior:

  1. Login into the panel
  2. Go to 'navigate/navigate.php?fid=dashboard'
  3. Go to Moudle "Content"
  4. Chose:
  • Go to "/navigate/navigate.php?fid=blocks"
  • Go to "/navigate/navigate.php?fid=files"
  • Go to "/navigate/navigate.php?fid=comments"
  1. Click "Create" >> Insert Payload:

'><details/open/ontoggle=confirm(1337)>

  1. Save: 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

/Impact/
Commonly include transmitting private data, like cookies or other session information, to the attacker, redirecting the victim to web content controlled by the attacker, or performing other malicious operations on the user’s machine under the guise of the vulnerable site.

/Screenshots/
Info NavigateCMS 2.9:
info

Ex1: Chose go to "/navigate/navigate.php?fid=blocks"
block
block1
Ex2: Chose go to "/navigate/navigate.php?fid=files"
folder
folder1
Ex3: Chose go to "/navigate/navigate.php?fid=comments"
comment
comment1

/Desktop (please complete the following information):/
OS: Windows
Browser: All

I Hope you fix it ASAP

@r0ck3t1973 r0ck3t1973 changed the title Cross Site Script Vulnerability on "Content" in NavigateCMS 2.9 Cross Site Script Vulnerability on module "Content" in NavigateCMS 2.9 Jun 17, 2020
@NavigateCMS
Copy link
Owner

Fixed by 05873cf

@r0ck3t1973
Copy link
Author

Hi Team Security NavigateCMS

You can a CVE ID assigne!

Thanks you!

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

2 participants