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 "Shop" in NavigateCMS 2.9 #10

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

  4. Chose:

    • Go to "/navigate/navigate.php?fid=products"
    • Go to "/navigate/navigate.php?fid=coupons"
    • Go to "/navigate/navigate.php?fid=brands"
    • Go to "/navigate/navigate.php?fid=shipping_methods"
    • Go to "/navigate/navigate.php?fid=payment_methods"
  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=products" product1 2 3 Ex2: Chose go to: "/navigate/navigate.php?fid=coupons" 4 5 Ex3: Chose go to: "Go to "/navigate/navigate.php?fid=brands" 6 7 Ex4: Chose go to: "/navigate/navigate.php?fid=shipping_methods" 8 9 Ex5: Chose go to: "/navigate/navigate.php?fid=payment_methods" 10 11

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

I Hope you fix it ASAP

NavigateCMS commented 4 years ago

Fixed by commit 9be89445c4dc018b16b759714b0d4ba8493fb042

r0ck3t1973 commented 4 years ago

Hi Team Security NavigateCMS

You can a CVE ID assigne!

Thanks you!