7.5
CVSSv3

CVE-2018-8288

Published: 11/07/2018 Updated: 24/08/2020
CVSS v2 Base Score: 7.6 | Impact Score: 10 | Exploitability Score: 4.9
CVSS v3 Base Score: 7.5 | Impact Score: 5.9 | Exploitability Score: 1.6
VMScore: 765
Vector: AV:N/AC:H/Au:N/C:C/I:C/A:C

Vulnerability Summary

A remote code execution vulnerability exists in the way the scripting engine handles objects in memory in Microsoft browsers, aka "Scripting Engine Memory Corruption Vulnerability." This affects ChakraCore, Internet Explorer 11, Microsoft Edge. This CVE ID is unique from CVE-2018-8242, CVE-2018-8283, CVE-2018-8287, CVE-2018-8291, CVE-2018-8296, CVE-2018-8298.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft internet_explorer 11

microsoft edge -

microsoft chakracore

Exploits

/* If the Intl object hasn't been initialized, access to any property of it will trigger the initialization process which will run Intljs The problem is that it runs Intljs without caring about the ImplicitCallFlags flag In the PoC, it redefines Mapprototypeget to intercept the execution of Intljs PoC: */ function opt(arr, obj) { arr ...
Microsoft Edge Chakra JIT suffers from an ImplicitCallFlags check bypass vulnerability with Intl ...