Possible SQL Injection warning?
-
Hi,
Today we installed your plugin, in order to test it on our test site. We are also using Plugin Security Scanner plugin (https://wordpress.org/plugins/plugin-security-scanner/) and, after scanning only your plugin ended as vulnerable. This is what is displayed:
amazon-product-in-a-post.php – this plugin takes raw user values and uses it delete from the database. This query can be manipulated to perform SQL injection attacks.
Line 40:
$tempswe = $wpdb->query(“DELETE FROM {$wpdb->prefix}amazoncache WHERE Cache_id ='{$wp->query_vars[‘appip-cache-id’]}’ LIMIT 1;”);Any thoughts? Thanks,
Majda
The topic ‘Possible SQL Injection warning?’ is closed to new replies.