NavigateCMS / Navigate-CMS

Navigate CMS, a very powerful open source content management system for everybody.
http://www.navigatecms.com
GNU General Public License v2.0
8 stars 4 forks source link

Cross Site Script Vulnerability on module "Configuration" in NavigateCMS 2.9 #11

Closed r0ck3t1973 closed 4 years ago

r0ck3t1973 commented 4 years ago

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

/To Reproduce/ Steps to reproduce the behavior:

  1. Login into the panel

  2. Go to '/navigate/navigate.php?fid=about'

  3. Go to Moudle "Configuration"

  4. Chose:

    • Go to "/navigate/navigate.php?fid=users"
    • Go to "/navigate/navigate.php?fid=profiles"
    • Go to "/navigate/navigate.php?fid=menus"
    • Go to "/navigate/navigate.php?fid=functions"
    • Go to "/navigate/navigate.php?fid=backups"
  5. Click "Create" >> Insert Payload:

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

  6. 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=users" user user1 Ex2: Chose go to "/navigate/navigate.php?fid=profiles" profile profile1 Ex3: Chose go to "/navigate/navigate.php?fid=menus" menu menu1 Ex4: Chose go to "/navigate/navigate.php?fid=functions" fuction function1 Ex5: Chose go to "/navigate/navigate.php?fid=backups" backup Backup1

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

I Hope you fix it ASAP

NavigateCMS commented 4 years ago

Fixed by ed8ba30b298a28cadcf34eca1ba0a46a060d75b3

r0ck3t1973 commented 4 years ago

Hi Team Security @NavigateCMS

You can a CVE ID assigne!

Thanks you!