7.5
CVSSv2

CVE-2008-0507

Published: 31/01/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in adclick.php in the AdServe 0.2 plugin for WordPress allows remote malicious users to execute arbitrary SQL commands via the id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

wordpress adserve 0.2

Exploits

<? # WordPress Adserve plugin v 02 Sql Injection Exploit # # Plugin Homepage-wwwiriscoit/?page_id=40 # # Found by:enter_the_dragon # # Vuln code # # -In adclickphp # # if (isset($_GET['id'])) { # Header("Location: "iri_AdServe_BannerClick($_GET['id']) # # -In iri_AdServe_BannerClick function # # return $wpdb->get_var ...