OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: [Aria-Security Team] uGestBook SQL Injection Vuln

From: Stuart Moore (smoore.bugtraqsecurityglobal.net)
Date: Tue Dec 05 2006 - 08:10:50 CST


Aria,

> index.asp?Block=1&page=[SQL INJECTION]

How is this SQL injection? Looking at the code in 'index.asp' shows
that the 'page' parameter is not used in the SQL statement:

   strSQL = "SELECT message.* FROM message ORDER BY msg_id DESC;"

Stuart