-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| Microsoft.ChakraCore | nuget | < 1.8.4 | 1.8.4 |
The vulnerability stems from how BoundFunction::NewInstance handles argument counts. The original code used args.Info.Count directly without considering CallFlags_ExtraArg (which adds an implicit new.target argument). This caused: