|
Virtual War "war.php" SQL Injection Vulnerabilities |
|
|
|
|
Monday, 19 June 2006 |
r0t has discovered some vulnerabilities in Virtual War, which can be exploited by malicious people to conduct SQL injection attacks.
Input passed to the "s", "showgame", "sortorder", and "sortby" parameters in "war.php" isnt properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
The vulnerabilities have been confirmed in version 1.5.0 R14. Other versions may also be affected.
Solution:
Edit the source code to ensure that input is properly sanitised.
Provided and/or discovered by:
r0t
|