CVE-2017-11909: ChakraCore vulnerable to remote code execution
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.98752%
CWE
Published
5/14/2022
Updated
10/10/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
Microsoft.ChakraCore | nuget | < 1.7.5 | 1.7.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The GitHub patch explicitly modifies this function
to add a branch instruction (Br) to maintain control flow coherence. The CVE description directly attributes the vulnerability to this function
's failure to handle branches/control flow after loop removal. The commit message and exploit analysis confirm this was the root cause of memory corruption.