Description
|
|
Omar Kurt has discovered multiple vulnerabilities in Bilboplanet, which can be exploited by malicious people to conduct cross-site scripting and SQL injection attacks.
1) Input passed via the "user_id" POST parameter to auth.php (when "user_pwd" is set to an arbitrary value) is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
NOTE: This can further be exploited to bypass the authentication mechanism and e.g. log in as an administrative user.
2) Input passed via multiple parameters to multiple scripts is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
List of affected scripts and parameters:
<a href="http://[host]/index.php?list=1&tags
" target="_blank">http://[host]/index.php?list=1&tags
</a>
<a href="http://[host]/signup.php?email&fullname&user_id (POST)
" target="_blank">http://[host]/signup.php?email&a...ullname&user_id (POST)
</a>
<a href="http://[host]/auth.php?came_from (POST)
" target="_blank">http://[host]/auth.php?came_from (POST)
</a>
The vulnerabilities are confirmed in version 2.0. Other versions may also be affected.
|