
i've read this vulnerability in Mambo, and i ask to you if Joomla is protected against that
http://www.securityfocus.com/archive/1/437496
It is currently Sun Jul 20, 2008 9:48 pm
Moderators: Beat, rliskey, RussW, General Support Moderators



stingrey wrote:We have only just become aware of this report and will investigate to see whether this also affects Joomla!
Initial thoughts are that since it is specifically referenced as affecting only Mambo 4.6 RC and not earlier versions of Mambo, than it is likely only to affect the latest installment of Mambo. That is the vulnerabiity is possibly due to a change made in Mambo 4.6.
Note however, this is only speculation at this stage. A definiitive answer can only be made with further investigation.
Note that this report has not yet been confirmed by Team Mambo officials as being an actual vulnerability
http://forum.mamboserver.com/showthread.php?t=81652

)
stingrey wrote:Note that this report has not yet been confirmed by Team Mambo officials as being an actual vulnerability
http://forum.mamboserver.com/showthread.php?t=81652

echo "Joomla <= 1.0.9 'Weblinks' blind SQL injection / admin credentials\r\n";
echo "disclosure exploit (benchmark() vesion)\r\n";
echo "by rgod rgod@autistici.org\r\n";
echo "site: http://retrogod.altervista.org\r\n";
/**
* Saves the record on an edit form submit
* @param database A database connector object
*/
function saveWeblink( $option ) {
global $mosConfig_mailfrom, $mosConfig_fromname;
global $database, $my;
if ($my->gid < 1) {
mosNotAuth();
return;
}
/**
* Saves the record on an edit form submit
* @param database A database connector object
*/
function saveWeblink( $option ) {
global $mosConfig_mailfrom, $mosConfig_fromname;
global $database, $my;
if ($my->gid < 1) {
mosNotAuth();
return;
}
// security check to see if link exists in a menu
$link = 'index.php?option=com_weblinks&task=new';
$query = "SELECT id"
. "\n FROM #__menu"
. "\n WHERE link LIKE '%$link%'"
. "\n AND published = 1"
;
$database->setQuery( $query );
$exists = $database->loadResult();
if ( !$exists ) {
mosNotAuth();
return;
}

// until full edit capabilities are given for weblinks - limit saving to new weblinks only
$row->id = 0;
// until full edit capabilities are given for weblinks - limit saving to new weblinks only
$row->id = 0;
if(stristr($row->title, 'SELECT') && stristr($row->title, 'FROM') && stristr($row->title, 'WHERE')){
echo "<script> alert('Illegal characters in title'); window.history.go(-1); </script>\n";
exit();
}



)

Elpie wrote:A fix for the Mambo vulnerability has been posted on Mambo Guru http://forum.mamboguru.com/showthread.php?t=264
This patch is for 4.6 RC1 and another for 4.5.3h/4.5.4 is coming. It is possible that the vulnerability affects older versions of Mambo as well.
When the 4.5.3h/4.5.4 patch is posted on the forum it may be useful for Joomla devs to look at (we are not going to be presumptious so wont be posting a fix for 1.0.9)

brian wrote:Ifnyou have frontend access but NOT the ability to submit weblinks are you vulnerable?

stingrey wrote:However, it should be noted that you cannot access the attachement (or any attachment) on the mamboguru forums unless you are registered on the forums - this may limit the access to the fix.
There have been abuses of copyright and until certain parties stop stripping copyright out of code, we are not comfortable with just putting the patches into our file download area. Any Mambo users who don't want to register on the forum (and there are many who don't want to be seen to be there, which is why we allow people to login as hidden users) can email me and I will send you the patches.
Elpie wrote:Sadly, this is the way it has to beThere have been abuses of copyright and until certain parties stop stripping copyright out of code, we are not comfortable with just putting the patches into our file download area.


MikeFossati wrote:Securityfocus is listing another security issue related to "IncludePath Remote File Include Vulnerability" here: http://www.securityfocus.com/bid/18363/. Not sure if this has been addressed yet or not.

friesengeist wrote:MikeFossati wrote:Securityfocus is listing another security issue related to "IncludePath Remote File Include Vulnerability" here: http://www.securityfocus.com/bid/18363/. Not sure if this has been addressed yet or not.
Unfortunately, securityfocus.com doesn't provide much information. If that listing is based on http://www.securityfocus.com/archive/1/436707 (they link it as a reference), then that's not going to work. I would say that's a hoax.

'
removed for security reasons
--------------------------------------------------------------------Post subject: joomla blind sql injection
Posted: Jun 17, 2006 - 01:39 PM
Google's Worst Nightmare
rgod
Joined: Apr 06, 2005
Posts: 2533
Location: Italy
Status: Offline
dork:
http://www.google.com/search?q=%22jooml ... =&filter=0
maybe someone could catch more results, dunno
modified the mambo exploit to work against joomla:
http://retrogod.altervista.org/joomla_109_sql.html

gustavo wrote:¿Hoax?
Tested in localhost : Joomla 1.0.9
- Code: Select all
removed for security
--------------------------------------------------------------------
MikeFossati wrote:Securityfocus is listing another security issue related to "IncludePath Remote File Include Vulnerability" here: http://www.securityfocus.com/bid/18363/. Not sure if this has been addressed yet or not.



gustavo wrote:¿Hoax?
Tested in localhost : Joomla 1.0.9





** HIGH Level Threats fixed in 1.0.10
A1 Unvalidated Input
* A1 - Secured `Remember Me` functionality against SQL injection attacks
* A1 - Secured `Related Items` Module against SQL injection attacks
* A1 - Secured `Weblinks` submission against SQL injection attacks
** LOW Level Threats fixed in 1.0.10
A1 Unvalidated Input
* A1 - Hardened Frontend submission forms against spoofing

gustavo wrote:Oficial solution for SQL injection .. 1.0.10 ? for when?



