[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Aria-Security Team] uGestBook SQL Injection Vuln
- To: bugtraq@xxxxxxxxxxxxxxxxx, Advisory@xxxxxxxxxxxxxxxxx
- Subject: Re: [Aria-Security Team] uGestBook SQL Injection Vuln
- From: Stuart Moore <smoore.bugtraq@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 05 Dec 2006 09:10:50 -0500
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