6.8
CVSSv2

CVE-2007-1019

Published: 21/02/2007 Updated: 11/10/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in news.php in webSPELL 4.01.02, when register_globals is enabled, allows remote malicious users to execute arbitrary SQL commands via the showonly parameter to index.php, a different vector than CVE-2006-5388.

Vulnerable Product Search on Vulmon Subscribe to Product

webspell webspell 4.01.02

Exploits

#!/usr/bin/perl use LWP::UserAgent; use Getopt::Long; if(!$ARGV[1]) { print "\n \\#'#/ "; print "\n (--) "; print "\n -------------------oOO---(_)---OOo-------------------"; print "\n | webSPELL v40102 (showonly) Remote SQL Injection |"; ...