24 Kasım 2015 Salı

Traffic CMS v1.4.x - Local File Inclusion

[+] Author : KnocKout
[~] Contact : knockout@e-mail.com.tr
[~] HomePage : http://milw00rm.com - http://h4x0resec.blogspot.com
[~] Şeker Insanlar : ZoRLu, ( milw00rm.com ),
                      Septemb0x , BARCOD3 , _UnDeRTaKeR_ , BackDoor, d4rkvisuaL, BlackEdition
                      DaiMon, PRoMaX, alpican, EthicalHacker, BurakGrs, LordERROR
###########################################################
~~~~~~~~~~~~~~~~[Software info]~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|~Web App. : Traffic CMS
|~Affected Version : v1.4.x
|~Software : http://www.trafficwebsites.co.uk/ - https://www.facebook.com/trafficwebsites
|~RISK : Medium
|~Google Keyword : inurl:/admin/media/get.php ( developable )
|~Tested On : [L] Kali Linux \\ [R] Example sites
#################### INFO ################################
makes it possible to read all the files from the local base.
#######################################################

### Error Line in ’get.php’ ##
<?php
$ssl = true;
$file = $_GET[’f’];
$path = UL_PATH;
$docs = array(’doc’,’docx’,’xls’,’xlsx’,’pdf’,’zip’,’txt’,’rtf’,’ppt’,’pptx’);
if (file_exists($path.$file))
{
$size = filesize($path.$file);
$contents = file_get_contents($path.$file);
$finfo = finfo_open(FILEINFO_MIME_TYPE);
$mime = finfo_file($finfo,$path.$file);
finfo_close($finfo);
if(in_array(file_ext($file), $docs))
..

########################################################
Tested on;

http://www.uha.london
https://www.unlimitedshop.co.uk
http://www.ticktockrobot.co.uk
http://www.powerelectricservices.co.uk
http://www.knighthoodcorporate.com
http://www.nexusdp.co.uk
http://www.thespencepractice.co.uk
http://www.brightwell.fr
http://www.brightwell.co.uk
http://brightwell.es
http://www.brightwell-inc.com
http://www.talbottype.co.uk
http://www.weddinginateacup.co.uk
############################################################

Kaynak:
https://www.milw00rm.com/exploits/11512
http://0day.today/exploit/24596

Hiç yorum yok:

Yorum Gönder