7.5
CVSSv2

CVE-2009-0709

Published: 23/02/2009 Updated: 17/08/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 login.php in PHPFootball 1.6 allows remote malicious users to execute arbitrary SQL commands via the user parameter. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.

Vulnerable Product Search on Vulmon Subscribe to Product

vlad alexa mancini phpfootball 1.6

Exploits

<?php // garrdlsourceforgenet/sourceforge/phpfootball/PHPfootball16zip $host = $argv[1]; $path = $argv[2]; if ($argc != 3) { echo "PHPFootball <= 16 (filterphp) Remote Hash Disclosure Exploit\n"; echo "by KinG-LioN - eurohackersit\n"; echo "Usage: php {$argv[0]} <host> <path>\n"; exit; ...