<<< Date Index >>>     <<< Thread Index >>>

Re: [Aria-Security Team] uGestBook SQL Injection Vuln



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