7.5
CVSSv2

CVE-2006-3300

Published: 29/06/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 sms_config/gateway.php in PhpMySms 2.0 and previous versions allows remote malicious users to execute arbitrary PHP code via a URL in the ROOT_PATH parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

phpmysms phpmysms

Exploits

PhpMySms <= V20 (ROOT_PATH) Remote File Include Vulnerability URL : Http://wwwphpmysmscom Author=Persian-Defacer wwwHacking-Boyscom ============================================================== if (($_POST[mode] == "1") or ($_GET[mode] == "1")) { include ("configphp"); } else { include ("$ROOT_PATH/configphp"); } ====================== ...