CVE-2019-0861:
ChakraCore Memory Corruption Vulnerability
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.90276%
CWE
Published
5/13/2022
Updated
9/28/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.11.8 | 1.11.8 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patch adds ImplicitCall_Accessor flag setting during property setter execution to prevent JIT optimization hazards. This indicates the vulnerable code path was in property assignment handling where accessors (getters/setters) could modify object types without proper JIT bailout signaling. The CWE-787 (OOB Write) manifests when type confusion leads to incorrect memory operations. The direct correlation between the patch location and the vulnerability description confirms this function's
role.