Home » Website

CRE Loaded Security Issue

31 August 2010 1,218 views No Comment

If your shop is running on a CRE Loaded platform, you should know that there is a security exploit reported: using a simple trick as a URL change allows any malicious user to access protected pages in the admin area without an admin password!
It’s been reported that allĀ  CRE Loaded versions before 6.4.0a are exploitable.

In order to check if you are among the ones affected, change the URL /admin/login.php to admin/orders.php/login.php. If you can see your order histories, here is the security fix:

  • Edit the admin/includes/application_top.php file
  • Find the line:

$PHP_SELF = (isset($_SERVER['PHP_SELF']) ? $_SERVER['PHP_SELF'] :
$_SERVER['SCRIPT_NAME']);

  • Depending on your CRE Loaded version, the line above may also look like:

$PHP_SELF = (isset($HTTP_SERVER_VARS['PHP_SELF']) ? $HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_SERVER_VARS['SCRIPT_NAME']);

  • Replace it with this:

$PHP_SELF = $_SERVER['SCRIPT_NAME'];

Done.

PS: CREHelp.com will charge you $40 for this :)

Related Posts

  • No Related Post
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 3.00 out of 5)
Loading ... Loading ...

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.