Pluck CMS module_pages_site.php模块本地文件包含漏洞 CVE-2008-6842 CNNVD-200907-027

6.8 AV AC AU C I A
发布: 2009-07-02
修订: 2017-09-29

pluck是用php编写的简单内容管理系统 。 pluck的\data\modules\blog\module_pages_site.php模块中没有正确地过滤用户所提交的请求参数: ... $includepage = \'\'blog_include.php\'\'; //Only set \'\'view post\'\'-page if a post has been specified if (isset($_GET[\'\'post\'\'])) { //Check if post exists, and include information if (file_exists(\'\'data/settings/modules/blog/posts/\'\'.$_GET[\'\'post\'\'])) { include(\'\'data/settings/modules/blog/posts/\'\'.$_GET[\'\'post\'\']); $module_page[\'\'viewpost\'\'] = $post_title; } } ... 远程攻击者可以通过向服务器提交特制的HTTP POST请求包含任意本地资源,导致执行任意代码 。

0%
当前有1条漏洞利用/PoC
当前有1条受影响产品信息