CubeCart 2.0.5 Released, Fixes Important Security Issue |
IMPORTANT NOTICE: These forums have been provided for customer to customer support/discussion. CubeCart staff members may not frequent these forums regularly so please do not expect an official reply. If you have a sales or support question please submit a ticket via our helpdesk and a member of staff will get back to you during office hours.
![]() ![]() |
CubeCart 2.0.5 Released, Fixes Important Security Issue |
Feb 14 2005, 11:28 AM
Post
#1
|
|
![]() Group: Staff Posts: 4,068 Joined: 9-April 03 From: Bishops Stortford, UK Member No.: 1 |
Hi,
We have released CubeCart 2.0.5 to fix possible Directory Transversal, Path Disclosure and Cross Site Scripting. This is a very important update and we very strongly recommend every CubeCart user to update their software. To fix this security whole follow the instructions in the download package or the instructions below: CODE ################################# ## START OF MANUAL FIX ################################# Files to edit: 1. admin/settings.inc.php /////////////////////////////// // Open admin/settings.inc.php //////// At around line 129 find: +---------------------------------------------------- if ($language) +---------------------------------------------------- Replace with: +---------------------------------------------------- if ($language && eregi("^[a-z0-9]+[.inc.php]",$language)) +---------------------------------------------------- 2. ver.php /////////////////////////////// // Open ver.php //////// Find +---------------------------------------------------- <?php $estore_ver="2.0.4"; ?> +---------------------------------------------------- Replace it with: +---------------------------------------------------- <?php $estore_ver="2.0.5"; ?> +---------------------------------------------------- ################################# ## END OF MANUAL FIX ################################# Please note that some of the proprietory labels have also changed in our download package following the incorporation of Brooky.com as Devellion Limited. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 9th February 2010 - 11:13 AM |