Bring Down Internet Explorer In Six Words
Marcion writes "Some handy Japanese guy called Hamachiya discovered a bug in Internet Explorer. Under certain conditions, an asterisk when used as a wildcard can crash IE as soon as the user attempts to go to another page." The article claims the "five HTML tags and a CSS declaration" crash IE7 as well as IE6, but I couldn't get IE7 to fail. This page says that as of June, IE6 was at about 37% market share and IE7 under 20%.
It indeed crashes IE here... Windows 2K3, IE7
> as of June, IE6 was at about 37% market share
http://www.foxnews.com/story/0,2933,292245,00.html
:)
Ask and ye shall receive
A bit anti-climactic really.
...
And here is a link to test it.
nemesis. Home of an experimental fe code.
Classic, how cool is that! No smoke yet! Anyhow, here is the mirror if you can't get through right now:
m andline.org.uk/2007/how-to-bring-down-internet-exp lorer-with-six-words/index.html
http://www.networkmirror.com/tQxFeWtOc31fVZfD/com
My little Linux and tech blog
Yeah, but don't you think w3schools would be a bit biased? W3schools is a site full of tutorials and information for developers. Developers tend to prefer FireFox due to its robust plugin system and some of the excellent plugins for that system (Firebug, Web Tools, etc.) so I'm not surprised that FireFox has a higher rate of use on such a site. In fact, I am surprised that it's not higher!
It's not a crash, per se. It's a forced closure due to an illegal operation of one component of the browser with code in mshtml.dll.
An exception was thrown that was not properly caught. The error is caused by improper error trapping. Otherwise, the browser would just render things improperly or claim there was an error on the page because it doesn't properly parse and render the style tag.
The road to tyranny has always been paved with claims of necessity.
However, it's misleading to call these "Engrish", as that normally refers to the use of bad English (or even pseudo-English) by the Japanese.
By contrast, this is a quaint auto-translation of correctly-written Japanese. Okay, so the "cute" tone is probably down to the differences between Japanese language and culture as well... but it's still not Engrish per se.
"Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
If the point of this item is to point out bugs in IE it isn't alone. I crashed a large Epiphany session with a segmentation violation a couple of days ago and its relatively easy to crash Firefox if you limit the amount of memory available using ulimit (Firefox doesn't catch "early" C++ memory allocation failures and handle them gracefully). Firefox also has the infamous "window unexpectedly destroyed" bug (#263160) for ~3 years (which will crash the browser if you attempt to close the untitled window).
I suspect all of the Mozilla based browsers will effectively die if one throws enough "heavyweight" pages at them (i.e. those which are activity heavy [because there isn't a Javascript/Active HTML/Animated GIF scheduler]) or run out of swap space (again because memory allocation failures are not handled gracefully).
IMO, developers place too much emphasis on feature enhancements rather than making the existing browsers run reliably (bugs shouldn't linger for 3 years), with a minimal machine footprint (Netscape 4.7x required significantly less memory than Firefox) and effective priority scheduling of the "top" window (user responsiveness).
If you include it in the body of an HTML mail message.
Pre-tell then, what is a crash?
;)
When an exception is thrown and is not properly caught. The error is caused by improper error trapping. This is a classic "crash."
Not entirely sure but it looks like a declaration of a recursive function with no base case. The function, named ':', is then called immediately after its declaration.
Just replace ":" with some word, it will be easier to understand:
kill(){kill|kill&};kill
Here's a quick translation I just did:
< /table>
Hello! Good afternoon!!!!!
I stumbled across a browser crash, so today I'll tell you about it!
Here it is!
<style>*{position:relative}</style><table><input>
Sample (If you're using IE, your browser will close! You have been warned!)
It seems IE6 or programs using IE6 components will definitely crash!
I haven't checked IE7 though!
It seems to be when you have and input or select or such just below a table or tr or such,
and you use the css wildcard * to set everything to position:relative.
By the way, if the input has its style directly set to relative, it doesn't crash. What's up with that?
I don't really get it, but it sure is interesting...!
Anyone out there who loves Firefox or Opera should go spread this all over and decrease IE's market share!!!
Mac was taking it on the chin prior to about 2003 (when was it that Steve came back again?), their machines were lackluster and their marketing was weak. The release of OSX and their renewed marketing drive has brought them back from obscurity.
This had nothing to do with FOSS, and everything to do with Apple reclaiming a large chunk of its niche who had moved to Windows (as a group, that is; many of the old school Mac users probably didn't migrate, but new users coming into the traditional Mac niches weren't flocking to Mac fast enough to maintain market share) in the absence of anything from Apple that could inspire them to pay the premium.
This was totally unrelated to Linux/FOSS.
Try not to take me more seriously than I take myself.
The Bourne Shell, actually.
How dare you be so modest!! You conceited bastard!!
What does your office do? Hopefully nothing to do with computer development.
What you just described is an application or process hanging. The app cannot respond to any user inputs or messages from the OS and the app or even the entire system in the worst case becomes unresponsive.
When an app or process crashes it is no longer running and under a better-designed OS will have its memory cleaned up in garbage collection.
(Developing since 1979)
If you don't want to repeat the past, stop living in it.
> When was the last time you saw Firefox or Safari or Konquror able to be crashed with a malformed web page?
. exe firefox.cmd
Umm... 9 days ago?
http://secunia.com/advisories/26201/
The vulnerability is caused due to an input validation error within the handling of system default URIs with registered URI handlers (e.g. "mailto", "news", "nntp", "snews", "telnet"). This can be exploited to execute arbitrary commands when a user e.g. using Firefox visits a malicious website with a specially crafted "mailto" URI containing a "%" character and ends in a certain extension (e.g. ".bat", ".cmd")
This command would make firefox go "away"
mailto:test%25../../../../windows/system32/tskill
~ I am logged on, therefore I am.