vendor:
Musicbox
by:
DevilScreaM
7,5
CVSS
HIGH
SQL Injection Vulnerability, XSS Vulnerability, Shell Upload Vulnerability
89, 79, 264
CWE
Product Name: Musicbox
Affected Version From: 1.0
Affected Version To: 2.3.8
Patch Exists: NO
Related CWE: N/A
CPE: a:musicboxv2:musicbox
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7 32 Bit (Mozila & Chrome)
2013
Musicbox 2.3.8 Multiple Vulnerabilities
Musicbox 2.3.8 is vulnerable to SQL Injection, XSS and Shell Upload. An attacker can exploit these vulnerabilities by sending malicious payloads to the vulnerable parameters. For SQL Injection, the vulnerable parameter is 'id' in the URL 'genre_albums.php?id=[SQLI]'. For XSS, the vulnerable parameters are 'term' and 'details' in the URL 'index.php?in=song&term=[Cross site scripting/XSS]&action=search&start=0' and 'member.php?uname=[YOUR_USERNAME]'. For Shell Upload, the vulnerable parameter is 'action' in the URL 'admin/adminpanel.php?action=artistgallery'. An attacker can upload a malicious shell/backdoor and access it via 'images/artist/shell.php'.
Mitigation:
Input validation should be done on the server-side to prevent malicious payloads from being sent to the vulnerable parameters. Access to the admin panel should be restricted to trusted users only.