7.5
CVSSv2

CVE-2007-0568

Published: 30/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

PHP remote file inclusion vulnerability in system/lib/package.php in MyPHPCommander 2.0 allows remote malicious users to execute arbitrary PHP code via a URL in the gl_root parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

myphpcommander myphpcommander 2.0

Exploits

###################################################### # #script : sourceforgenet/projects/myphpcommander # ###################################################### # #file : packagephp # ###################################################### # #vuln : require_once $gl_root'system/lib/xml2php'; # ########################################## ...