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 "Tools" in NavigateCMS 2.9 #13

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 "Tools" 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 "Tools"
  4. Chose:
    • Go to "/navigate/navigate.php?fid=webusers&act=create"
    • Go to "/navigate/navigate.php?fid=webusers&act=webuser_groups_list"
  5. 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=webusers&act=create" web web1 Ex2: Chose go to "/navigate/navigate.php?fid=webusers&act=webuser_groups_list" group group1

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

I Hope you fix it ASAP

NavigateCMS commented 4 years ago

Fixed by 68e18703cd253d7dd058db9397718a7fdf46c5af

r0ck3t1973 commented 4 years ago

Hi Team Security @NavigateCMS

You can a CVE ID assigne!

Thanks you!