7.5
CVSSv2

CVE-2008-4675

Published: 22/10/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 index.php in PHPcounter 1.3.2 and previous versions allows remote malicious users to execute arbitrary SQL commands via the name parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

phpcounter phpcounter 1.3.1

phpcounter phpcounter 1.3.0

phpcounter phpcounter 1.2.1

phpcounter phpcounter 1.2.0

phpcounter phpcounter 1.2.5

phpcounter phpcounter 1.2.4

phpcounter phpcounter 1.2.3

phpcounter phpcounter 1.2.2

phpcounter phpcounter 1.2.7

phpcounter phpcounter 1.2.6

phpcounter phpcounter

Exploits

#!/usr/bin/php -q <?php // PHPcounter <= 132 Remote SQL Injection Exploit // Discovered By: StAkeR - StAkeR[at]hotmail[dot]it // Discovered On: 28/09/2008 // Download: sourceforgenet/projects/phpcounter/ error_reporting(0); $host = $argv[1] or banner(); $path = $argv[2] or banner(); $host = str_replace('',NULL,$host); $is ...