Lucene search
K

phpSound Music Sharing Platform 1.0.5 Cross Site Scripting

🗓️ 13 Nov 2014 00:00:00Reported by Halil DalabasmazType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

phpSound v1.0.5 XSS Vulnerabilitie

Code
`# 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.  
===  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation