Joomla!
http://forum.joomla.org/

bigAPE-Backup Component File Inclusion Vulnerability
http://forum.joomla.org/viewtopic.php?f=296&t=87736
Page 1 of 1

Author:  smart [ Mon Aug 21, 2006 11:04 am ]
Post subject:  bigAPE-Backup Component File Inclusion Vulnerability

Critical: Highly critical
Impact: System access
Where: From remote
Solution Status: Unpatched

Software: bigAPE-Backup 1.x (component for Mambo)

Select a product and view a complete list of all Patched/Unpatched Secunia advisories affecting it.

Description:
mdx has discovered a vulnerability within bigAPE-Backup, which can be exploited by malicious people to compromise a vulnerable system.

Input passed to the "mosConfig_absolute_path" parameter in components/com_babackup/classes/Tar.php is not properly verified before being used to include files. This can be exploited to include arbitrary files from local or external resources.

The vulnerability has been confirmed in version 1.1. Other versions may also be affected.

Solution:
Edit the source code to ensure that input is properly verified.

Read more: http://secunia.com/advisories/21574/

Author:  rswennen [ Fri Sep 01, 2006 11:35 am ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

smart wrote:

Solution:
Edit the source code to ensure that input is properly verified.



Hi does anybody know what code parts need to be edited ?

Author:  shumisha [ Fri Sep 01, 2006 12:38 pm ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

This usage of mosConfig_absolute_path could be prevented by adding :

Code:
/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

at the very top of each file. There are several of them not having this, and they should!

Confirmation from core or experienced developer is needed here though!

[EDIT] after checking more, only Tar.php needs this fix. Other files missing it do not require as they are only libraries and do not have directly executable code in them

Author:  bigAPE [ Mon Sep 04, 2006 3:35 pm ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

I have patched and attached the Tar.php file, it was obtained from a PHP resource (thought it was PEAR, but might be wrong). I'm not currently ready to release a new version of the bigAPE Backup as we are working on a v1.6 which will be released in the near future

Hope this resolves the issue

Author:  cmyksteve [ Sun Sep 10, 2006 1:07 am ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

Thanks bigAPE for a very usefull component. I unistalled this and others on the security risk list. Hopefully bigAPE-Backup gets the "Fixed" flag flying soon on the list- I'm ready to get away from my cPanel backups and re-install your patched component.

Author:  bigAPE [ Sun Sep 10, 2006 5:26 am ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

cmyksteve wrote:
Thanks bigAPE for a very usefull component. I unistalled this and others on the security risk list. Hopefully bigAPE-Backup gets the "Fixed" flag flying soon on the list- I'm ready to get away from my cPanel backups and re-install your patched component.


Your very welcome. We are only sorry that our commercial projects have kept us away from our GPL CMS Components. We do have a new version almost ready to go. It includes much better Database Backup code and the ability to migrate content articles between Mambo/Joomla sites. It needs a further round of testing and updated documentation, but I feel we are close to releasing it for Beta.

Author:  cmyksteve [ Thu Sep 14, 2006 5:48 pm ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

Could someone from the Security Team please give us the thumbs up or down on the patch bigAPE has supplied for his backup component. As of 9.24.06, it's still number 6 on the RobS hit list  ;)
http://forum.joomla.org/index.php/topic,79477.0.html.

Author:  Lenn-art [ Mon Sep 18, 2006 10:50 am ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

bigAPE wrote:
cmyksteve wrote:
Thanks bigAPE for a very usefull component. I unistalled this and others on the security risk list. Hopefully bigAPE-Backup gets the "Fixed" flag flying soon on the list- I'm ready to get away from my cPanel backups and re-install your patched component.


Your very welcome. We are only sorry that our commercial projects have kept us away from our GPL CMS Components. We do have a new version almost ready to go. It includes much better Database Backup code and the ability to migrate content articles between Mambo/Joomla sites. It needs a further round of testing and updated documentation, but I feel we are close to releasing it for Beta.


Can you give us some kind of timeline (not that we will keep you at this timeline :) - but only for the idea).

Author:  cmyksteve [ Sun Sep 24, 2006 2:39 am ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

Has anybody re-installed the bigAPE backup component since the security patch was released? Any security issues with it?

Author:  cmyksteve [ Thu Oct 05, 2006 9:49 pm ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

Has anyone from the security team taken a look at the patch that bigAPE provided in this thread a few messages back?
I see a new vulnerability list has been posted in the forum and the bigAPE backup compenent is still listed but my guess is that his patch has been overlooked. I've gotten no replies from the PMs sent to smart or RobS concerning this component.

Author:  ccondrup [ Wed Oct 18, 2006 6:52 am ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

Be sure to not leave generated archives (backups) on the server, read more here: http://dev.joomla.org/component/option, ... ,33/p,198/

Author:  shumisha [ Wed Oct 18, 2006 7:02 am ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

I have also PM Robs on this several weeks ago, with no response. Just wondering whether they think the patch is not enough!

[EDIT] I have just PMed Ron Liskey about this

Author:  rliskey [ Fri Oct 20, 2006 4:21 pm ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

The vulnerabilities list is updated with a link back to this topic.

Author:  cmyksteve [ Fri Oct 20, 2006 4:47 pm ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

Thanks rliskey-

...for approving the security patch to the bigAPE Backup component. It's a great Joomla backup solution especially for those just learning about site maintenance.

Author:  ggouweloos [ Tue Dec 26, 2006 12:49 pm ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

The classes\PEAR.php file does not contain the lines
Code:
/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );


Is this safe?

Author:  rliskey [ Mon Jan 08, 2007 5:37 am ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

Quote:
Thanks rliskey-

...for approving the security patch to the bigAPE Backup component.


Please note that we CANNOT "approve" third party code. We are only collecting and passing on information as it is reported to us. Each site administrator is still responsible for deciding if third party code meets their particular site security requirements.

Author:  bigAPE [ Mon Jan 29, 2007 5:48 pm ]
Post subject:  Re: bigAPE-Backup Component File Inclusion Vulnerability

Thanks for all your comments guys, we have been swamped with work over the last two years and we are currently emigrating out to Melbourne, Australia. Our workload will relax within the next few weeks and we will have much more time to put into Joomla. Fear not, we have not forgotten you.

Al

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/