6.8
CVSSv2

CVE-2007-3214

Published: 14/06/2007 Updated: 19/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 style.php in e-Vision CMS 2.02 and previous versions, when magic_quotes_gpc is disabled, allows remote malicious users to execute arbitrary SQL commands via the template parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

e-vision e-vision cms

Exploits

#!/usr/bin/php -q -d short_open_tag=on <?php /* Explanation: Bug #1 (admin/show_imgphp): ################# # # <?php # # $fp = fopen($_GET['img'], "r"); # $img = fread($fp, filesize($_GET['img'])); # fclose($fp); # # header("Content-type: "$_GET['type']); # echo $img; # # ?> # ################# need i say more? Bug #2 (admin/f ...