CVE-2014-8954
Description
Multiple cross-site scripting (XSS) vulnerabilities in phpSound 1.0.5 allow remote attackers to inject arbitrary web script or HTML via the (1) Title or (2) Description fields in a playlist or the (3) filter parameter in an explore action to index.php.
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
phpSound Music Sharing Platform 1.0.5 - Multiple Cross-Site Scripting Vulnerabilities
# Exploit Title: phpSound Music Sharing Platform Multiple XSS Vulnerabilities
# Date: 08-10-2014
# Exploit Author: Halil Dalabasmaz
# Version: v1.0.5
# Vendor Link: http://codecanyon.net/item/phpsound-music-sharing-platform/9016117
# Software Test Link: http://phpsound.com/demo
# Vulnerabilities Description:
===Stored XSS===
Create a Playlist and then you can run any XSS payload on "Title" or "Description" input fields.
Sample Payload for Stored XSS: "><script>alert(document.cookie);</script>
Solution
Filter the input fields aganist to XSS attacks.
===
===Reflected XSS===
The URL parameter is "filter" not filtered.
http://server/path/index.php?a=explore&filter=XSS
Sample Payload for XSS: </title><script>alert(document.cookie);</script>
Solution
Filter the parameter aganist to XSS attacks.
===
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| codecanyon | phpsound | 1.0.5 | |
References
- http://packetstormsecurity.com/files/129104/phpSound-Music-Sharing-Platform-1.0.5-Cross-Site-Scripting.html
- http://www.exploit-db.com/exploits/35198
- http://www.securityfocus.com/bid/71172
- http://packetstormsecurity.com/files/129104/phpSound-Music-Sharing-Platform-1.0.5-Cross-Site-Scripting.html
- http://www.exploit-db.com/exploits/35198
- http://www.securityfocus.com/bid/71172
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.