Closed
Bug 159441
Opened 23 years ago
Closed 23 years ago
Memory consumption explodes, nothing happens
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
People
(Reporter: renelanz, Assigned: john)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.0.0) Gecko/20020608
BuildID: Mozilla 1.0 from CVS
Just go to the website. Doesn't work with NS 4.77 either.
Reproducible: Always
Steps to Reproduce:
1.Just go to the website
2.
3.
Actual Results: All memory get's eaten up...
Expected Results: Rather doing nothing than this!
Suse 7.3
Comment 1•23 years ago
|
||
confirmed on WinXP, build # 2002072508
Mozilla takes 100% of processor and eats memory
adding crash keyword
Keywords: crash
Comment 2•23 years ago
|
||
LOL
IE6 crashes exactly the same way for that page!
Getting the page via wget doesn't work:
$ wget http://ailab.de/modules/ip-intelligence/
--23:44:19-- http://ailab.de/modules/ip-intelligence/
=> `index.html'
Resolving ailab.de... done.
Connecting to ailab.de[212.227.118.70]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
23:44:19 ERROR 404: Not Found.
But we can get it via telnet:
$ telnet ailab.de 80
Trying 212.227.118.70...
Connected to ailab.de.
Escape character is '^]'.
GET http://ailab.de/modules/ip-intelligence/ HTTP/1.0
HTTP/1.1 404 Not Found
Date: Thu, 25 Jul 2002 21:49:15 GMT
Server: Apache/1.3.26 (Unix)
Last-Modified: Tue, 14 May 2002 20:09:16 GMT
ETag: "e21284-36d-3ce16eec"
Accept-Ranges: bytes
Content-Length: 877
Connection: close
Content-Type: text/html
<head>
<title>
aiLab 2.1
</title>
</head>
<frameset rows="*,360,*" border="0" frameborder="0">
<frame src="black.html" name="w" marginheight="0" marginwidth="0"
scrolling="no" noresize frameborder="0" bordercolor="#000000">
<frameset cols="*,600,*" border="0" frameborder="0">
<frame src="black.html" name="n" marginheight="0" marginwidth="0"
scrolling="no" noresize frameborder="0" bordercolor="#000000">
<frame src="home/index.html" name="c" marginheight="0" marginwidth="0"
scrolling="no" noresize frameborder="0" bordercolor="#000000">
<frame src="black.html" name="s" marginheight="0" marginwidth="0"
scrolling="no" noresize frameborder="0" bordercolor="#000000">
</frameset>
<frame src="black.html" name="e" marginheight="0" marginwidth="0"
scrolling="no" noresize frameborder="0" bordercolor="#000000">
</frameset>
<noframes>
</noframes>
changing status to NEW
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•23 years ago
|
||
This certainly affects all platforms.
Take a look at the source. It's loading up several frames, each of which load
their own frames, endlessly and recursively.
This is a sort of DoS attack.
OS: Linux → All
Hardware: PC → All
FYI: This interesting site was suggested by www.heise.de (IX No.8, Page 93) and
should have correlated IP addresses with domain names :) via a web-interface ;)
OS: All → Linux
Hardware: All → PC
Comment 5•23 years ago
|
||
Theere must be an error in the page itself.
i get 100ß+ webshells and assrtions about too many nested frames
-> Frames
Assignee: Matti → jkeiser
Component: Browser-General → HTMLFrames
OS: Linux → All
QA Contact: asa → amar
Comment 6•23 years ago
|
||
*** This bug has been marked as a duplicate of 89300 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•