vendor:
MODx CMS
by:
nuffsaid
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: MODx CMS
Affected Version From: 0.9.2.1
Affected Version To: 0.9.2.1
Patch Exists: YES
Related CWE: N/A
CPE: a:modxcms:modx_cms
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
MODx CMS 0.9.2.1 (base_path) Remote File Include Vulnerability
MODx CMS manager/media/browser/mcpuk/connectors/php/commands/thumbnail.php does not initialize the $base_path variable before using it to include files, assuming register_globals = on, we can intialize the variable in a query string and include a remote file of our choice.
Mitigation:
Ensure that the $base_path variable is properly initialized before use.