CVE-2015-1054
Description
Cross-site scripting (XSS) vulnerability in the Games feature in Crea8Social 2.0 allows remote authenticated users to inject arbitrary web script or HTML via the Game Content field in Add Game.
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
Crea8Social 2.0 - Cross-Site Scripting Change Interface
# Exploit Title: Crea8Social v.2.0 XSS Change Interface
# Google Dork: intext:Copyright ยฉ 2014 CreA8social.
# Date: January 3, 2015
# Exploit Author: r0seMary
# Vendor Homepage: http://crea8social.com
# Software Link: http://codecanyon.net/item/crea8social-php-social-networking-platform-v20/9211270 or http://crea8social.com
# Version: v.2.0 (Latest version)
# Tested on: Windows 7
# CVE : -
================================================================================
Bismillahirahmanirahim
Assalamualaikum Wr.Wb
--[Fatal Xss Vulnerability]--
1. Register on the site
2. Go to Menu, Click Game
3. Add Game
4. At Game Content, enter your xss code. for example:
<script>document.body.innerHTML="your text here"</script><noscript>
look at the result, the user interface change into your xss code ;)
Proof of Concept:
http://104.131.164.9/demo/games/124 (Crea8Social Official Site)
./r0seMary
Wassalamualaikum.wr.wb
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| crea8social | crea8social | 2.0 | |
References
- http://codecanyon.net/item/crea8social-php-social-networking-platform-v31/9211270
- http://codecanyon.net/item/crea8social-php-social-networking-platform-v31/9211270/support
- http://osvdb.org/show/osvdb/116732
- http://packetstormsecurity.com/files/129816/Crea8Social-2.0-Cross-Site-Scripting.html
- http://www.exploit-db.com/exploits/35691
- https://exchange.xforce.ibmcloud.com/vulnerabilities/99615
- http://codecanyon.net/item/crea8social-php-social-networking-platform-v31/9211270
- http://codecanyon.net/item/crea8social-php-social-networking-platform-v31/9211270/support
- http://osvdb.org/show/osvdb/116732
- http://packetstormsecurity.com/files/129816/Crea8Social-2.0-Cross-Site-Scripting.html
- http://www.exploit-db.com/exploits/35691
- https://exchange.xforce.ibmcloud.com/vulnerabilities/99615
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.