765
VMScore

CVE-2017-8601

Published: 11/07/2017 Updated: 19/03/2019
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

Microsoft Edge in Microsoft Windows 10 Gold, 1511, 1607, and 1703, and Windows Server 2016 allow an malicious user to execute arbitrary code in the context of the current user when the JavaScript engine fails to render when handling objects in memory in Microsoft Edge, aka "Scripting Engine Memory Corruption Vulnerability". This CVE ID is unique from CVE-2017-8596, CVE-2017-8610, CVE-2017-8618, CVE-2017-8619, CVE-2017-8603, CVE-2017-8604, CVE-2017-8605, CVE-2017-8606, CVE-2017-8607, CVE-2017-8608, CVE-2017-8598 and CVE-2017-8609.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft edge -

Exploits

<!-- Source: bugschromiumorg/p/project-zero/issues/detail?id=1316 Coincidentally, Microsoft released the patch for the issue 1290 the day after I reported it But it seems they fixed it incorrectly again This time, "func(a, b, i);" is replaced with "func(a, b, {});" PoC: --> 'use strict'; function func(a, b, c) { a[0] = ...
Yet another finding that the fix for an incorrect jit optimization with TypedArray setter in Microsoft Edge Chakra may not be sufficient ...

Github Repositories

All efforts for the AWE course and preparation for the Offensive Security Exploitation Expert (OSEE) exam.

Advanced Windows Exploitation All efforts for the AWE course and preparation for the Offensive Security Exploitation Expert (OSEE) exam Study Strategy Several rounds of course content First round: Shellcoding on x64 Flash Player [Firefox x86] - Heap Internals (bypassing DEP, ASLR and Sandboxes) - CVE-2015-3104 Second round: VMWare Internals (guest-to-hosts escape) Symante