CVE-2019-1308:
Out-of-bounds write
7.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
3/29/2021
Updated
2/1/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.1/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.14 | 1.11.14 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in optimization passes handling type checks and memory operations. Key issues were identified in: 1) BackwardPass.cpp's failure to restrict type check elimination for stores (risk of aux slot miscalculations), 2) GlobOptFields.cpp's type mismatch handling during property specialization (incorrect type assumptions), and 3) Lower.cpp's type check validation gaps for destination operands (missing write validation). These were directly addressed in security patches through boundary checks and condition tightening, indicating they were root causes of the OOB write vulnerability.