vendor:
N/A
by:
Anonymous
8.8
CVSS
HIGH
Type Confusion
843
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: No
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2020
Bypassing the Fix of Issue 1420 in JavascriptArray::BoxStackInstance
The vulnerability is a type confusion issue in JavascriptArray::BoxStackInstance. The fix for issue 1420 only deep-copies the array when 'instance->head' is on the stack. By allocating 'head' to the heap, the fix can be bypassed.
Mitigation:
The fix for issue 1420 should be improved to deep-copy the array regardless of the location of 'instance->head'.