Plugin Name: Social Wall Plugin URI: http://wordpress.org/extend/plugins/wp-social-wall/ Description: This plugin helps to export your records from social networks in WordPress blog. Version: 1.0 Author: Sergey Lyagin Author URI: http://sergeycreative.com Key Vulnerability Information: Shortcode Execution: The plugin uses a shortcode which can be exploited if not properly sanitized. Unsanitized Input: The function directly uses user input without proper sanitization, potentially leading to SQL injection or other injection attacks. Direct Database Queries: The plugin constructs and executes SQL queries directly, which can be risky if the input is not properly validated. Lack of CSRF Protection: There is no mention of CSRF tokens or protection mechanisms, which could allow unauthorized actions. Deprecated Functions: The use of deprecated functions like suggests outdated code that may have known vulnerabilities.