media 65
Home | Login | Register | Password Reset |

Media 65 Technologies
User Name:   Password: 

Password Reset
Close


Go Back   Media 65 Forums > Joomla > Joomla Security

Joomla Security This is a forum for Joomla Security issues. We start to add resources as they come. All are welcome add to the discussions and resources.

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 09-09-2008, 05:32 PM
admin's Avatar
Administrator
 
Join Date: Sep 2006
Posts: 1,656
Default [20080801] - Core - Password Remind Functionality

  • Project: Joomla!
  • SubProject: com_user
  • Severity: Critical
  • Versions: 1.5.5 and all previous 1.5 releases
  • Exploit type: Password Reset Forgery
  • Reported Date: 2008-August-12
  • Fixed Date: 2008-August-12

Description

A flaw in the reset token validation mechanism allows for non-validating tokens to be forged. This will allow an unauthenticated, unauthorized user to reset the password of the first enabled user (lowest id). Typically, this is an administrator user. Note, that changing the first users username may lessen the impact of this exploit (since the person who changed the password does not know the login associated with the new password). However, the only way to completely rectify the issue is to upgrade to 1.5.6 (or patch the /components/com_user/models/reset.php file).

Affected Installs

All 1.5.x installs prior to and including 1.5.5 are affected.

Solution

Upgrade to latest Joomla! version (1.5.6 or newer), or patch /components/com_user/models/reset.php with the code below:

After global $mainframe; on line 113 of reset.php, add:

if(strlen($token) != 32) { $this->setError(JText::_('INVALID_TOKEN')); return false; } Reported By

Joomla! Bug Squad Member Marijke Stuivenberg.

Contact

anthony.ferrara@joomla.org




More...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
[20080801] - Core - Password Remind Functionality admin Joomla Security 0 10-29-2008 02:52 PM


All times are GMT -4. The time now is 07:06 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0