7.5
CVSSv2

CVE-2006-4354

Published: 27/08/2006 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

PHP remote file inclusion vulnerability in e/class/CheckLevel.php in Phome Empire CMS 3.7 and previous versions allows remote malicious users to execute arbitrary PHP code via a URL in the check_path parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

phome empire phome empire cms 3.7

Exploits

Empire CMS <=37 (checklevelphp) Remote File Include Vulnerability Find by: Bob Linuson # Code: 2 $includefile=$check_path"e/class/MemberLevelphp"; 3 include("$includefile"); 67 include($check_path"e/class/connectphp"); 68 include($check_path"e/class/db_sqlphp"); 69 include($check_path"e/class/userphp"); ...