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 "Web" in NavigateCMS 2.9 #14

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 "Web" 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 "Web"

  4. Chose:

    • Go to "/navigate/navigate.php?fid=templates"
    • Go to "/navigate/navigate.php?fid=webdictionary"
  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=templates" template template1

Ex2: Chose go to "/navigate/navigate.php?fid=webdictionary" dictionary dictionary1

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

I Hope you fix it ASAP

NavigateCMS commented 4 years ago

Fixed by 24d126056390e21701b4a13755e5d441b8df3ef0 and d6c221cbfcb8d75a08b29d0f6fc5d033b5c74e02

r0ck3t1973 commented 4 years ago

Hi Team Security NavigateCMS

You can a CVE ID assigne!

Thanks you!