header-logo
Suggest Exploit
vendor:
osCMax
by:
ITSecTeam
9,3
CVSS
HIGH
Remote File Upload
434
CWE
Product Name: osCMax
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: YES
Related CWE: CVE-2009-4010
CPE: cpe:a:oscmax:oscmax:2.0
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux, Mac
2009

osCMax 2.0 (fckeditor) Remote File Upload

osCMax 2.0 is vulnerable to a remote file upload vulnerability due to improper validation of uploaded files. An attacker can upload malicious files with dangerous extensions such as .php3, .asp, .aspx, .ascx, .jsp, .cfm, .cfc, .pl, .bat, .exe, .dll, and .reg, which can be used to execute arbitrary code on the server.

Mitigation:

Upgrade to the latest version of osCMax.
Source

Exploit-DB raw data:

##############################################################################
#Title:             osCMax 2.0 (fckeditor) Remote File Upload                #
#Vendor:            http://www.oscdox.com                                    #
#Dork:              "Powered by osCMax v2.0" , "Copyright @" "RahnemaCo.com" #
##############################################################################
#AUTHOR:            ITSecTeam                                                #
#Email:             Bug@ITSecTeam.com                                        #
#Website:           http://www.itsecteam.com                                 #
#Forum :            http://forum.ITSecTeam.com                               #
#Original Advisory: www.ITSecTeam.com/en/vulnerabilities/vulnerability20.htm #
#Thanks:            r3dm0v3, limpizik_neo                                    #
##############################################################################

#DESCRIPTION (by vendor):#####################################################
osCMax v2.0 is a powerful e-commerce/shopping cart web application. There are many advantages to using osCMax as your 
e-commerce/shopping cart for your web site. It has all the features needed to run a successful internet store and can 
be customized to whatever configuration you need.
osCMax v2.0 is based on osCommerce 2.2 RC2a.


#BUG:#########################################################################
file FCKeditor/editor/filemanager/browser/default/connectors/php/config.php:
 25: $Config['AllowedExtensions']['File']	= array() ;
 26: $Config['DeniedExtensions']['File']	= array('php','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg') ;

It is still to upload files with some dangerous extensions like php3 !


#EXPLOIT:####################################################################
http://site.com/path_to_oSCMax/FCKeditor/editor/filemanager/browser/default/connectors/test.html