ja_koniga

Home Joomla CMS
Securing Joomla Password Reset Bug PDF Print E-mail
Written by Imran Asghar   
Thursday, 12 March 2009 11:50

 Securing Password Rest Bug in Joomla CMS prior version 1.5.6

There is a password reset forgery in earlier versions than 1.5.6 of joomla, even in 1.5.5. You can fix this either by updating to 1.5.6 version of add following patch.

According to Joomla " 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). "

Add following(in bold, italic) in the File: /var/www/oweraweb/test/components/com_user/models/reset.php 

in function confirmReset($token),after global $mainframe; line 113.

 

        function confirmReset($token)
        {
                global $mainframe;

                      // Patch to disable passwd resetbug of  first user (admini$
                        if(strlen($token) != 32) {
                        $this->setError(JText::_('INVALID_TOKEN'));
                        return false;
                        }

Last Updated ( Friday, 20 March 2009 11:17 )
 

Feed Display

About Oslo Hosting
Web development, hosting
  • About Oslo hosting

     Oslo hosting offers a range of IT related services such as website design,  hosting, network implementation, support and  maintenance, remote monitoring and management etc. Here is summary of what we offer, please see under.

    Services offered:

    • Full Web site development (multilingual) and Hosting including Email and FTP accounts.
    • IT Infrastructure Windows/Linux including DNS,DHCP,EMAIL.WEB,FILE Server, VPN.
    • Home Networking.
    • Network (Wireless, LAN, WAN) setup including office/home Wiring.
    • Disaster Recovery and Backup.
    • Operating System Installation, configuration and maintenance.
    • Network/System Security
    • Flexible Support (on-site, phone) Contracts.
    • Maintenance, Technical Support and Troubleshooting.
    • Remote Diagnostics, Monitoring and Management.

     We have over 10 years of experience in delivering IT services. We can visit at your site and make the feasibility of your work at nice price. We  have good references in Oslo Area.

     

Donate Here

Enter Amount:


[+]
  • Increase font size
  • Decrease font size
  • Default font size
  • default color
  • laputa color
  • sakura color