Description
|
|
Three Cross Site Scripting vulnerabilities were reported in auraCMS, which may be exploited to execute a malicious HTML/Javascript code. This flaw is due to an input validation error in the "index.php", "hits.php" and "counter.php" scripts, when handling specially crafted "query", "hits" and "theCount" parameters, which may be exploited by attackers to cause arbitrary scripting code to be executed by the user's browser
http://vulnerable/index.php?query=%3Cscript%3Ealert(document.cookie)%3C/script%3E&pilih=search
http://vulnerable/hits.php?hits=%3Cscript%3Ealert(document.cookie)%3C/script%3E
http://vulnerable/counter.php?theCount=%3Cscript%3Ealert(document.cookie)%3C/script%3E
|