Description
|
|
Charlie Eriksen has discovered multiple vulnerabilities in the WP Symposium plugin for WordPress, which can be exploited by malicious users and malicious people to conduct SQL injection attacks.
1) Input passed via the "uid" parameter to index.php (when "page_id" is set to id of the profile menu) is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
2) Input passed via multiple parameters to various scripts is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
List of affected scripts and parameters:
<a href="http://[host]/wp-content/plugins/wp-symposium/ajax/symposium_groups_functions.php?action=get_group_members&gid
" target="_blank">http://[host]/wp-content/plugins...=get_group_members&gid
</a>
<a href="http://[host]/wp-content/plugins/wp-symposium/get_album_item.php?size
" target="_blank">http://[host]/wp-content/plugins...um/get_album_item.php?size
</a>
<a href="http://[host]/wp-content/plugins/wp-symposium/ajax/symposium_forum_functions.php?action=updateEditDetails&tid
" target="_blank">http://[host]/wp-content/plugins...=updateEditDetails&tid
</a>
<a href="http://[host]/wp-content/plugins/wp-symposium/ajax/symposium_forum_functions.php?action=updateEditDetails&topic_category
" target="_blank">http://[host]/wp-content/plugins...Details&topic_category
</a>
<a href="http://[host]/wp-content/plugins/wp-symposium/ajax/symposium_profile_functions.php?action=addFriend&friend_to
" target="_blank">http://[host]/wp-content/plugins...on=addFriend&friend_to
</a>
The vulnerabilities are confirmed in version 12.09. Other versions may also be affected.
|