Phorum 3.x – PHP Configuration Disclosure

Phorum 3.x – PHP Configuration Disclosure

漏洞ID 1053487 漏洞类型
发布时间 2000-11-23 更新时间 2000-11-23
图片[1]-Phorum 3.x – PHP Configuration Disclosure-安全小百科CVE编号 N/A
图片[2]-Phorum 3.x – PHP Configuration Disclosure-安全小百科CNNVD-ID N/A
漏洞平台 PHP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/20428
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/1985/info

Phorum is a PHP based web forums package. Due to an error in the implementation of forum selection in administrative scripts, any user can view the any PHP script on the target host. This is due to user-supplied input being referenced as a filename in two locations in the file common.php. For example:

if($num || $f){
if($f) $num=$f;
if(file_exists("$admindir/forums/$num.php")){
include "$admindir/forums/$num.php";
}

where $f is read from user input via a form, and is meant to be the name of a selected forum. However, any value can be submitted as $f and the corresponding PHP file will be displayed to the browser. This could lead to disclosure of sensitive information, including the MySql server, database name, userid and password, which are kept in master.php. 

http://target/cgi-bin/forums/list.php?f=DESIRED_PHP_FILE_WITHOUT_EXTENSION

相关推荐: SCO scohelp文件执行漏洞

SCO scohelp文件执行漏洞 漏洞ID 1206656 漏洞类型 缓冲区溢出 发布时间 2000-01-27 更新时间 2000-01-27 CVE编号 CVE-2000-0130 CNNVD-ID CNNVD-200001-059 漏洞平台 N/A C…

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