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://www.ads-software.com/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
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Possible SQL Injection warning?’ is closed to new replies.