Vulnerability Type: SQL injection is POST parameter "keyword" Affected plugin: --------------------------------------- In Link Version: 1.0 Requires WordPress Version: 2.8 or higher Compatible up to: 2.8 URL: https://wordpress.org/plugins/inlinks/ (plugin has been closed after the report) --------------------------------------- Affected file inlinks/inlinks.php Affected lines: 58 $Keyword = trim($_POST['keyword']); 59 $URL = trim($_POST['url']); 60 $Rel = trim($_POST['rel']); 61 $Target = trim($_POST['target']); 62 $table_name = $wpdb->prefix ."URLKeywordsMapping"; 63 $SelectKeywordURLMappingDetails = "select * from $table_name where FldKeyword LIKE '".$Keyword."'" ; 64 65 $KeywordURLMappingDetails = $wpdb->get_results($SelectKeywordURLMappingDetails); 66 67 if(count($KeywordURLMappingDetails)) 68 { 69 $Message = "