CVE-2019-1051: ChakraCore RCE via Out-of-bounds write
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.90754%
CWE
Published
5/24/2022
Updated
8/1/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.10 | 1.11.10 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper handling of array types and value tracking during JIT optimization. The commits show critical fixes in ProcessDef
(tracking numeric preservation) and KillLiveElems
(array type safety during stores). These functions in vulnerable versions lacked proper checks, enabling type confusion and memory corruption via OOB writes.