CVE-2016-3350:
ChakraCore RCE Vulnerability
7.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/14/2022
Updated
11/2/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.2.1 | 1.2.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit patches two distinct vulnerabilities. For CVE-2016-3350 (CustomHeap): The FreeAllocation function lacked checks for invalid indices and page states, enabling memory corruption via malformed bit vector operations. For CVE-2016-3377 (Array.map): DirectSetItemAt bypassed type safety, allowing type confusion when user-controlled @@species constructors returned incompatible array types. Both functions are directly modified in the patch, and their vulnerabilities align with the CWE-119 memory corruption description.