CVE-2019-0933: Out-of-bounds write
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.87674%
CWE
Published
3/29/2021
Updated
2/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.9 | 1.11.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper handling of object operations in ChakraCore's JIT optimizer. The commit diffs show critical additions of StSuperFld
and related opcodes to memory/array
tracking functions (CheckJsArrayKills
, ProcessArrayValueKills
, ProcessFieldKills
). These functions previously lacked proper handling for super field stores, causing the optimizer to make incorrect assumptions about memory layout/array
bounds. The explicit addition of these opcode handlers in the patches indicates they were the root cause of the out-of-bounds write vulnerability.